Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-openstacksdk.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-79177-464519/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-openstacksdk.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-openstacksdk-0.27.1-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-openstacksdk.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-79177-464519/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-openstacksdk.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.EPdX2G + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf openstacksdk-0.27.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/openstacksdk-0.27.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd openstacksdk-0.27.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'python-openstacksdk-0.27.1 base' + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.VtcKee + umask 022 + cd /builddir/build/BUILD + cd openstacksdk-0.27.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/openstack creating build/lib/openstack/database creating build/lib/openstack/database/v1 copying openstack/database/v1/flavor.py -> build/lib/openstack/database/v1 copying openstack/database/v1/_proxy.py -> build/lib/openstack/database/v1 copying openstack/database/v1/database.py -> build/lib/openstack/database/v1 copying openstack/database/v1/instance.py -> build/lib/openstack/database/v1 copying openstack/database/v1/user.py -> build/lib/openstack/database/v1 copying openstack/database/v1/__init__.py -> build/lib/openstack/database/v1 creating build/lib/openstack/tests creating build/lib/openstack/tests/functional creating build/lib/openstack/tests/functional/load_balancer copying openstack/tests/functional/load_balancer/__init__.py -> build/lib/openstack/tests/functional/load_balancer creating build/lib/openstack/baremetal copying openstack/baremetal/baremetal_service.py -> build/lib/openstack/baremetal copying openstack/baremetal/version.py -> build/lib/openstack/baremetal copying openstack/baremetal/__init__.py -> build/lib/openstack/baremetal copying openstack/baremetal/configdrive.py -> build/lib/openstack/baremetal creating build/lib/openstack/tests/unit creating build/lib/openstack/tests/unit/compute creating build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_service.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_availability_zone.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_volume_attachment.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_limits.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_aggregate.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_flavor.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_keypair.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_proxy.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_extension.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_interface.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/__init__.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_ip.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_diagnostics.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_hypervisor.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_image.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_metadata.py -> build/lib/openstack/tests/unit/compute/v2 copying openstack/tests/unit/compute/v2/test_server_group.py -> build/lib/openstack/tests/unit/compute/v2 creating build/lib/openstack/block_storage creating build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/backup.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/_proxy.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/volume.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/type.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/snapshot.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/stats.py -> build/lib/openstack/block_storage/v3 copying openstack/block_storage/v3/__init__.py -> build/lib/openstack/block_storage/v3 copying openstack/service_description.py -> build/lib/openstack copying openstack/_adapter.py -> build/lib/openstack copying openstack/__main__.py -> build/lib/openstack copying openstack/format.py -> build/lib/openstack copying openstack/resource.py -> build/lib/openstack copying openstack/_log.py -> build/lib/openstack copying openstack/connection.py -> build/lib/openstack copying openstack/exceptions.py -> build/lib/openstack copying openstack/version.py -> build/lib/openstack copying openstack/task_manager.py -> build/lib/openstack copying openstack/__init__.py -> build/lib/openstack copying openstack/proxy.py -> build/lib/openstack copying openstack/utils.py -> build/lib/openstack creating build/lib/openstack/image copying openstack/image/image_service.py -> build/lib/openstack/image copying openstack/image/iterable_chunked_file.py -> build/lib/openstack/image copying openstack/image/image_signer.py -> build/lib/openstack/image copying openstack/image/__init__.py -> build/lib/openstack/image copying openstack/image/_base_proxy.py -> build/lib/openstack/image creating build/lib/openstack/tests/unit/database creating build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_database.py -> build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_flavor.py -> build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_proxy.py -> build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_instance.py -> build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/__init__.py -> build/lib/openstack/tests/unit/database/v1 copying openstack/tests/unit/database/v1/test_user.py -> build/lib/openstack/tests/unit/database/v1 creating build/lib/openstack/tests/functional/compute creating build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_limits.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_flavor.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_server.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_keypair.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_extension.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/__init__.py -> build/lib/openstack/tests/functional/compute/v2 copying openstack/tests/functional/compute/v2/test_image.py -> build/lib/openstack/tests/functional/compute/v2 creating build/lib/openstack/image/v1 copying openstack/image/v1/image.py -> build/lib/openstack/image/v1 copying openstack/image/v1/_proxy.py -> build/lib/openstack/image/v1 copying openstack/image/v1/__init__.py -> build/lib/openstack/image/v1 creating build/lib/openstack/image/v2 copying openstack/image/v2/image.py -> build/lib/openstack/image/v2 copying openstack/image/v2/_proxy.py -> build/lib/openstack/image/v2 copying openstack/image/v2/schema.py -> build/lib/openstack/image/v2 copying openstack/image/v2/__init__.py -> build/lib/openstack/image/v2 copying openstack/image/v2/member.py -> build/lib/openstack/image/v2 copying openstack/image/v2/task.py -> build/lib/openstack/image/v2 creating build/lib/openstack/tests/unit/orchestration copying openstack/tests/unit/orchestration/test_version.py -> build/lib/openstack/tests/unit/orchestration copying openstack/tests/unit/orchestration/__init__.py -> build/lib/openstack/tests/unit/orchestration creating build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_health_monitor.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_listener.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_member.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_load_balancer.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_version.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_flavor.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_quota.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_amphora.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_proxy.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_provider.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_pool.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_l7policy.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/__init__.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_flavor_profile.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/load_balancer/test_l7rule.py -> build/lib/openstack/tests/unit/load_balancer copying openstack/tests/unit/test_placement_rest.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_exceptions.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_format.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_proxy_base.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_proxy.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test__adapter.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_utils.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_connection.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/__init__.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_proxy_base2.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/fakes.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_resource.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/test_microversions.py -> build/lib/openstack/tests/unit copying openstack/tests/unit/base.py -> build/lib/openstack/tests/unit copying openstack/block_storage/block_storage_service.py -> build/lib/openstack/block_storage copying openstack/block_storage/__init__.py -> build/lib/openstack/block_storage copying openstack/block_storage/_base_proxy.py -> build/lib/openstack/block_storage creating build/lib/openstack/tests/unit/object_store copying openstack/tests/unit/object_store/__init__.py -> build/lib/openstack/tests/unit/object_store creating build/lib/openstack/object_store creating build/lib/openstack/object_store/v1 copying openstack/object_store/v1/_proxy.py -> build/lib/openstack/object_store/v1 copying openstack/object_store/v1/container.py -> build/lib/openstack/object_store/v1 copying openstack/object_store/v1/obj.py -> build/lib/openstack/object_store/v1 copying openstack/object_store/v1/_base.py -> build/lib/openstack/object_store/v1 copying openstack/object_store/v1/__init__.py -> build/lib/openstack/object_store/v1 copying openstack/object_store/v1/account.py -> build/lib/openstack/object_store/v1 copying openstack/tests/functional/__init__.py -> build/lib/openstack/tests/functional copying openstack/tests/functional/base.py -> build/lib/openstack/tests/functional creating build/lib/openstack/tests/functional/object_store creating build/lib/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_container.py -> build/lib/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/__init__.py -> build/lib/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_obj.py -> build/lib/openstack/tests/functional/object_store/v1 copying openstack/tests/functional/object_store/v1/test_account.py -> build/lib/openstack/tests/functional/object_store/v1 creating build/lib/openstack/tests/unit/block_storage copying openstack/tests/unit/block_storage/__init__.py -> build/lib/openstack/tests/unit/block_storage creating build/lib/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_workflow.py -> build/lib/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_execution.py -> build/lib/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_version.py -> build/lib/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/test_proxy.py -> build/lib/openstack/tests/unit/workflow copying openstack/tests/unit/workflow/__init__.py -> build/lib/openstack/tests/unit/workflow creating build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_router.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_groups.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_project.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_compute.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_policy.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_zone.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_magnum_services.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_limits.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_bandwidth_limit_rule.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_aggregate.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_flavor.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume_backup.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_security_groups.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_endpoints.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_recordset.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_network.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_stack.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_minimum_bandwidth_rule.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_quotas.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_inventory.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_devstack.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_floating_ip.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_qos_dscp_marking_rule.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_identity.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/__init__.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/util.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_object.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_cluster_templates.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_keypairs.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_volume_type.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_image.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_range_search.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_port.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_services.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_domain.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_coe_clusters.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_users.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_server_group.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_floating_ip_pool.py -> build/lib/openstack/tests/functional/cloud copying openstack/tests/functional/cloud/test_clustering.py -> build/lib/openstack/tests/functional/cloud creating build/lib/openstack/network creating build/lib/openstack/network/v2 copying openstack/network/v2/vpn_service.py -> build/lib/openstack/network/v2 copying openstack/network/v2/qos_dscp_marking_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/network_ip_availability.py -> build/lib/openstack/network/v2 copying openstack/network/v2/flavor.py -> build/lib/openstack/network/v2 copying openstack/network/v2/qos_minimum_bandwidth_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/subnet_pool.py -> build/lib/openstack/network/v2 copying openstack/network/v2/health_monitor.py -> build/lib/openstack/network/v2 copying openstack/network/v2/address_scope.py -> build/lib/openstack/network/v2 copying openstack/network/v2/metering_label_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/_proxy.py -> build/lib/openstack/network/v2 copying openstack/network/v2/availability_zone.py -> build/lib/openstack/network/v2 copying openstack/network/v2/rbac_policy.py -> build/lib/openstack/network/v2 copying openstack/network/v2/qos_bandwidth_limit_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/segment.py -> build/lib/openstack/network/v2 copying openstack/network/v2/service_provider.py -> build/lib/openstack/network/v2 copying openstack/network/v2/listener.py -> build/lib/openstack/network/v2 copying openstack/network/v2/pool.py -> build/lib/openstack/network/v2 copying openstack/network/v2/agent.py -> build/lib/openstack/network/v2 copying openstack/network/v2/subnet.py -> build/lib/openstack/network/v2 copying openstack/network/v2/floating_ip.py -> build/lib/openstack/network/v2 copying openstack/network/v2/extension.py -> build/lib/openstack/network/v2 copying openstack/network/v2/load_balancer.py -> build/lib/openstack/network/v2 copying openstack/network/v2/qos_policy.py -> build/lib/openstack/network/v2 copying openstack/network/v2/quota.py -> build/lib/openstack/network/v2 copying openstack/network/v2/network.py -> build/lib/openstack/network/v2 copying openstack/network/v2/port_forwarding.py -> build/lib/openstack/network/v2 copying openstack/network/v2/network_segment_range.py -> build/lib/openstack/network/v2 copying openstack/network/v2/auto_allocated_topology.py -> build/lib/openstack/network/v2 copying openstack/network/v2/qos_rule_type.py -> build/lib/openstack/network/v2 copying openstack/network/v2/firewall_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/pool_member.py -> build/lib/openstack/network/v2 copying openstack/network/v2/port.py -> build/lib/openstack/network/v2 copying openstack/network/v2/trunk.py -> build/lib/openstack/network/v2 copying openstack/network/v2/firewall_policy.py -> build/lib/openstack/network/v2 copying openstack/network/v2/service_profile.py -> build/lib/openstack/network/v2 copying openstack/network/v2/__init__.py -> build/lib/openstack/network/v2 copying openstack/network/v2/router.py -> build/lib/openstack/network/v2 copying openstack/network/v2/metering_label.py -> build/lib/openstack/network/v2 copying openstack/network/v2/firewall_group.py -> build/lib/openstack/network/v2 copying openstack/network/v2/security_group_rule.py -> build/lib/openstack/network/v2 copying openstack/network/v2/security_group.py -> build/lib/openstack/network/v2 copying openstack/database/database_service.py -> build/lib/openstack/database copying openstack/database/__init__.py -> build/lib/openstack/database creating build/lib/openstack/tests/functional/image creating build/lib/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/__init__.py -> build/lib/openstack/tests/functional/image/v2 copying openstack/tests/functional/image/v2/test_image.py -> build/lib/openstack/tests/functional/image/v2 creating build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_environment.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_software_deployment.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_proxy.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_software_config.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/__init__.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_files.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_resource.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_stack_template.py -> build/lib/openstack/tests/unit/orchestration/v1 copying openstack/tests/unit/orchestration/v1/test_template.py -> build/lib/openstack/tests/unit/orchestration/v1 creating build/lib/openstack/config creating build/lib/openstack/config/vendors copying openstack/config/vendors/__init__.py -> build/lib/openstack/config/vendors creating build/lib/openstack/tests/unit/message creating build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_proxy.py -> build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_claim.py -> build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_queue.py -> build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/__init__.py -> build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_subscription.py -> build/lib/openstack/tests/unit/message/v2 copying openstack/tests/unit/message/v2/test_message.py -> build/lib/openstack/tests/unit/message/v2 creating build/lib/openstack/workflow copying openstack/workflow/version.py -> build/lib/openstack/workflow copying openstack/workflow/workflow_service.py -> build/lib/openstack/workflow copying openstack/workflow/__init__.py -> build/lib/openstack/workflow creating build/lib/openstack/load_balancer copying openstack/load_balancer/load_balancer_service.py -> build/lib/openstack/load_balancer copying openstack/load_balancer/version.py -> build/lib/openstack/load_balancer copying openstack/load_balancer/__init__.py -> build/lib/openstack/load_balancer creating build/lib/openstack/_meta copying openstack/_meta/connection.py -> build/lib/openstack/_meta copying openstack/_meta/__init__.py -> build/lib/openstack/_meta creating build/lib/openstack/clustering copying openstack/clustering/clustering_service.py -> build/lib/openstack/clustering copying openstack/clustering/version.py -> build/lib/openstack/clustering copying openstack/clustering/__init__.py -> build/lib/openstack/clustering creating build/lib/openstack/identity creating build/lib/openstack/identity/v3 copying openstack/identity/v3/project.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/_proxy.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/role_project_group_assignment.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/region.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/endpoint.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/registered_limit.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/role_domain_group_assignment.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/credential.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/limit.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/domain.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/role_assignment.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/user.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/group.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/role.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/role_project_user_assignment.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/trust.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/role_domain_user_assignment.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/__init__.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/service.py -> build/lib/openstack/identity/v3 copying openstack/identity/v3/policy.py -> build/lib/openstack/identity/v3 creating build/lib/openstack/identity/v2 copying openstack/identity/v2/_proxy.py -> build/lib/openstack/identity/v2 copying openstack/identity/v2/tenant.py -> build/lib/openstack/identity/v2 copying openstack/identity/v2/extension.py -> build/lib/openstack/identity/v2 copying openstack/identity/v2/user.py -> build/lib/openstack/identity/v2 copying openstack/identity/v2/role.py -> build/lib/openstack/identity/v2 copying openstack/identity/v2/__init__.py -> build/lib/openstack/identity/v2 creating build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/_proxy.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/node.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/driver.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/_common.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/port_group.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/port.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/chassis.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/__init__.py -> build/lib/openstack/baremetal/v1 copying openstack/baremetal/v1/allocation.py -> build/lib/openstack/baremetal/v1 creating build/lib/openstack/tests/unit/network copying openstack/tests/unit/network/test_version.py -> build/lib/openstack/tests/unit/network copying openstack/tests/unit/network/__init__.py -> build/lib/openstack/tests/unit/network creating build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_driver.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_node.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_chassis.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_port_group.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_allocation.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/__init__.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/test_baremetal_port.py -> build/lib/openstack/tests/functional/baremetal copying openstack/tests/functional/baremetal/base.py -> build/lib/openstack/tests/functional/baremetal creating build/lib/openstack/tests/functional/load_balancer/v2 copying openstack/tests/functional/load_balancer/v2/test_load_balancer.py -> build/lib/openstack/tests/functional/load_balancer/v2 copying openstack/tests/functional/load_balancer/v2/__init__.py -> build/lib/openstack/tests/functional/load_balancer/v2 creating build/lib/openstack/tests/functional/network creating build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_router.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_availability_zone.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_address_scope.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_rule.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_policy.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_security_group_rule.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_dvr_router.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_policy.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet_pool.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_security_group.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_group.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_bandwidth_limit_rule.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_flavor.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_quota.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet_from_subnet_pool.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_auto_allocated_topology.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_segment.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_service_provider.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network_segment_range.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_service_profile.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_minimum_bandwidth_rule.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_subnet.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent_add_remove_router.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_extension.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_router_add_remove_interface.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_network_ip_availability.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_floating_ip.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_firewall_rule_insert_remove_policy.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_rbac_policy.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_dscp_marking_rule.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_port_forwarding.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_agent_add_remove_network.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/__init__.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_qos_rule_type.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_trunk.py -> build/lib/openstack/tests/functional/network/v2 copying openstack/tests/functional/network/v2/test_port.py -> build/lib/openstack/tests/functional/network/v2 creating build/lib/openstack/key_manager copying openstack/key_manager/__init__.py -> build/lib/openstack/key_manager copying openstack/key_manager/key_manager_service.py -> build/lib/openstack/key_manager creating build/lib/openstack/tests/unit/instance_ha creating build/lib/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_segment.py -> build/lib/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_host.py -> build/lib/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_proxy.py -> build/lib/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/__init__.py -> build/lib/openstack/tests/unit/instance_ha/v1 copying openstack/tests/unit/instance_ha/v1/test_notification.py -> build/lib/openstack/tests/unit/instance_ha/v1 creating build/lib/openstack/tests/functional/orchestration copying openstack/tests/functional/orchestration/__init__.py -> build/lib/openstack/tests/functional/orchestration creating build/lib/openstack/tests/functional/block_storage creating build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_type.py -> build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_volume.py -> build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_snapshot.py -> build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/test_backup.py -> build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/__init__.py -> build/lib/openstack/tests/functional/block_storage/v2 copying openstack/tests/functional/block_storage/v2/base.py -> build/lib/openstack/tests/functional/block_storage/v2 creating build/lib/openstack/tests/functional/clustering copying openstack/tests/functional/clustering/test_cluster.py -> build/lib/openstack/tests/functional/clustering copying openstack/tests/functional/clustering/__init__.py -> build/lib/openstack/tests/functional/clustering creating build/lib/openstack/orchestration creating build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/_proxy.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_files.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_template.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/stack.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/stack_environment.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/resource.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/software_deployment.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/template.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/__init__.py -> build/lib/openstack/orchestration/v1 copying openstack/orchestration/v1/software_config.py -> build/lib/openstack/orchestration/v1 copying openstack/tests/functional/image/__init__.py -> build/lib/openstack/tests/functional/image creating build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_config.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_json.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_cloud_config.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_from_session.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/__init__.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_init.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/base.py -> build/lib/openstack/tests/unit/config copying openstack/tests/unit/config/test_environ.py -> build/lib/openstack/tests/unit/config creating build/lib/openstack/tests/unit/key_manager creating build/lib/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_container.py -> build/lib/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_order.py -> build/lib/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_proxy.py -> build/lib/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/test_secret.py -> build/lib/openstack/tests/unit/key_manager/v1 copying openstack/tests/unit/key_manager/v1/__init__.py -> build/lib/openstack/tests/unit/key_manager/v1 creating build/lib/openstack/tests/unit/identity copying openstack/tests/unit/identity/test_version.py -> build/lib/openstack/tests/unit/identity copying openstack/tests/unit/identity/__init__.py -> build/lib/openstack/tests/unit/identity creating build/lib/openstack/compute copying openstack/compute/version.py -> build/lib/openstack/compute copying openstack/compute/__init__.py -> build/lib/openstack/compute copying openstack/compute/compute_service.py -> build/lib/openstack/compute creating build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_tenant.py -> build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_role.py -> build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_proxy.py -> build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_extension.py -> build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/__init__.py -> build/lib/openstack/tests/unit/identity/v2 copying openstack/tests/unit/identity/v2/test_user.py -> build/lib/openstack/tests/unit/identity/v2 creating build/lib/openstack/clustering/v1 copying openstack/clustering/v1/cluster.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/_proxy.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/node.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/event.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/_async_resource.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/policy_type.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/build_info.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/action.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/profile_type.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/__init__.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/service.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/cluster_attr.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/receiver.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/cluster_policy.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/profile.py -> build/lib/openstack/clustering/v1 copying openstack/clustering/v1/policy.py -> build/lib/openstack/clustering/v1 copying openstack/tests/unit/instance_ha/__init__.py -> build/lib/openstack/tests/unit/instance_ha creating build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_router.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_health_monitor.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_listener.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_availability_zone.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_address_scope.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_rule.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_policy.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_security_group_rule.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_policy.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_subnet_pool.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_security_group.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_firewall_group.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_vpn_service.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_bandwidth_limit_rule.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_load_balancer.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_flavor.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_quota.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_auto_allocated_topology.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_segment.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_service_provider.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network_segment_range.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_service_profile.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_minimum_bandwidth_rule.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_subnet.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_pool_member.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_proxy.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_extension.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_network_ip_availability.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_agent.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_floating_ip.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_pool.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_rbac_policy.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_dscp_marking_rule.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_port_forwarding.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/__init__.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_qos_rule_type.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_metering_label.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_trunk.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_port.py -> build/lib/openstack/tests/unit/network/v2 copying openstack/tests/unit/network/v2/test_metering_label_rule.py -> build/lib/openstack/tests/unit/network/v2 creating build/lib/openstack/tests/unit/baremetal creating build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_driver.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_allocation.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_proxy.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_port_group.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_chassis.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_node.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/__init__.py -> build/lib/openstack/tests/unit/baremetal/v1 copying openstack/tests/unit/baremetal/v1/test_port.py -> build/lib/openstack/tests/unit/baremetal/v1 creating build/lib/openstack/compute/v2 copying openstack/compute/v2/flavor.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/keypair.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/image.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/_proxy.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/availability_zone.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/limits.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/server_diagnostics.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/server.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/extension.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/metadata.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/aggregate.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/hypervisor.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/server_ip.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/volume_attachment.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/server_interface.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/__init__.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/service.py -> build/lib/openstack/compute/v2 copying openstack/compute/v2/server_group.py -> build/lib/openstack/compute/v2 copying openstack/tests/functional/compute/__init__.py -> build/lib/openstack/tests/functional/compute copying openstack/tests/functional/compute/base.py -> build/lib/openstack/tests/functional/compute creating build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/backup.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/_proxy.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/volume.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/type.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/snapshot.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/stats.py -> build/lib/openstack/block_storage/v2 copying openstack/block_storage/v2/__init__.py -> build/lib/openstack/block_storage/v2 creating build/lib/openstack/cloud copying openstack/cloud/meta.py -> build/lib/openstack/cloud copying openstack/cloud/_normalize.py -> build/lib/openstack/cloud copying openstack/cloud/_utils.py -> build/lib/openstack/cloud copying openstack/cloud/exc.py -> build/lib/openstack/cloud copying openstack/cloud/inventory.py -> build/lib/openstack/cloud copying openstack/cloud/__init__.py -> build/lib/openstack/cloud copying openstack/cloud/openstackcloud.py -> build/lib/openstack/cloud creating build/lib/openstack/instance_ha creating build/lib/openstack/instance_ha/v1 copying openstack/instance_ha/v1/notification.py -> build/lib/openstack/instance_ha/v1 copying openstack/instance_ha/v1/_proxy.py -> build/lib/openstack/instance_ha/v1 copying openstack/instance_ha/v1/segment.py -> build/lib/openstack/instance_ha/v1 copying openstack/instance_ha/v1/host.py -> build/lib/openstack/instance_ha/v1 copying openstack/instance_ha/v1/__init__.py -> build/lib/openstack/instance_ha/v1 creating build/lib/openstack/cloud/_heat copying openstack/cloud/_heat/template_format.py -> build/lib/openstack/cloud/_heat copying openstack/cloud/_heat/template_utils.py -> build/lib/openstack/cloud/_heat copying openstack/cloud/_heat/environment_format.py -> build/lib/openstack/cloud/_heat copying openstack/cloud/_heat/event_utils.py -> build/lib/openstack/cloud/_heat copying openstack/cloud/_heat/__init__.py -> build/lib/openstack/cloud/_heat copying openstack/cloud/_heat/utils.py -> build/lib/openstack/cloud/_heat copying openstack/tests/unit/key_manager/__init__.py -> build/lib/openstack/tests/unit/key_manager copying openstack/tests/functional/object_store/__init__.py -> build/lib/openstack/tests/functional/object_store creating build/lib/openstack/tests/unit/clustering copying openstack/tests/unit/clustering/test_version.py -> build/lib/openstack/tests/unit/clustering copying openstack/tests/unit/clustering/__init__.py -> build/lib/openstack/tests/unit/clustering copying openstack/tests/unit/compute/test_version.py -> build/lib/openstack/tests/unit/compute copying openstack/tests/unit/compute/__init__.py -> build/lib/openstack/tests/unit/compute copying openstack/tests/unit/message/test_version.py -> build/lib/openstack/tests/unit/message copying openstack/tests/unit/message/__init__.py -> build/lib/openstack/tests/unit/message copying openstack/object_store/__init__.py -> build/lib/openstack/object_store copying openstack/object_store/object_store_service.py -> build/lib/openstack/object_store creating build/lib/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_compute.py -> build/lib/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_network.py -> build/lib/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_identity.py -> build/lib/openstack/tests/functional/examples copying openstack/tests/functional/examples/__init__.py -> build/lib/openstack/tests/functional/examples copying openstack/tests/functional/examples/test_image.py -> build/lib/openstack/tests/functional/examples creating build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_type.py -> build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_volume.py -> build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_snapshot.py -> build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/test_backup.py -> build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/__init__.py -> build/lib/openstack/tests/functional/block_storage/v3 copying openstack/tests/functional/block_storage/v3/base.py -> build/lib/openstack/tests/functional/block_storage/v3 creating build/lib/openstack/cloud/cmd copying openstack/cloud/cmd/inventory.py -> build/lib/openstack/cloud/cmd copying openstack/cloud/cmd/__init__.py -> build/lib/openstack/cloud/cmd copying openstack/identity/version.py -> build/lib/openstack/identity copying openstack/identity/__init__.py -> build/lib/openstack/identity copying openstack/identity/identity_service.py -> build/lib/openstack/identity creating build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/_proxy.py -> build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/container.py -> build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/order.py -> build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/secret.py -> build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/__init__.py -> build/lib/openstack/key_manager/v1 copying openstack/key_manager/v1/_format.py -> build/lib/openstack/key_manager/v1 creating build/lib/openstack/tests/functional/instance_ha copying openstack/tests/functional/instance_ha/test_segment.py -> build/lib/openstack/tests/functional/instance_ha copying openstack/tests/functional/instance_ha/test_host.py -> build/lib/openstack/tests/functional/instance_ha copying openstack/tests/functional/instance_ha/__init__.py -> build/lib/openstack/tests/functional/instance_ha copying openstack/tests/unit/database/__init__.py -> build/lib/openstack/tests/unit/database copying openstack/tests/functional/network/__init__.py -> build/lib/openstack/tests/functional/network creating build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_identity_roles.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_router.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_role_assignment.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_groups.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test__utils.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_project.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume_backups.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_domains.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume_access.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_console.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_flavors.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_policy.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_zone.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_nova.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_fwaas.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_magnum_services.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_create_volume_snapshot.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_limits.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_usage.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_volume.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_bandwidth_limit_rule.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_caching.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_aggregate.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_update_server.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_baremetal_node.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_operator.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_normalize.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_security_groups.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_endpoints.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_recordset.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_network.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_baremetal_ports.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_set_metadata.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_common.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_meta.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_stack.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_minimum_bandwidth_rule.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_shade.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_subnet.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_keypair.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_coe_clusters_certificate.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_domain_params.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_quotas.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_delete_volume_snapshot.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_inventory.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_delete_server.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_image_snapshot.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_shade_operator.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_delete_metadata.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_dscp_marking_rule.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/__init__.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_qos_rule_type.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_object.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_operator_noauth.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_cluster_templates.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_rebuild_server.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_image.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_port.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_create_server.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_services.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_availability_zones.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_coe_clusters.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_users.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_server_group.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_pool.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_clustering.py -> build/lib/openstack/tests/unit/cloud copying openstack/tests/unit/cloud/test_floating_ip_neutron.py -> build/lib/openstack/tests/unit/cloud creating build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_type.py -> build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_volume.py -> build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_snapshot.py -> build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_proxy.py -> build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/test_backup.py -> build/lib/openstack/tests/unit/block_storage/v3 copying openstack/tests/unit/block_storage/v3/__init__.py -> build/lib/openstack/tests/unit/block_storage/v3 creating build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_type.py -> build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_volume.py -> build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_snapshot.py -> build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_proxy.py -> build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/test_backup.py -> build/lib/openstack/tests/unit/block_storage/v2 copying openstack/tests/unit/block_storage/v2/__init__.py -> build/lib/openstack/tests/unit/block_storage/v2 creating build/lib/openstack/message creating build/lib/openstack/message/v2 copying openstack/message/v2/_proxy.py -> build/lib/openstack/message/v2 copying openstack/message/v2/queue.py -> build/lib/openstack/message/v2 copying openstack/message/v2/claim.py -> build/lib/openstack/message/v2 copying openstack/message/v2/subscription.py -> build/lib/openstack/message/v2 copying openstack/message/v2/message.py -> build/lib/openstack/message/v2 copying openstack/message/v2/__init__.py -> build/lib/openstack/message/v2 copying openstack/network/network_service.py -> build/lib/openstack/network copying openstack/network/version.py -> build/lib/openstack/network copying openstack/network/__init__.py -> build/lib/openstack/network creating build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/flavor.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/health_monitor.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/_proxy.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/flavor_profile.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/listener.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/pool.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/load_balancer.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/l7_policy.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/quota.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/l7_rule.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/__init__.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/member.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/provider.py -> build/lib/openstack/load_balancer/v2 copying openstack/load_balancer/v2/amphora.py -> build/lib/openstack/load_balancer/v2 creating build/lib/openstack/tests/unit/image copying openstack/tests/unit/image/__init__.py -> build/lib/openstack/tests/unit/image copying openstack/instance_ha/instance_ha_service.py -> build/lib/openstack/instance_ha copying openstack/instance_ha/__init__.py -> build/lib/openstack/instance_ha copying openstack/tests/unit/baremetal/test_version.py -> build/lib/openstack/tests/unit/baremetal copying openstack/tests/unit/baremetal/__init__.py -> build/lib/openstack/tests/unit/baremetal copying openstack/tests/unit/baremetal/test_configdrive.py -> build/lib/openstack/tests/unit/baremetal copying openstack/config/_util.py -> build/lib/openstack/config copying openstack/config/cloud_region.py -> build/lib/openstack/config copying openstack/config/exceptions.py -> build/lib/openstack/config copying openstack/config/cloud_config.py -> build/lib/openstack/config copying openstack/config/loader.py -> build/lib/openstack/config copying openstack/config/__init__.py -> build/lib/openstack/config copying openstack/config/defaults.py -> build/lib/openstack/config creating build/lib/openstack/cloud/tests copying openstack/cloud/tests/__init__.py -> build/lib/openstack/cloud/tests copying openstack/tests/__init__.py -> build/lib/openstack/tests copying openstack/tests/fakes.py -> build/lib/openstack/tests copying openstack/tests/base.py -> build/lib/openstack/tests creating build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_service.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_policy.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster_policy.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_profile_type.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_cluster_attr.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_event.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_policy_type.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_proxy.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_node.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_action.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_profile.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/__init__.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_build_info.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/tests/unit/clustering/v1/test_receiver.py -> build/lib/openstack/tests/unit/clustering/v1 copying openstack/message/version.py -> build/lib/openstack/message copying openstack/message/__init__.py -> build/lib/openstack/message copying openstack/message/message_service.py -> build/lib/openstack/message creating build/lib/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_container.py -> build/lib/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_proxy.py -> build/lib/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/__init__.py -> build/lib/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_obj.py -> build/lib/openstack/tests/unit/object_store/v1 copying openstack/tests/unit/object_store/v1/test_account.py -> build/lib/openstack/tests/unit/object_store/v1 copying openstack/orchestration/orchestration_service.py -> build/lib/openstack/orchestration copying openstack/orchestration/version.py -> build/lib/openstack/orchestration copying openstack/orchestration/__init__.py -> build/lib/openstack/orchestration creating build/lib/openstack/workflow/v2 copying openstack/workflow/v2/_proxy.py -> build/lib/openstack/workflow/v2 copying openstack/workflow/v2/__init__.py -> build/lib/openstack/workflow/v2 copying openstack/workflow/v2/execution.py -> build/lib/openstack/workflow/v2 copying openstack/workflow/v2/workflow.py -> build/lib/openstack/workflow/v2 creating build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_task.py -> build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_member.py -> build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_proxy.py -> build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_schema.py -> build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/__init__.py -> build/lib/openstack/tests/unit/image/v2 copying openstack/tests/unit/image/v2/test_image.py -> build/lib/openstack/tests/unit/image/v2 creating build/lib/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v1/test_proxy.py -> build/lib/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v1/__init__.py -> build/lib/openstack/tests/unit/image/v1 copying openstack/tests/unit/image/v1/test_image.py -> build/lib/openstack/tests/unit/image/v1 creating build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_domain_user_assignment.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_service.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_group.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_policy.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_assignment.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_project_group_assignment.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_project.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_trust.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_limit.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_endpoint.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_project_user_assignment.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_proxy.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/__init__.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_role_domain_group_assignment.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_credential.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_domain.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_user.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_registered_limit.py -> build/lib/openstack/tests/unit/identity/v3 copying openstack/tests/unit/identity/v3/test_region.py -> build/lib/openstack/tests/unit/identity/v3 creating build/lib/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/orchestration/v1/test_stack.py -> build/lib/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/orchestration/v1/__init__.py -> build/lib/openstack/tests/functional/orchestration/v1 copying openstack/tests/functional/block_storage/__init__.py -> build/lib/openstack/tests/functional/block_storage running egg_info deleting openstacksdk.egg-info/requires.txt writing openstacksdk.egg-info/PKG-INFO writing top-level names to openstacksdk.egg-info/top_level.txt writing dependency_links to openstacksdk.egg-info/dependency_links.txt writing entry points to openstacksdk.egg-info/entry_points.txt writing pbr to openstacksdk.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'openstacksdk.egg-info/SOURCES.txt' creating build/lib/openstack/tests/unit/block_store creating build/lib/openstack/tests/unit/block_store/v2 copying openstack/tests/unit/block_store/v2/test_stats.py -> build/lib/openstack/tests/unit/block_store/v2 creating build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/baremetal.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/block-storage-version.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/catalog-v2.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/catalog-v3-suburl.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/catalog-v3-suffix.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/catalog-v3.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/clustering.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/compute-version.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/discovery.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/dns.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-broken.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-suburl.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-v1.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version-v2.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/image-version.json -> build/lib/openstack/tests/unit/fixtures copying openstack/tests/unit/fixtures/placement.json -> build/lib/openstack/tests/unit/fixtures creating build/lib/openstack/tests/unit/fixtures/clouds copying openstack/tests/unit/fixtures/clouds/clouds.yaml -> build/lib/openstack/tests/unit/fixtures/clouds copying openstack/tests/unit/fixtures/clouds/clouds_cache.yaml -> build/lib/openstack/tests/unit/fixtures/clouds creating build/lib/openstack/tests/functional/block_store creating build/lib/openstack/tests/functional/block_store/v2 copying openstack/tests/functional/block_store/v2/test_stats.py -> build/lib/openstack/tests/functional/block_store/v2 creating build/lib/openstack/tests/functional/cloud/hooks copying openstack/tests/functional/cloud/hooks/post_test_hook.sh -> build/lib/openstack/tests/functional/cloud/hooks copying openstack/config/vendors/auro.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/betacloud.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/bluebox.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/catalyst.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/citycloud.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/conoha.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/dreamcompute.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/elastx.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/entercloudsuite.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/fuga.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/ibmcloud.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/internap.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/limestonenetworks.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/otc.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/ovh.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/rackspace.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/switchengines.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/ultimum.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/unitedstack.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/vexxhost.json -> build/lib/openstack/config/vendors copying openstack/config/vendors/zetta.json -> build/lib/openstack/config/vendors copying openstack/config/defaults.json -> build/lib/openstack/config copying openstack/config/schema.json -> build/lib/openstack/config copying openstack/config/vendor-schema.json -> build/lib/openstack/config creating build/lib/openstack/tests/ansible copying openstack/tests/ansible/README.txt -> build/lib/openstack/tests/ansible copying openstack/tests/ansible/run.yml -> build/lib/openstack/tests/ansible creating build/lib/openstack/tests/ansible/hooks copying openstack/tests/ansible/hooks/post_test_hook.sh -> build/lib/openstack/tests/ansible/hooks creating build/lib/openstack/tests/ansible/roles creating build/lib/openstack/tests/ansible/roles/auth creating build/lib/openstack/tests/ansible/roles/auth/tasks copying openstack/tests/ansible/roles/auth/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/auth/tasks creating build/lib/openstack/tests/ansible/roles/client_config creating build/lib/openstack/tests/ansible/roles/client_config/tasks copying openstack/tests/ansible/roles/client_config/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/client_config/tasks creating build/lib/openstack/tests/ansible/roles/group creating build/lib/openstack/tests/ansible/roles/group/defaults copying openstack/tests/ansible/roles/group/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/group/defaults creating build/lib/openstack/tests/ansible/roles/group/tasks copying openstack/tests/ansible/roles/group/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/group/tasks creating build/lib/openstack/tests/ansible/roles/image creating build/lib/openstack/tests/ansible/roles/image/defaults copying openstack/tests/ansible/roles/image/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/image/defaults creating build/lib/openstack/tests/ansible/roles/image/tasks copying openstack/tests/ansible/roles/image/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/image/tasks creating build/lib/openstack/tests/ansible/roles/keypair creating build/lib/openstack/tests/ansible/roles/keypair/defaults copying openstack/tests/ansible/roles/keypair/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/keypair/defaults creating build/lib/openstack/tests/ansible/roles/keypair/tasks copying openstack/tests/ansible/roles/keypair/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/keypair/tasks creating build/lib/openstack/tests/ansible/roles/keystone_domain creating build/lib/openstack/tests/ansible/roles/keystone_domain/defaults copying openstack/tests/ansible/roles/keystone_domain/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/keystone_domain/defaults creating build/lib/openstack/tests/ansible/roles/keystone_domain/tasks copying openstack/tests/ansible/roles/keystone_domain/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/keystone_domain/tasks creating build/lib/openstack/tests/ansible/roles/keystone_role creating build/lib/openstack/tests/ansible/roles/keystone_role/defaults copying openstack/tests/ansible/roles/keystone_role/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/keystone_role/defaults creating build/lib/openstack/tests/ansible/roles/keystone_role/tasks copying openstack/tests/ansible/roles/keystone_role/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/keystone_role/tasks creating build/lib/openstack/tests/ansible/roles/network creating build/lib/openstack/tests/ansible/roles/network/defaults copying openstack/tests/ansible/roles/network/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/network/defaults creating build/lib/openstack/tests/ansible/roles/network/tasks copying openstack/tests/ansible/roles/network/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/network/tasks creating build/lib/openstack/tests/ansible/roles/nova_flavor creating build/lib/openstack/tests/ansible/roles/nova_flavor/tasks copying openstack/tests/ansible/roles/nova_flavor/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/nova_flavor/tasks creating build/lib/openstack/tests/ansible/roles/object creating build/lib/openstack/tests/ansible/roles/object/tasks copying openstack/tests/ansible/roles/object/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/object/tasks creating build/lib/openstack/tests/ansible/roles/port creating build/lib/openstack/tests/ansible/roles/port/defaults copying openstack/tests/ansible/roles/port/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/port/defaults creating build/lib/openstack/tests/ansible/roles/port/tasks copying openstack/tests/ansible/roles/port/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/port/tasks creating build/lib/openstack/tests/ansible/roles/router creating build/lib/openstack/tests/ansible/roles/router/defaults copying openstack/tests/ansible/roles/router/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/router/defaults creating build/lib/openstack/tests/ansible/roles/router/tasks copying openstack/tests/ansible/roles/router/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/router/tasks creating build/lib/openstack/tests/ansible/roles/security_group creating build/lib/openstack/tests/ansible/roles/security_group/defaults copying openstack/tests/ansible/roles/security_group/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/security_group/defaults creating build/lib/openstack/tests/ansible/roles/security_group/tasks copying openstack/tests/ansible/roles/security_group/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/security_group/tasks creating build/lib/openstack/tests/ansible/roles/server creating build/lib/openstack/tests/ansible/roles/server/defaults copying openstack/tests/ansible/roles/server/defaults/main.yaml -> build/lib/openstack/tests/ansible/roles/server/defaults creating build/lib/openstack/tests/ansible/roles/server/tasks copying openstack/tests/ansible/roles/server/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/server/tasks creating build/lib/openstack/tests/ansible/roles/subnet creating build/lib/openstack/tests/ansible/roles/subnet/defaults copying openstack/tests/ansible/roles/subnet/defaults/main.yml -> build/lib/openstack/tests/ansible/roles/subnet/defaults creating build/lib/openstack/tests/ansible/roles/subnet/tasks copying openstack/tests/ansible/roles/subnet/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/subnet/tasks creating build/lib/openstack/tests/ansible/roles/user creating build/lib/openstack/tests/ansible/roles/user/tasks copying openstack/tests/ansible/roles/user/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/user/tasks creating build/lib/openstack/tests/ansible/roles/user_group creating build/lib/openstack/tests/ansible/roles/user_group/tasks copying openstack/tests/ansible/roles/user_group/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/user_group/tasks creating build/lib/openstack/tests/ansible/roles/volume creating build/lib/openstack/tests/ansible/roles/volume/tasks copying openstack/tests/ansible/roles/volume/tasks/main.yml -> build/lib/openstack/tests/ansible/roles/volume/tasks copying openstack/tests/functional/orchestration/v1/hello_world.yaml -> build/lib/openstack/tests/functional/orchestration/v1 + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.iYLiDP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch + cd openstacksdk-0.27.1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/v1/notification.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/v1/segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/v1/host.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1 copying build/lib/openstack/instance_ha/instance_ha_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha copying build/lib/openstack/instance_ha/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/meta.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_normalize.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/_utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/exc.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/inventory.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud copying build/lib/openstack/cloud/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat copying build/lib/openstack/cloud/_heat/template_format.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat copying build/lib/openstack/cloud/_heat/template_utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat copying build/lib/openstack/cloud/_heat/environment_format.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat copying build/lib/openstack/cloud/_heat/event_utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat copying build/lib/openstack/cloud/_heat/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat copying build/lib/openstack/cloud/_heat/utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/cmd copying build/lib/openstack/cloud/cmd/inventory.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/cmd copying build/lib/openstack/cloud/cmd/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/cmd copying build/lib/openstack/cloud/openstackcloud.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/tests copying build/lib/openstack/cloud/tests/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/tests copying build/lib/openstack/service_description.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/database.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/instance.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1 copying build/lib/openstack/database/database_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database copying build/lib/openstack/database/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2 copying build/lib/openstack/workflow/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2 copying build/lib/openstack/workflow/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2 copying build/lib/openstack/workflow/v2/execution.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2 copying build/lib/openstack/workflow/v2/workflow.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2 copying build/lib/openstack/workflow/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow copying build/lib/openstack/workflow/workflow_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow copying build/lib/openstack/workflow/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/stack_files.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/stack_template.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/stack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/stack_environment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/resource.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/software_deployment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/template.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/v1/software_config.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1 copying build/lib/openstack/orchestration/orchestration_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration copying build/lib/openstack/orchestration/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration copying build/lib/openstack/orchestration/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration copying build/lib/openstack/_adapter.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_meta copying build/lib/openstack/_meta/connection.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_meta copying build/lib/openstack/_meta/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_meta creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/container.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/order.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/secret.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/v1/_format.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1 copying build/lib/openstack/key_manager/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager copying build/lib/openstack/key_manager/key_manager_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager copying build/lib/openstack/__main__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack copying build/lib/openstack/format.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer copying build/lib/openstack/load_balancer/load_balancer_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/health_monitor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/flavor_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/listener.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/load_balancer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/l7_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/quota.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/l7_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/provider.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/v2/amphora.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2 copying build/lib/openstack/load_balancer/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer copying build/lib/openstack/load_balancer/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer copying build/lib/openstack/resource.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack copying build/lib/openstack/_log.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack copying build/lib/openstack/connection.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack copying build/lib/openstack/exceptions.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/driver.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/_common.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/port_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/chassis.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/v1/allocation.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1 copying build/lib/openstack/baremetal/baremetal_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal copying build/lib/openstack/baremetal/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal copying build/lib/openstack/baremetal/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal copying build/lib/openstack/baremetal/configdrive.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal copying build/lib/openstack/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/tenant.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/role.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2 copying build/lib/openstack/identity/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/project.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role_project_group_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/region.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/endpoint.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/registered_limit.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role_domain_group_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/credential.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/limit.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/domain.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role_project_user_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/trust.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/role_domain_user_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/v3/policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3 copying build/lib/openstack/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity copying build/lib/openstack/identity/identity_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity copying build/lib/openstack/task_manager.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/queue.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/claim.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/subscription.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/message.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2 copying build/lib/openstack/message/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message copying build/lib/openstack/message/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message copying build/lib/openstack/message/message_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/_util.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/citycloud.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/ultimum.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/ibmcloud.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/unitedstack.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/catalyst.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/switchengines.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/dreamcompute.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/rackspace.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/auro.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/otc.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/zetta.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/limestonenetworks.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/elastx.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/vexxhost.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/ovh.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/entercloudsuite.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/fuga.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/bluebox.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/internap.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/conoha.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/vendors/betacloud.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors copying build/lib/openstack/config/cloud_region.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/schema.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/exceptions.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/cloud_config.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/defaults.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/loader.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/defaults.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/config/vendor-schema.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config copying build/lib/openstack/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/cluster.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/event.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/_async_resource.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/policy_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/build_info.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/action.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/profile_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/cluster_attr.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/receiver.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/cluster_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/v1/policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1 copying build/lib/openstack/clustering/clustering_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering copying build/lib/openstack/clustering/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering copying build/lib/openstack/clustering/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/container.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/obj.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/_base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/v1/account.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1 copying build/lib/openstack/object_store/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store copying build/lib/openstack/object_store/object_store_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store copying build/lib/openstack/proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1 copying build/lib/openstack/image/v1/image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1 copying build/lib/openstack/image/v1/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1 copying build/lib/openstack/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1 copying build/lib/openstack/image/image_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/schema.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/v2/task.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2 copying build/lib/openstack/image/iterable_chunked_file.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image copying build/lib/openstack/image/image_signer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image copying build/lib/openstack/image/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image copying build/lib/openstack/image/_base_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/vpn_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/qos_dscp_marking_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/network_ip_availability.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/qos_minimum_bandwidth_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/subnet_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/health_monitor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/address_scope.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/metering_label_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/availability_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/rbac_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/qos_bandwidth_limit_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/service_provider.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/listener.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/agent.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/subnet.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/floating_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/load_balancer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/qos_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/quota.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/port_forwarding.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/network_segment_range.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/auto_allocated_topology.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/firewall_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/pool_member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/trunk.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/firewall_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/service_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/metering_label.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/firewall_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/security_group_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/v2/security_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2 copying build/lib/openstack/network/network_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network copying build/lib/openstack/network/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network copying build/lib/openstack/network/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/keypair.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/availability_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/limits.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/server_diagnostics.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/metadata.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/aggregate.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/hypervisor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/server_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/volume_attachment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/server_interface.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/v2/server_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2 copying build/lib/openstack/compute/version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute copying build/lib/openstack/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute copying build/lib/openstack/compute/compute_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/instance_ha/v1/test_segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/instance_ha/v1/test_host.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/instance_ha/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/instance_ha/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/instance_ha/v1/test_notification.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1 copying build/lib/openstack/tests/unit/instance_ha/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_identity_roles.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_role_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_groups.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test__utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_project.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_volume_backups.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_domains.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_volume_access.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_server_console.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_flavors.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_qos_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_floating_ip_nova.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_fwaas.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_magnum_services.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_create_volume_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_limits.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_usage.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_qos_bandwidth_limit_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_caching.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_aggregate.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_update_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_baremetal_node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_operator.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_normalize.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_security_groups.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_endpoints.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_recordset.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_baremetal_ports.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_server_set_metadata.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_floating_ip_common.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_meta.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_stack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_qos_minimum_bandwidth_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_shade.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_subnet.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_keypair.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_coe_clusters_certificate.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_domain_params.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_quotas.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_delete_volume_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_inventory.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_delete_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_image_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_shade_operator.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_server_delete_metadata.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_qos_dscp_marking_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_object.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_operator_noauth.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_cluster_templates.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_rebuild_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_create_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_services.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_availability_zones.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_coe_clusters.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_users.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_server_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_floating_ip_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_clustering.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud copying build/lib/openstack/tests/unit/cloud/test_floating_ip_neutron.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/test_database.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/test_instance.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/v1/test_user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1 copying build/lib/openstack/tests/unit/database/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database copying build/lib/openstack/tests/unit/test_placement_rest.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow copying build/lib/openstack/tests/unit/workflow/test_workflow.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow copying build/lib/openstack/tests/unit/workflow/test_execution.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow copying build/lib/openstack/tests/unit/workflow/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow copying build/lib/openstack/tests/unit/workflow/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow copying build/lib/openstack/tests/unit/workflow/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_stack_environment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_software_deployment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_stack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_software_config.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_stack_files.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_resource.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_stack_template.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/v1/test_template.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1 copying build/lib/openstack/tests/unit/orchestration/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration copying build/lib/openstack/tests/unit/orchestration/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration copying build/lib/openstack/tests/unit/test_exceptions.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 copying build/lib/openstack/tests/unit/key_manager/v1/test_container.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 copying build/lib/openstack/tests/unit/key_manager/v1/test_order.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 copying build/lib/openstack/tests/unit/key_manager/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 copying build/lib/openstack/tests/unit/key_manager/v1/test_secret.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 copying build/lib/openstack/tests/unit/key_manager/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1 copying build/lib/openstack/tests/unit/key_manager/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_health_monitor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_listener.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_load_balancer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_quota.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_amphora.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_provider.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_l7policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_flavor_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/load_balancer/test_l7rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer copying build/lib/openstack/tests/unit/test_format.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_driver.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_allocation.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_port_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_chassis.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/v1/test_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1 copying build/lib/openstack/tests/unit/baremetal/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal copying build/lib/openstack/tests/unit/baremetal/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal copying build/lib/openstack/tests/unit/baremetal/test_configdrive.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/test_tenant.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/test_role.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/test_extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/v2/test_user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2 copying build/lib/openstack/tests/unit/identity/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role_domain_user_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role_project_group_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_project.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_trust.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_limit.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role_project_user_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_role_domain_group_assignment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_credential.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_domain.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_user.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_registered_limit.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/v3/test_region.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3 copying build/lib/openstack/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity copying build/lib/openstack/tests/unit/test_proxy_base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit copying build/lib/openstack/tests/unit/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit copying build/lib/openstack/tests/unit/test__adapter.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit copying build/lib/openstack/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/test_claim.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/test_queue.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/test_subscription.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/v2/test_message.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2 copying build/lib/openstack/tests/unit/message/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message copying build/lib/openstack/tests/unit/message/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_store creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_store/v2 copying build/lib/openstack/tests/unit/block_store/v2/test_stats.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_store/v2 copying build/lib/openstack/tests/unit/test_connection.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_config.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_json.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_cloud_config.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_from_session.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_init.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/config/test_environ.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config copying build/lib/openstack/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_cluster.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_cluster_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_profile_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_cluster_attr.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_event.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_policy_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_action.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_build_info.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/v1/test_receiver.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1 copying build/lib/openstack/tests/unit/clustering/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering copying build/lib/openstack/tests/unit/clustering/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering copying build/lib/openstack/tests/unit/test_proxy_base2.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 copying build/lib/openstack/tests/unit/object_store/v1/test_container.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 copying build/lib/openstack/tests/unit/object_store/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 copying build/lib/openstack/tests/unit/object_store/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 copying build/lib/openstack/tests/unit/object_store/v1/test_obj.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 copying build/lib/openstack/tests/unit/object_store/v1/test_account.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1 copying build/lib/openstack/tests/unit/object_store/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store copying build/lib/openstack/tests/unit/fakes.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit copying build/lib/openstack/tests/unit/test_resource.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1 copying build/lib/openstack/tests/unit/image/v1/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1 copying build/lib/openstack/tests/unit/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1 copying build/lib/openstack/tests/unit/image/v1/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1 creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/test_task.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/test_member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/test_schema.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2 copying build/lib/openstack/tests/unit/image/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_health_monitor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_listener.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_availability_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_address_scope.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_firewall_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_firewall_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_security_group_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_qos_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_subnet_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_security_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_firewall_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_vpn_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_qos_bandwidth_limit_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_load_balancer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_quota.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_auto_allocated_topology.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_service_provider.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_network_segment_range.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_service_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_qos_minimum_bandwidth_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_subnet.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_pool_member.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_network_ip_availability.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_agent.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_floating_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_rbac_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_qos_dscp_marking_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_port_forwarding.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_metering_label.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_trunk.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/v2/test_metering_label_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2 copying build/lib/openstack/tests/unit/network/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network copying build/lib/openstack/tests/unit/network/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_availability_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_volume_attachment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_limits.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_aggregate.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_keypair.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_server_interface.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_server_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_server_diagnostics.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_hypervisor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_metadata.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/v2/test_server_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2 copying build/lib/openstack/tests/unit/compute/test_version.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute copying build/lib/openstack/tests/unit/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute copying build/lib/openstack/tests/unit/test_microversions.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/test_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/test_backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 copying build/lib/openstack/tests/unit/block_storage/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2 creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/test_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/test_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/test_backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3 copying build/lib/openstack/tests/unit/block_storage/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/image-version-broken.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/discovery.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/catalog-v3-suffix.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/baremetal.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/image-version-v1.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/catalog-v3-suburl.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/image-version-v2.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/dns.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures/clouds copying build/lib/openstack/tests/unit/fixtures/clouds/clouds.yaml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures/clouds copying build/lib/openstack/tests/unit/fixtures/clouds/clouds_cache.yaml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures/clouds copying build/lib/openstack/tests/unit/fixtures/catalog-v2.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/image-version-suburl.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/image-version.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/placement.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/clustering.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/block-storage-version.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/catalog-v3.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/fixtures/compute-version.json -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fixtures copying build/lib/openstack/tests/unit/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/hooks copying build/lib/openstack/tests/ansible/hooks/post_test_hook.sh -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/hooks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user/tasks copying build/lib/openstack/tests/ansible/roles/user/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/object creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/object/tasks copying build/lib/openstack/tests/ansible/roles/object/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/object/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_domain creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_domain/tasks copying build/lib/openstack/tests/ansible/roles/keystone_domain/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_domain/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_domain/defaults copying build/lib/openstack/tests/ansible/roles/keystone_domain/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_domain/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/group creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/group/tasks copying build/lib/openstack/tests/ansible/roles/group/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/group/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/group/defaults copying build/lib/openstack/tests/ansible/roles/group/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/group/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/auth creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/auth/tasks copying build/lib/openstack/tests/ansible/roles/auth/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/auth/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/volume creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/volume/tasks copying build/lib/openstack/tests/ansible/roles/volume/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/volume/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_role creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_role/tasks copying build/lib/openstack/tests/ansible/roles/keystone_role/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_role/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_role/defaults copying build/lib/openstack/tests/ansible/roles/keystone_role/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keystone_role/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keypair creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keypair/tasks copying build/lib/openstack/tests/ansible/roles/keypair/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keypair/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keypair/defaults copying build/lib/openstack/tests/ansible/roles/keypair/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/keypair/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user_group creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user_group/tasks copying build/lib/openstack/tests/ansible/roles/user_group/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/user_group/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/subnet creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/subnet/tasks copying build/lib/openstack/tests/ansible/roles/subnet/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/subnet/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/subnet/defaults copying build/lib/openstack/tests/ansible/roles/subnet/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/subnet/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/server creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/server/tasks copying build/lib/openstack/tests/ansible/roles/server/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/server/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/server/defaults copying build/lib/openstack/tests/ansible/roles/server/defaults/main.yaml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/server/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/client_config creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/client_config/tasks copying build/lib/openstack/tests/ansible/roles/client_config/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/client_config/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/security_group creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/security_group/tasks copying build/lib/openstack/tests/ansible/roles/security_group/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/security_group/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/security_group/defaults copying build/lib/openstack/tests/ansible/roles/security_group/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/security_group/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/image/tasks copying build/lib/openstack/tests/ansible/roles/image/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/image/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/image/defaults copying build/lib/openstack/tests/ansible/roles/image/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/image/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/router creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/router/tasks copying build/lib/openstack/tests/ansible/roles/router/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/router/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/router/defaults copying build/lib/openstack/tests/ansible/roles/router/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/router/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/network/tasks copying build/lib/openstack/tests/ansible/roles/network/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/network/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/network/defaults copying build/lib/openstack/tests/ansible/roles/network/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/network/defaults creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/nova_flavor creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/nova_flavor/tasks copying build/lib/openstack/tests/ansible/roles/nova_flavor/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/nova_flavor/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/port creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/port/tasks copying build/lib/openstack/tests/ansible/roles/port/tasks/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/port/tasks creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/port/defaults copying build/lib/openstack/tests/ansible/roles/port/defaults/main.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible/roles/port/defaults copying build/lib/openstack/tests/ansible/run.yml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible copying build/lib/openstack/tests/ansible/README.txt -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/ansible creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha copying build/lib/openstack/tests/functional/instance_ha/test_segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha copying build/lib/openstack/tests/functional/instance_ha/test_host.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha copying build/lib/openstack/tests/functional/instance_ha/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_groups.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_project.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/hooks copying build/lib/openstack/tests/functional/cloud/hooks/post_test_hook.sh -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/hooks copying build/lib/openstack/tests/functional/cloud/test_compute.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_qos_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_magnum_services.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_limits.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_qos_bandwidth_limit_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_aggregate.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_volume_backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_security_groups.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_endpoints.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_recordset.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_stack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_qos_minimum_bandwidth_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_quotas.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_inventory.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_devstack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_floating_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_qos_dscp_marking_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_identity.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/util.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_object.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_cluster_templates.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_keypairs.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_volume_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_range_search.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_services.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_domain.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_coe_clusters.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_users.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_server_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_floating_ip_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud copying build/lib/openstack/tests/functional/cloud/test_clustering.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1 copying build/lib/openstack/tests/functional/orchestration/v1/test_stack.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1 copying build/lib/openstack/tests/functional/orchestration/v1/hello_world.yaml -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1 copying build/lib/openstack/tests/functional/orchestration/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1 copying build/lib/openstack/tests/functional/orchestration/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/v2 copying build/lib/openstack/tests/functional/load_balancer/v2/test_load_balancer.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/v2 copying build/lib/openstack/tests/functional/load_balancer/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/v2 copying build/lib/openstack/tests/functional/load_balancer/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples copying build/lib/openstack/tests/functional/examples/test_compute.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples copying build/lib/openstack/tests/functional/examples/test_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples copying build/lib/openstack/tests/functional/examples/test_identity.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples copying build/lib/openstack/tests/functional/examples/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples copying build/lib/openstack/tests/functional/examples/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_driver.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_node.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_chassis.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_port_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_allocation.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/test_baremetal_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal copying build/lib/openstack/tests/functional/baremetal/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_store creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_store/v2 copying build/lib/openstack/tests/functional/block_store/v2/test_stats.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_store/v2 copying build/lib/openstack/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/clustering copying build/lib/openstack/tests/functional/clustering/test_cluster.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/clustering copying build/lib/openstack/tests/functional/clustering/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/clustering creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1 copying build/lib/openstack/tests/functional/object_store/v1/test_container.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1 copying build/lib/openstack/tests/functional/object_store/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1 copying build/lib/openstack/tests/functional/object_store/v1/test_obj.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1 copying build/lib/openstack/tests/functional/object_store/v1/test_account.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1 copying build/lib/openstack/tests/functional/object_store/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/v2 copying build/lib/openstack/tests/functional/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/v2 copying build/lib/openstack/tests/functional/image/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/v2 copying build/lib/openstack/tests/functional/image/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_availability_zone.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_address_scope.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_firewall_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_firewall_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_security_group_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_dvr_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_qos_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_subnet_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_security_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_firewall_group.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_qos_bandwidth_limit_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_quota.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_subnet_from_subnet_pool.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_auto_allocated_topology.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_segment.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_service_provider.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_network_segment_range.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_service_profile.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_qos_minimum_bandwidth_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_subnet.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_agent_add_remove_router.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_router_add_remove_interface.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_network_ip_availability.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_agent.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_floating_ip.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_firewall_rule_insert_remove_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_rbac_policy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_qos_dscp_marking_rule.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_port_forwarding.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_agent_add_remove_network.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_trunk.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/v2/test_port.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2 copying build/lib/openstack/tests/functional/network/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_limits.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_server.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_keypair.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_extension.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2 copying build/lib/openstack/tests/functional/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute copying build/lib/openstack/tests/functional/compute/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/test_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/test_backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 copying build/lib/openstack/tests/functional/block_storage/v2/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2 creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/test_type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/test_volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/test_backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/v3/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3 copying build/lib/openstack/tests/functional/block_storage/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage copying build/lib/openstack/tests/functional/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional copying build/lib/openstack/tests/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests copying build/lib/openstack/tests/fakes.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests copying build/lib/openstack/tests/base.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests copying build/lib/openstack/utils.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/stats.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2 copying build/lib/openstack/block_storage/block_storage_service.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage creating /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/backup.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/volume.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/type.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/snapshot.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/stats.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3 copying build/lib/openstack/block_storage/__init__.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage copying build/lib/openstack/block_storage/_base_proxy.py -> /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1/notification.py to notification.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1/segment.py to segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1/host.py to host.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/instance_ha_service.py to instance_ha_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/instance_ha/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/meta.py to meta.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_normalize.py to _normalize.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_utils.py to _utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/exc.py to exc.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat/template_format.py to template_format.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat/template_utils.py to template_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat/environment_format.py to environment_format.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat/event_utils.py to event_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/_heat/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/cmd/inventory.py to inventory.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/openstackcloud.py to openstackcloud.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/cloud/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/service_description.py to service_description.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/flavor.py to flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/database.py to database.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/instance.py to instance.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/database_service.py to database_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/database/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2/execution.py to execution.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/v2/workflow.py to workflow.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/workflow_service.py to workflow_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/workflow/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/stack_files.py to stack_files.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/stack_template.py to stack_template.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/stack.py to stack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/stack_environment.py to stack_environment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/software_deployment.py to software_deployment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/template.py to template.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/v1/software_config.py to software_config.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/orchestration_service.py to orchestration_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/orchestration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_adapter.py to _adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_meta/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_meta/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/order.py to order.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/secret.py to secret.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/v1/_format.py to _format.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/key_manager/key_manager_service.py to key_manager_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/format.py to format.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/load_balancer_service.py to load_balancer_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/flavor.py to flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/flavor_profile.py to flavor_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/l7_policy.py to l7_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/l7_rule.py to l7_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/provider.py to provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/v2/amphora.py to amphora.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/load_balancer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/_log.py to _log.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/connection.py to connection.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/node.py to node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/_common.py to _common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/port_group.py to port_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/port.py to port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/chassis.py to chassis.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/v1/allocation.py to allocation.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/baremetal_service.py to baremetal_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/baremetal/configdrive.py to configdrive.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/tenant.py to tenant.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/extension.py to extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role_project_group_assignment.py to role_project_group_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/region.py to region.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/registered_limit.py to registered_limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role_domain_group_assignment.py to role_domain_group_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/credential.py to credential.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/limit.py to limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/domain.py to domain.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role_assignment.py to role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/group.py to group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role_project_user_assignment.py to role_project_user_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/trust.py to trust.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/role_domain_user_assignment.py to role_domain_user_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/v3/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/identity/identity_service.py to identity_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/task_manager.py to task_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/queue.py to queue.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/claim.py to claim.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/subscription.py to subscription.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/message.py to message.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/message/message_service.py to message_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/_util.py to _util.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/vendors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/cloud_region.py to cloud_region.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/cloud_config.py to cloud_config.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/loader.py to loader.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/config/defaults.py to defaults.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/cluster.py to cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/node.py to node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/event.py to event.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/_async_resource.py to _async_resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/policy_type.py to policy_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/build_info.py to build_info.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/action.py to action.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/profile_type.py to profile_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/cluster_attr.py to cluster_attr.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/receiver.py to receiver.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/cluster_policy.py to cluster_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/profile.py to profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/v1/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/clustering_service.py to clustering_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/clustering/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/obj.py to obj.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/v1/account.py to account.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/object_store/object_store_service.py to object_store_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/image_service.py to image_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/schema.py to schema.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/member.py to member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/v2/task.py to task.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/iterable_chunked_file.py to iterable_chunked_file.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/image_signer.py to image_signer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/image/_base_proxy.py to _base_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/vpn_service.py to vpn_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/qos_dscp_marking_rule.py to qos_dscp_marking_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/network_ip_availability.py to network_ip_availability.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/flavor.py to flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/qos_minimum_bandwidth_rule.py to qos_minimum_bandwidth_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/subnet_pool.py to subnet_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/health_monitor.py to health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/address_scope.py to address_scope.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/metering_label_rule.py to metering_label_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/availability_zone.py to availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/rbac_policy.py to rbac_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/qos_bandwidth_limit_rule.py to qos_bandwidth_limit_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/segment.py to segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/service_provider.py to service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/listener.py to listener.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/pool.py to pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/agent.py to agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/subnet.py to subnet.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/floating_ip.py to floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/extension.py to extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/load_balancer.py to load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/qos_policy.py to qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/network.py to network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/port_forwarding.py to port_forwarding.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/network_segment_range.py to network_segment_range.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/auto_allocated_topology.py to auto_allocated_topology.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/qos_rule_type.py to qos_rule_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/firewall_rule.py to firewall_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/pool_member.py to pool_member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/port.py to port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/trunk.py to trunk.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/firewall_policy.py to firewall_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/service_profile.py to service_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/metering_label.py to metering_label.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/firewall_group.py to firewall_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/security_group_rule.py to security_group_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/v2/security_group.py to security_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/network_service.py to network_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/flavor.py to flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/keypair.py to keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/availability_zone.py to availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/limits.py to limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/server_diagnostics.py to server_diagnostics.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/extension.py to extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/metadata.py to metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/aggregate.py to aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/hypervisor.py to hypervisor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/server_ip.py to server_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/volume_attachment.py to volume_attachment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/server_interface.py to server_interface.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/v2/server_group.py to server_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/compute/compute_service.py to compute_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1/test_segment.py to test_segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1/test_host.py to test_host.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/v1/test_notification.py to test_notification.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/instance_ha/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_identity_roles.py to test_identity_roles.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_router.py to test_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_role_assignment.py to test_role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_groups.py to test_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test__utils.py to test__utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_volume_backups.py to test_volume_backups.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_domains.py to test_domains.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_volume_access.py to test_volume_access.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_server_console.py to test_server_console.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_flavors.py to test_flavors.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_qos_policy.py to test_qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_zone.py to test_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_floating_ip_nova.py to test_floating_ip_nova.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_fwaas.py to test_fwaas.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_magnum_services.py to test_magnum_services.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_create_volume_snapshot.py to test_create_volume_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_usage.py to test_usage.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_qos_bandwidth_limit_rule.py to test_qos_bandwidth_limit_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_caching.py to test_caching.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_aggregate.py to test_aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_update_server.py to test_update_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_baremetal_node.py to test_baremetal_node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_operator.py to test_operator.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_normalize.py to test_normalize.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_security_groups.py to test_security_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_recordset.py to test_recordset.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_baremetal_ports.py to test_baremetal_ports.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_server_set_metadata.py to test_server_set_metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_floating_ip_common.py to test_floating_ip_common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_meta.py to test_meta.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_stack.py to test_stack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_qos_minimum_bandwidth_rule.py to test_qos_minimum_bandwidth_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_shade.py to test_shade.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_subnet.py to test_subnet.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_keypair.py to test_keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_coe_clusters_certificate.py to test_coe_clusters_certificate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_domain_params.py to test_domain_params.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_delete_volume_snapshot.py to test_delete_volume_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_inventory.py to test_inventory.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_delete_server.py to test_delete_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_image_snapshot.py to test_image_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_shade_operator.py to test_shade_operator.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_server_delete_metadata.py to test_server_delete_metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_qos_dscp_marking_rule.py to test_qos_dscp_marking_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_qos_rule_type.py to test_qos_rule_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_object.py to test_object.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_operator_noauth.py to test_operator_noauth.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_cluster_templates.py to test_cluster_templates.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_rebuild_server.py to test_rebuild_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_create_server.py to test_create_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_availability_zones.py to test_availability_zones.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_coe_clusters.py to test_coe_clusters.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_server_group.py to test_server_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_floating_ip_pool.py to test_floating_ip_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_clustering.py to test_clustering.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/cloud/test_floating_ip_neutron.py to test_floating_ip_neutron.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/test_database.py to test_database.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/test_instance.py to test_instance.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/v1/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/database/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_placement_rest.py to test_placement_rest.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow/test_workflow.py to test_workflow.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow/test_execution.py to test_execution.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/workflow/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_stack_environment.py to test_stack_environment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_software_deployment.py to test_software_deployment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_stack.py to test_stack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_software_config.py to test_software_config.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_stack_files.py to test_stack_files.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_resource.py to test_resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_stack_template.py to test_stack_template.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/v1/test_template.py to test_template.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/orchestration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1/test_order.py to test_order.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1/test_secret.py to test_secret.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/key_manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_member.py to test_member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_amphora.py to test_amphora.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_provider.py to test_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_l7policy.py to test_l7policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_flavor_profile.py to test_flavor_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/load_balancer/test_l7rule.py to test_l7rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_format.py to test_format.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_allocation.py to test_allocation.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_port_group.py to test_port_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_chassis.py to test_chassis.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_node.py to test_node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/v1/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/baremetal/test_configdrive.py to test_configdrive.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/test_tenant.py to test_tenant.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/test_role.py to test_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v2/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role_domain_user_assignment.py to test_role_domain_user_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_group.py to test_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role_assignment.py to test_role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role_project_group_assignment.py to test_role_project_group_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_trust.py to test_trust.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_limit.py to test_limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role.py to test_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role_project_user_assignment.py to test_role_project_user_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_role_domain_group_assignment.py to test_role_domain_group_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_credential.py to test_credential.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_domain.py to test_domain.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_registered_limit.py to test_registered_limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/v3/test_region.py to test_region.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_proxy_base.py to test_proxy_base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test__adapter.py to test__adapter.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/test_claim.py to test_claim.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/test_queue.py to test_queue.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/test_subscription.py to test_subscription.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/v2/test_message.py to test_message.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/message/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_store/v2/test_stats.py to test_stats.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_connection.py to test_connection.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_json.py to test_json.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_cloud_config.py to test_cloud_config.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_from_session.py to test_from_session.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_init.py to test_init.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/config/test_environ.py to test_environ.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_policy.py to test_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_cluster_policy.py to test_cluster_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_profile_type.py to test_profile_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_cluster_attr.py to test_cluster_attr.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_event.py to test_event.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_policy_type.py to test_policy_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_node.py to test_node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_action.py to test_action.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_profile.py to test_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_build_info.py to test_build_info.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/v1/test_receiver.py to test_receiver.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/clustering/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_proxy_base2.py to test_proxy_base2.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1/test_obj.py to test_obj.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/v1/test_account.py to test_account.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/object_store/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_resource.py to test_resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v1/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/test_task.py to test_task.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/test_member.py to test_member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/test_schema.py to test_schema.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/v2/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_router.py to test_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_health_monitor.py to test_health_monitor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_listener.py to test_listener.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_address_scope.py to test_address_scope.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_firewall_rule.py to test_firewall_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_firewall_policy.py to test_firewall_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_security_group_rule.py to test_security_group_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_qos_policy.py to test_qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_subnet_pool.py to test_subnet_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_security_group.py to test_security_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_firewall_group.py to test_firewall_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_vpn_service.py to test_vpn_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_qos_bandwidth_limit_rule.py to test_qos_bandwidth_limit_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_auto_allocated_topology.py to test_auto_allocated_topology.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_segment.py to test_segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_service_provider.py to test_service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_network_segment_range.py to test_network_segment_range.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_service_profile.py to test_service_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_qos_minimum_bandwidth_rule.py to test_qos_minimum_bandwidth_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_subnet.py to test_subnet.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_pool_member.py to test_pool_member.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_network_ip_availability.py to test_network_ip_availability.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_agent.py to test_agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_floating_ip.py to test_floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_pool.py to test_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_rbac_policy.py to test_rbac_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_qos_dscp_marking_rule.py to test_qos_dscp_marking_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_port_forwarding.py to test_port_forwarding.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_qos_rule_type.py to test_qos_rule_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_metering_label.py to test_metering_label.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_trunk.py to test_trunk.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/v2/test_metering_label_rule.py to test_metering_label_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_volume_attachment.py to test_volume_attachment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_aggregate.py to test_aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_keypair.py to test_keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_server_interface.py to test_server_interface.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_server_ip.py to test_server_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_server_diagnostics.py to test_server_diagnostics.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_hypervisor.py to test_hypervisor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_metadata.py to test_metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/v2/test_server_group.py to test_server_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/test_version.py to test_version.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/test_microversions.py to test_microversions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/test_type.py to test_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/test_backup.py to test_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/test_type.py to test_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/test_backup.py to test_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/block_storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha/test_segment.py to test_segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha/test_host.py to test_host.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/instance_ha/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_router.py to test_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_groups.py to test_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_compute.py to test_compute.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_qos_policy.py to test_qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_zone.py to test_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_magnum_services.py to test_magnum_services.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_qos_bandwidth_limit_rule.py to test_qos_bandwidth_limit_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_aggregate.py to test_aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_volume_backup.py to test_volume_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_security_groups.py to test_security_groups.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_recordset.py to test_recordset.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_stack.py to test_stack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_qos_minimum_bandwidth_rule.py to test_qos_minimum_bandwidth_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_inventory.py to test_inventory.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_devstack.py to test_devstack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_floating_ip.py to test_floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_qos_dscp_marking_rule.py to test_qos_dscp_marking_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_identity.py to test_identity.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_object.py to test_object.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_cluster_templates.py to test_cluster_templates.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_keypairs.py to test_keypairs.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_volume_type.py to test_volume_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_range_search.py to test_range_search.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_domain.py to test_domain.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_coe_clusters.py to test_coe_clusters.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_server_group.py to test_server_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_floating_ip_pool.py to test_floating_ip_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/cloud/test_clustering.py to test_clustering.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1/test_stack.py to test_stack.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/orchestration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/v2/test_load_balancer.py to test_load_balancer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/load_balancer/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples/test_compute.py to test_compute.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples/test_identity.py to test_identity.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/examples/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_driver.py to test_baremetal_driver.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_node.py to test_baremetal_node.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_chassis.py to test_baremetal_chassis.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_port_group.py to test_baremetal_port_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_allocation.py to test_baremetal_allocation.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/test_baremetal_port.py to test_baremetal_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/baremetal/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_store/v2/test_stats.py to test_stats.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/clustering/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/clustering/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1/test_obj.py to test_obj.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/v1/test_account.py to test_account.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/object_store/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/v2/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_router.py to test_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_address_scope.py to test_address_scope.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_firewall_rule.py to test_firewall_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_firewall_policy.py to test_firewall_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_security_group_rule.py to test_security_group_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_dvr_router.py to test_dvr_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_qos_policy.py to test_qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_subnet_pool.py to test_subnet_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_security_group.py to test_security_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_firewall_group.py to test_firewall_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_qos_bandwidth_limit_rule.py to test_qos_bandwidth_limit_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_subnet_from_subnet_pool.py to test_subnet_from_subnet_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_auto_allocated_topology.py to test_auto_allocated_topology.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_segment.py to test_segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_service_provider.py to test_service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_network_segment_range.py to test_network_segment_range.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_service_profile.py to test_service_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_qos_minimum_bandwidth_rule.py to test_qos_minimum_bandwidth_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_subnet.py to test_subnet.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_agent_add_remove_router.py to test_agent_add_remove_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_router_add_remove_interface.py to test_router_add_remove_interface.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_network_ip_availability.py to test_network_ip_availability.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_agent.py to test_agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_floating_ip.py to test_floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_firewall_rule_insert_remove_policy.py to test_firewall_rule_insert_remove_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_rbac_policy.py to test_rbac_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_qos_dscp_marking_rule.py to test_qos_dscp_marking_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_port_forwarding.py to test_port_forwarding.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_agent_add_remove_network.py to test_agent_add_remove_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_qos_rule_type.py to test_qos_rule_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_trunk.py to test_trunk.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/v2/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_keypair.py to test_keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/v2/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/compute/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/test_type.py to test_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/test_backup.py to test_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v2/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/test_type.py to test_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/test_backup.py to test_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/block_storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/backup.py to backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/type.py to type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/snapshot.py to snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/stats.py to stats.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/block_storage_service.py to block_storage_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/backup.py to backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/_proxy.py to _proxy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/type.py to type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/snapshot.py to snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/stats.py to stats.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstack/block_storage/_base_proxy.py to _base_proxy.pyc writing byte-compilation script '/tmp/tmpivceEQ.py' /usr/bin/python2 -O /tmp/tmpivceEQ.py removing /tmp/tmpivceEQ.py running install_egg_info running egg_info writing openstacksdk.egg-info/PKG-INFO writing top-level names to openstacksdk.egg-info/top_level.txt writing dependency_links to openstacksdk.egg-info/dependency_links.txt writing entry points to openstacksdk.egg-info/entry_points.txt writing pbr to openstacksdk.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'openstacksdk.egg-info/SOURCES.txt' Copying openstacksdk.egg-info to /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstacksdk-0.27.1-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing openstack-inventory script to /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/bin + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/openstacksdk-0.27.1 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.lhQk9N + umask 022 + cd /builddir/build/BUILD + cd openstacksdk-0.27.1 + export OS_STDOUT_CAPTURE=true + OS_STDOUT_CAPTURE=true + export OS_STDERR_CAPTURE=true + OS_STDERR_CAPTURE=true + export OS_TEST_TIMEOUT=10 + OS_TEST_TIMEOUT=10 + stestr --test-path ./openstack/tests/unit run {2} openstack.tests.unit.baremetal.v1.test_driver.TestDriver.test_instantiate [0.073432s] ... ok {2} openstack.tests.unit.baremetal.v1.test_node.TestNode.test_basic [0.021671s] ... ok {2} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_chassis_detailed [0.019792s] ... ok {8} openstack.tests.unit.baremetal.v1.test_allocation.TestAllocation.test_basic [0.068554s] ... ok {8} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_list_vifs [0.025282s] ... ok {2} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_chassis_ignore [0.019941s] ... ok {8} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForProvisionState.test_success [0.027144s] ... ok {2} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshot_get [0.019904s] ... ok {2} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshot_get [0.019653s] ... ok {8} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_drivers [0.019497s] ... ok {2} openstack.tests.unit.block_storage.v3.test_volume.TestVolume.test_extend [0.021046s] ... ok {8} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_update_chassis [0.019005s] ... ok {2} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_exact [0.019618s] ... ok {8} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volume_create_attrs [0.019144s] ... ok {8} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_int_only [0.019538s] ... ok {2} openstack.tests.unit.cloud.test_availability_zones.TestAvailabilityZoneNames.test_list_availability_zone_names [0.057992s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,561 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,566 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,567 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,569 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,573 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,585 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-availability-zone -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,589 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,590 keystoneauth.session RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": null, "zoneName": "az1"}, {"zoneState": {"available": false}, "hosts": null, "zoneName": "nova"}]} {8} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_invalid [0.018199s] ... ok {2} openstack.tests.unit.cloud.test_availability_zones.TestAvailabilityZoneNames.test_unauthorized_availability_zone_names [0.060848s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,620 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,623 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,624 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,626 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,630 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,642 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-availability-zone -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,645 keystoneauth.session RESP: [403] content-type: application/json 2020-07-27 06:27:18,646 openstack Availability zone list could not be fetched Traceback (most recent call last): File "openstack/cloud/openstackcloud.py", line 1877, in list_availability_zone_names self.compute.get('/os-availability-zone')) File "openstack/_adapter.py", line 92, in _json_response exceptions.raise_from_response(response, error_message=error_message) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id HttpException: HttpException: 403: Client Error for url: https://compute.example.com/v2.1/os-availability-zone {8} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_key_not_found [0.018431s] ... ok {2} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_get_machine_by_mac [0.093050s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,675 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,678 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,679 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,681 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,685 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,701 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,705 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,706 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,719 keystoneauth.session REQ: curl -g -i -X GET "https://bare-metal.example.com/v1/ports/detail?address=00%3A01%3A02%3A03%3A04%3A05" -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,723 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,724 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "c096210d-70ff-4fd8-bf43-69c3d0994cfd", "address": "00:01:02:03:04:05"}]} 2020-07-27 06:27:18,737 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/c096210d-70ff-4fd8-bf43-69c3d0994cfd -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,741 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,742 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "c096210d-70ff-4fd8-bf43-69c3d0994cfd"} {8} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(properties_changed) [0.100641s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,601 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,606 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,607 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,609 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,613 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,628 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,631 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,632 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,649 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/4325c136-204d-4d8e-bebf-4356958ba4e9 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,652 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,653 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "4325c136-204d-4d8e-bebf-4356958ba4e9"} 2020-07-27 06:27:18,672 keystoneauth.session REQ: curl -g -i -X PATCH https://bare-metal.example.com/v1/nodes/4325c136-204d-4d8e-bebf-4356958ba4e9 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/properties", "value": {"cat": "meow"}, "op": "replace"}]' 2020-07-27 06:27:18,676 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,677 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "4325c136-204d-4d8e-bebf-4356958ba4e9"} {1} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volume_delete_ignore [0.062810s] ... ok {2} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_inspect_failed [0.133370s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,768 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,772 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,773 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,778 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,784 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,807 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,810 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,812 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,829 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/ec9b5713-eb9b-49b4-9f41-7b1ecc9bd1f4 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,832 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,834 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "ec9b5713-eb9b-49b4-9f41-7b1ecc9bd1f4"} 2020-07-27 06:27:18,843 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/ec9b5713-eb9b-49b4-9f41-7b1ecc9bd1f4/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2020-07-27 06:27:18,847 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,854 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/ec9b5713-eb9b-49b4-9f41-7b1ecc9bd1f4 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,858 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,859 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "ec9b5713-eb9b-49b4-9f41-7b1ecc9bd1f4"} 2020-07-27 06:27:18,862 openstack Still waiting for node ec9b5713-eb9b-49b4-9f41-7b1ecc9bd1f4 to reach state "manageable", the current state is "inspecting" 2020-07-27 06:27:18,863 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,872 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/ec9b5713-eb9b-49b4-9f41-7b1ecc9bd1f4 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,875 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,876 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": "Earth Imploded", "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspect failed", "reservation": null, "properties": null, "uuid": "ec9b5713-eb9b-49b4-9f41-7b1ecc9bd1f4"} {1} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volume_extend [0.022012s] ... ok {8} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_list_nics_failure [0.067463s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,703 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,707 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,708 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,709 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,713 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,727 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,731 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,732 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,745 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/ports/detail -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,748 keystoneauth.session RESP: [400] content-type: application/json {1} openstack.tests.unit.block_storage.v3.test_backup.TestBackup.test_basic [0.022435s] ... ok {2} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_wait_timeout [0.131615s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,904 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,912 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,913 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,916 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,920 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,940 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,944 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,945 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,959 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/0ee725cb-6de9-4b59-bb66-b609fee4ed5c/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active"}' 2020-07-27 06:27:18,962 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,970 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/0ee725cb-6de9-4b59-bb66-b609fee4ed5c -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,973 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,974 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "0ee725cb-6de9-4b59-bb66-b609fee4ed5c"} 2020-07-27 06:27:18,978 openstack Still waiting for node 0ee725cb-6de9-4b59-bb66-b609fee4ed5c to reach state "active", the current state is "available" 2020-07-27 06:27:18,979 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,986 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/0ee725cb-6de9-4b59-bb66-b609fee4ed5c -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,990 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,991 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "deploying", "reservation": null, "properties": null, "uuid": "0ee725cb-6de9-4b59-bb66-b609fee4ed5c"} 2020-07-27 06:27:18,995 openstack Still waiting for node 0ee725cb-6de9-4b59-bb66-b609fee4ed5c to reach state "active", the current state is "deploying" 2020-07-27 06:27:18,996 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:19,004 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/0ee725cb-6de9-4b59-bb66-b609fee4ed5c -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,007 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,009 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "active", "reservation": null, "properties": null, "uuid": "0ee725cb-6de9-4b59-bb66-b609fee4ed5c"} {8} openstack.tests.unit.cloud.test_clustering.TestClustering.test_list_clusters [0.075838s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,771 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,775 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,776 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,778 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,782 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,802 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,811 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,813 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,819 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,823 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,824 keystoneauth.session RESP BODY: {"clusters": [{"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}]} {1} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_no_swift [0.019547s] ... ok {8} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_get_coe_cluster [0.052112s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,857 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,860 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,862 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,864 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,869 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,873 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,877 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,878 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {12} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_no_enroll_in_old_version [0.062690s] ... ok {2} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_enroll_timeout [0.126620s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,036 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,040 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,041 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,043 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,048 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,071 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,075 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,076 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:19,082 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"uuid": "3ad7879c-c4ab-4276-95ca-6978510469dc", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "name": "name-2"}' 2020-07-27 06:27:19,085 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,087 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "3ad7879c-c4ab-4276-95ca-6978510469dc"} 2020-07-27 06:27:19,091 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "3ad7879c-c4ab-4276-95ca-6978510469dc", "address": "00:01:02:03:04:05"}' 2020-07-27 06:27:19,095 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,097 keystoneauth.session RESP BODY: {"node_uuid": "3ad7879c-c4ab-4276-95ca-6978510469dc", "uuid": "d34c91b7a263473097c67c3699f5570b", "address": "00:01:02:03:04:05"} 2020-07-27 06:27:19,118 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/3ad7879c-c4ab-4276-95ca-6978510469dc/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2020-07-27 06:27:19,120 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,124 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/3ad7879c-c4ab-4276-95ca-6978510469dc -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,126 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,127 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "3ad7879c-c4ab-4276-95ca-6978510469dc"} 2020-07-27 06:27:19,135 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/3ad7879c-c4ab-4276-95ca-6978510469dc -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,137 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,138 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "verifying", "reservation": "conductor0", "properties": null, "uuid": "3ad7879c-c4ab-4276-95ca-6978510469dc"} 2020-07-27 06:27:19,140 openstack.iterate_timeout Waiting 2.0 seconds {1} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volume_delete [0.019231s] ... ok {4} openstack.tests.unit.baremetal.v1.test_allocation.TestWaitForAllocation.test_wait [0.070132s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,367 openstack Still waiting for the allocation e43c722c-248e-4c6e-8ce8-0d8ff129387a to become active, the current state is allocating 2020-07-27 06:27:18,367 openstack.iterate_timeout Waiting 2.0 seconds {12} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForReservation.test_reservation [0.030658s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,433 openstack Still waiting for the lock to be released on node 6d85703a-565d-469a-96ce-30b6de53079d, currently locked by conductor example2.com 2020-07-27 06:27:18,433 openstack.iterate_timeout Waiting 2.0 seconds {8} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_delete_endpoint [0.074777s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,906 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,909 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,910 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,913 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,917 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,940 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,943 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,945 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "3fe28fedc5914f01b36f8ed54f4bd45f", "url": "https://example.com/", "region": "3fe28fedc5914f01b36f8ed54f4bd45f", "enabled": true, "interface": "df5a584c67cb4c2d8dfafccdc5eaaec0", "service_id": "53466a44ebab43cd8226faf3afcd2767", "id": "c78d83532ba5418ba7d580fb4ed2d389"}]} 2020-07-27 06:27:18,953 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/endpoints/c78d83532ba5418ba7d580fb4ed2d389 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,957 keystoneauth.session RESP: [204] content-type: application/json {1} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volume_extend [0.022307s] ... ok {4} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_port_ignore [0.019459s] ... ok {3} openstack.tests.unit.baremetal.v1.test_chassis.TestChassis.test_instantiate [0.060609s] ... ok {2} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name [0.071625s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,178 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,180 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,181 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,183 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,186 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,197 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,201 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,202 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,212 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,216 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,217 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:19,228 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,231 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,233 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-3/file", "id": "openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_cache_no_cloud_name-3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {11} openstack.tests.unit.baremetal.v1.test_allocation.TestAllocation.test_instantiate [0.057931s] ... ok {6} openstack.tests.unit.baremetal.test_configdrive.TestPack.test_success [0.077909s] ... ok {12} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_chassis_not_detailed [0.021598s] ... ok {1} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_key_missing [0.018294s] ... ok {4} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_get [0.019902s] ... ok {8} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_list_endpoints [0.061490s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,982 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,985 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,987 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,989 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,993 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,011 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,015 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,017 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "910c919204694305af3a4cc42c7f9086", "url": "https://example.com/", "region": "910c919204694305af3a4cc42c7f9086", "enabled": true, "interface": "0ac9e4734b6e48faa257f65131dd6dc9", "service_id": "1e95b5aa04104cd3bf70b482c4d4653c", "id": "b5bca6d5625a4062991766412eb9bc05"}, {"region_id": "7dbbe45f92a84afab11780445f15e114", "url": "https://example.com/", "region": "7dbbe45f92a84afab11780445f15e114", "enabled": true, "interface": "e0dfd89bfe2640448871a093b7f5517a", "service_id": "087191e1076e42a4b7d9a34eeb521ff7", "id": "c5359b9fc90e4784b7cd969169d1c718"}, {"region_id": "b4d79306d528484ea0f74af64e1fda1e", "url": "https://example.com/", "region": "b4d79306d528484ea0f74af64e1fda1e", "enabled": true, "interface": "ffcb0a059f414f9280066a60c49ce4a0", "service_id": "f0905587369a4049ae414e7a71b99268", "id": "cd61351959644b5caf44828d731cefbe"}, {"region_id": "28d7352095a54fde911d4bceb9740d97", "url": "https://example.com/", "region": "28d7352095a54fde911d4bceb9740d97", "enabled": true, "interface": "0741fc9ed0e84d80b1fdad8f6a5115cb", "service_id": "610b150f8e5e4c309dccaddde9c9be06", "id": "f4bc806df8ce4fa6b869dd1be2ced672"}, {"region_id": "10fa329699f244a4ab3e492ff846d154", "url": "https://example.com/", "region": "10fa329699f244a4ab3e492ff846d154", "enabled": true, "interface": "a444768c92b44aaabcdf41fdb6c623ae", "service_id": "01d0a790d118408b986519e472db3643", "id": "b58ec3d5b3c24f8ebb9d1c43d80c524f"}, {"region_id": "16332ea933424f69980b0dde8b84e8c1", "url": "https://example.com/", "region": "16332ea933424f69980b0dde8b84e8c1", "enabled": true, "interface": "28665113262842a78d6fa20ebd4dbf92", "service_id": "8d3ead98ba5d42c384b7a6799d5305c8", "id": "11ff3af74b5a42fc89f18130cb1bd2d7"}, {"region_id": "88aaa0e77a00400d8e205ffd35be78c7", "url": "https://example.com/", "region": "88aaa0e77a00400d8e205ffd35be78c7", "enabled": true, "interface": "24ff98d053c44f368f9fe23ab9bacabe", "service_id": "70f6e892bc8c4bd492ff27616ed23cda", "id": "07d3675d6b0049d7b4e18cfc80aaee20"}, {"region_id": "49d2f1a1a8f34b1db431e29f63f6e77a", "url": "https://example.com/", "region": "49d2f1a1a8f34b1db431e29f63f6e77a", "enabled": true, "interface": "598903c01a474ba198381031ab6e1352", "service_id": "ff4762fe827a44ce9229dc2f23799e73", "id": "9317544389f8486f925a68efff665ab2"}, {"region_id": "f5c2d2cd0caa466c940b14b5ed22519f", "url": "https://example.com/", "region": "f5c2d2cd0caa466c940b14b5ed22519f", "enabled": true, "interface": "c2047ec50a714024b105d6688d69a497", "service_id": "29295700aa644d099dcbca12160cb39b", "id": "dc659443ad2043d8aa27d3fc2b09b6fe"}]} {3} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_create_allocation [0.020167s] ... ok {11} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_allocation_ignore [0.019985s] ... ok {2} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_delete_flavor [0.043141s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,257 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,259 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,260 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,262 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,264 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,272 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,274 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,275 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2020-07-27 06:27:19,279 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,281 keystoneauth.session RESP: [200] content-type: application/json {6} openstack.tests.unit.baremetal.v1.test_port_group.TestPortGroup.test_basic [0.055415s] ... ok {12} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_allocation [0.019265s] ... ok {1} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_not_int [0.019245s] ... ok {4} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_restore [0.022045s] ... ok {29} openstack.tests.unit.baremetal.test_version.TestVersion.test_basic [0.054801s] ... ok {3} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_update_node_no_retries [0.027812s] ... ok {24} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_attach_vif_no_retries [0.061126s] ... ok {8} openstack.tests.unit.cloud.test_groups.TestGroups.test_list_groups [0.054092s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,043 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,047 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,048 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,051 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,055 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,070 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,074 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,076 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "4e9aedcc70604eada2804d5aa0d73541", "id": "daaaf3c85ded424f9f9d3ebaecbaaaa8", "name": "groupname-2"}]} {11} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_port_groups_not_detailed [0.020336s] ... ok {2} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_list_floating_ips_with_filters [0.010511s] ... ok {6} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_get_port [0.019359s] ... ok {12} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_find_port [0.019938s] ... ok {4} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backups_not_detailed [0.019543s] ... ok {29} openstack.tests.unit.baremetal.v1.test_node.TestNode.test_instantiate [0.024982s] ... ok {24} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForProvisionState.test_failure [0.027524s] ... ok {3} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backups_detailed [0.019972s] ... ok {1} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_create_volume_invalidates [0.127545s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,537 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,542 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,543 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,545 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,548 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,571 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,574 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,575 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}]} 2020-07-27 06:27:18,586 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volume": {"size": 1, "name": "junk_vol", "description": "test junk volume"}}' 2020-07-27 06:27:18,589 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,590 keystoneauth.session RESP BODY: {"volume": {"status": "creating", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "12345", "metadata": {}}} 2020-07-27 06:27:18,595 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,598 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,599 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}, {"status": "creating", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "12345", "metadata": {}}]} 2020-07-27 06:27:18,602 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,607 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,610 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,611 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}, {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "12345", "metadata": {}}]} 2020-07-27 06:27:18,617 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,621 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,622 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}, {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "12345", "metadata": {}}]} 2020-07-27 06:27:18,627 keystoneauth.session REQ: curl -g -i -X DELETE https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/12345 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,630 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,634 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,637 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,638 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}]} {11} openstack.tests.unit.baremetal.v1.test_proxy.TestWaitForNodesProvisionState.test_timeout [0.027108s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,433 openstack Still waiting for nodes 1234, 1234 to reach state "fake state" 2020-07-27 06:27:18,433 openstack.iterate_timeout Waiting 2.0 seconds {6} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_create_attrs [0.019545s] ... ok {26} openstack.tests.unit.baremetal.test_configdrive.TestPack.test_genisoimage_fails [0.076468s] ... ok {9} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_manageable_new_version [0.067100s] ... ok {13} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForProvisionState.test_not_abort_on_failed_state [0.064118s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,403 openstack Still waiting for node 6d85703a-565d-469a-96ce-30b6de53079d to reach state "manageable", the current state is "deploy failed" 2020-07-27 06:27:18,403 openstack.iterate_timeout Waiting 2.0 seconds {12} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_ports_detailed [0.019718s] ... ok {8} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_show_all_deleted [0.040589s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,253 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,255 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,256 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,257 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,260 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,267 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,270 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,271 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,276 keystoneauth.session REQ: curl -g -i -X GET "https://image.example.com/v2/images?member_status=all" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,279 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,280 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/c780bacf-642f-4434-bade-d816ff5524cf/file", "id": "c780bacf-642f-4434-bade-d816ff5524cf", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/c780bacf-642f-4434-bade-d816ff5524cf", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"status": "deleted", "image_state": "available", "ramdisk_id": null, "tags": [], "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/c780bacf-642f-4434-bade-d816ff5524cf", "metadata": {}}], "file": "/v2/images/c780bacf-642f-4434-bade-d816ff5524cf/file", "min_disk": 40, "virtual_size": null, "id": "c780bacf-642f-4434-bade-d816ff5524cf", "size": 3402170368, "name": "image-2", "image_type": "snapshot", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "disk_format": "qcow2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "protected": false, "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image"}]} {20} openstack.tests.unit.baremetal.test_configdrive.TestPopulateDirectory.test_with_user_data [0.002904s] ... ok {4} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshot_delete_ignore [0.019543s] ... ok {2} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_insert_rule_into_policy_compact [0.068041s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,305 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,308 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,309 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,310 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,313 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,335 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,338 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,339 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,342 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,343 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": [], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} 2020-07-27 06:27:19,346 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,349 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,350 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,352 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,353 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "name": "deny_ssh", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": null, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}]} 2020-07-27 06:27:19,357 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4/insert_rule -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"insert_after": null, "firewall_rule_id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "insert_before": null}' 2020-07-27 06:27:19,359 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,360 keystoneauth.session RESP BODY: {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "location": {"project": {"id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "domain_name": null, "name": null, "domain_id": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "description": "block ports of well-known services"} {5} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_detach_vif_missing [0.060605s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,397 openstack VIF 714bdf6d-2386-4b5e-bd0d-bc036f04b1ef was already removed from node c29db401-b6a7-4530-af8e-20a720dee946 {29} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_nodes_not_detailed [0.019246s] ... ok {24} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_node [0.019216s] ... ok {3} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_type_get [0.020412s] ... ok {11} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volume_get [0.019609s] ... ok {6} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_dict2 [0.020617s] ... ok {1} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_ports_filtered [0.065614s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,665 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,668 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,669 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,671 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,675 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,701 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,705 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,706 keystoneauth.session RESP BODY: {"ports": [{"status": "DOWN", "binding:host_id": "", "name": "test-port-name", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "test-net-id", "tenant_id": "test-tenant-id", "binding:vif_details": {}, "binding:vnic_type": "normal", "binding:vif_type": "unbound", "device_owner": "", "mac_address": "50:1c:0d:e4:f0:0d", "binding:profile": {}, "fixed_ips": [{"subnet_id": "test-subnet-id", "ip_address": "29.29.29.29"}], "id": "test-port-id", "security_groups": [], "device_id": ""}, {"status": "ACTIVE", "binding:host_id": "", "allowed_address_pairs": [], "device_owner": "", "binding:profile": {}, "fixed_ips": [{"subnet_id": "test-subnet-id", "ip_address": "29.29.29.29"}], "id": "test-port-id", "security_groups": [], "device_id": "", "name": "test-port-name", "admin_state_up": true, "network_id": "test-net-id", "tenant_id": "test-tenant-id", "binding:vif_details": {}, "binding:vnic_type": "normal", "binding:vif_type": "unbound", "mac_address": "50:1c:0d:e4:f0:0d"}]} {13} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_type_delete [0.019468s] ... ok {26} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_create_port [0.053680s] ... ok {12} openstack.tests.unit.block_storage.v2.test_backup.TestBackup.test_basic [0.022273s] ... ok {9} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_manageable_old_version [0.028893s] ... ok {27} openstack.tests.unit.baremetal.test_configdrive.TestPopulateDirectory.test_with_network_data [0.003206s] ... ok {7} openstack.tests.unit.baremetal.v1.test_allocation.TestWaitForAllocation.test_already_active [0.062758s] ... ok {20} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_detach_vif_existing [0.061273s] ... ok {4} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_type_create_attrs [0.019851s] ... ok {19} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_available_old_version [0.062921s] ... ok {5} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForProvisionState.test_enroll_as_failure [0.030157s] ... ok {21} openstack.tests.unit.baremetal.test_version.TestVersion.test_make_it [0.056256s] ... ok {8} openstack.tests.unit.cloud.test_inventory.TestInventory.test_list_hosts_no_detail [0.022949s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,296 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,298 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,299 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,300 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,303 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {29} openstack.tests.unit.block_storage.v2.test_volume.TestVolume.test_create [0.021359s] ... ok {27} openstack.tests.unit.baremetal.test_configdrive.TestPopulateDirectory.test_without_user_data [0.001860s] ... ok {2} openstack.tests.unit.cloud.test_image.TestImage.test_download_image_no_images_found [0.038155s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,378 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,380 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,381 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,382 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,385 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,387 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,390 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,391 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,397 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,399 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,400 keystoneauth.session RESP BODY: {"images": []} {24} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_update_port [0.020028s] ... ok {3} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volume_delete [0.019457s] ... ok {11} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_get [0.019482s] ... ok {6} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id [0.018555s] ... ok {13} openstack.tests.unit.block_storage.v3.test_snapshot.TestSnapshotDetail.test_basic [0.020907s] ... ok {26} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volumes_detailed [0.019145s] ... ok {12} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshots_not_detailed [0.019253s] ... ok {9} openstack.tests.unit.baremetal.v1.test_node.TestNodeSetProvisionState.test_no_arguments [0.025698s] ... ok {7} openstack.tests.unit.baremetal.v1.test_node.TestNodeValidate.test_validate_no_failure [0.026433s] ... ok {0} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForReservation.test_timeout [0.068902s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,423 openstack Still waiting for the lock to be released on node 6d85703a-565d-469a-96ce-30b6de53079d, currently locked by conductor example.com 2020-07-27 06:27:18,423 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,424 openstack Still waiting for the lock to be released on node 6d85703a-565d-469a-96ce-30b6de53079d, currently locked by conductor example.com 2020-07-27 06:27:18,424 openstack.iterate_timeout Waiting 2.0 seconds {1} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_get_coe_cluster_template [0.046134s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,733 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,736 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,737 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,739 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,743 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,748 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,751 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,752 keystoneauth.session RESP BODY: {"clustertemplates": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {20} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_find_chassis [0.020097s] ... ok {17} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_port [0.055700s] ... ok {19} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_create_node [0.019663s] ... ok {21} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForReservation.test_no_reservation [0.030094s] ... ok {5} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_get_node [0.020074s] ... ok {29} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_range [0.018632s] ... ok {8} openstack.tests.unit.cloud.test_meta.TestMeta.test_find_nova_addresses_key_name [0.010328s] ... ok {15} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_enroll_new_version [0.062907s] ... ok {4} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_detach_port_from_machine [0.125465s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,517 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,522 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,522 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,524 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,528 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,545 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,548 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,549 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,566 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/93d4876a-4114-41a9-8039-ec1483596efe -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,569 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,570 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "93d4876a-4114-41a9-8039-ec1483596efe"} 2020-07-27 06:27:18,597 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,600 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,601 keystoneauth.session RESP BODY: {"ports": [{"id": "953ccbee-e854-450f-95fe-fe5e40d611ec"}]} 2020-07-27 06:27:18,617 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/nodes/93d4876a-4114-41a9-8039-ec1483596efe/vifs/953ccbee-e854-450f-95fe-fe5e40d611ec -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,620 keystoneauth.session RESP: [200] content-type: application/json {24} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_type_delete_ignore [0.018960s] ... ok {27} openstack.tests.unit.baremetal.v1.test_node.TestNode.test_normalize_provision_state [0.058900s] ... ok {23} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_available_new_version [0.067703s] ... ok {14} openstack.tests.unit.baremetal.v1.test_chassis.TestChassis.test_basic [0.055831s] ... ok {3} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshots_detailed [0.019697s] ... ok {6} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_not_int [0.019095s] ... ok {2} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_create_keypair [0.035818s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,413 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,415 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,416 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,418 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,420 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,433 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-keypairs -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkF3MX59OrlBs3dH5CU7lNmvpbrgZxSpyGjlnE8Flkirnc/Up22lpjznoxqeoTAwTW034k7Dz6aYIrZGmQwe2TkE084yqvlj45Dkyoj95fW/sZacm0cZNuL69EObEGHdprfGJQajrpz22NQoCD8TFB8Wv+8om9NH9Le6s+WPe98WC77KLw8qgfQsbIey+JawPWl4O67ZdL5xrypuRjfIPWjgy/VH85IXg/Z/GONZ2nxHgSShMkwqSFECAC5L3PHB+0+/12M/iikdatFSVGjpuHvkLOs3oe7m6HlOfluSJ85BzLWBbvva93qkGmLg4ZAc8rPh2O+YIsBUHNLLMM/oQp Generated-by-Nova\n", "name": "key-2"}}' 2020-07-27 06:27:19,435 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,436 keystoneauth.session RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkF3MX59OrlBs3dH5CU7lNmvpbrgZxSpyGjlnE8Flkirnc/Up22lpjznoxqeoTAwTW034k7Dz6aYIrZGmQwe2TkE084yqvlj45Dkyoj95fW/sZacm0cZNuL69EObEGHdprfGJQajrpz22NQoCD8TFB8Wv+8om9NH9Le6s+WPe98WC77KLw8qgfQsbIey+JawPWl4O67ZdL5xrypuRjfIPWjgy/VH85IXg/Z/GONZ2nxHgSShMkwqSFECAC5L3PHB+0+/12M/iikdatFSVGjpuHvkLOs3oe7m6HlOfluSJ85BzLWBbvva93qkGmLg4ZAc8rPh2O+YIsBUHNLLMM/oQp Generated-by-Nova\n", "created_at": "2020-07-27T06:27:19.412959", "type": "ssh", "name": "key-2", "fingerprint": "7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd"}} {31} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_update_node [0.062925s] ... ok {13} openstack.tests.unit.block_storage.v3.test_snapshot.TestSnapshotDetail.test_create_detailed [0.020285s] ... ok {10} openstack.tests.unit.baremetal.v1.test_allocation.TestWaitForAllocation.test_timeout [0.065377s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,404 openstack Still waiting for the allocation e43c722c-248e-4c6e-8ce8-0d8ff129387a to become active, the current state is allocating 2020-07-27 06:27:18,404 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,405 openstack Still waiting for the allocation e43c722c-248e-4c6e-8ce8-0d8ff129387a to become active, the current state is allocating 2020-07-27 06:27:18,405 openstack.iterate_timeout Waiting 2.0 seconds {26} openstack.tests.unit.block_storage.v2.test_snapshot.TestSnapshotDetail.test_basic [0.019701s] ... ok {11} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_maintenace_state [0.059774s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,498 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,503 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,504 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,506 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,510 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,525 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,528 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,529 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,533 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/ed3c12b9-b88b-4b05-87b0-c9e204e0e411/maintenance -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"reason": "no reason"}' 2020-07-27 06:27:18,536 keystoneauth.session RESP: [200] content-type: application/json {12} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volume_delete_ignore [0.020919s] ... ok {9} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_find_node [0.021255s] ... ok {30} openstack.tests.unit.baremetal.v1.test_node.TestNodeValidate.test_validate_ok [0.063871s] ... ok {7} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_chassis [0.019667s] ... ok {0} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_get_chassis [0.019770s] ... ok {18} openstack.tests.unit.baremetal.test_configdrive.TestPack.test_no_genisoimage [0.076873s] ... ok {20} openstack.tests.unit.block_storage.v2.test_backup.TestBackupDetail.test_create [0.020784s] ... ok {17} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_ports_not_detailed [0.019903s] ... ok {19} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_get_driver [0.020041s] ... ok {21} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshots_not_detailed [0.019597s] ... ok {1} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_search_cluster_templates_by_name [0.063413s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,787 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,791 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,793 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,795 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,799 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,804 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,808 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:18,812 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,815 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,816 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {5} openstack.tests.unit.block_storage.v2.test_backup.TestBackupDetail.test_basic [0.019960s] ... ok {24} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backups_detailed [0.018911s] ... ok {15} openstack.tests.unit.block_storage.v2.test_snapshot.TestSnapshotDetail.test_create_detailed [0.020467s] ... ok {27} openstack.tests.unit.baremetal.v1.test_node.TestNodeValidate.test_validate_failed [0.026757s] ... ok {23} openstack.tests.unit.baremetal.v1.test_port.TestPort.test_basic [0.020912s] ... ok {29} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_add_host_to_aggregate [0.065001s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,635 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,639 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,640 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,642 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,645 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,668 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-aggregates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,671 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,671 keystoneauth.session RESP BODY: {"aggregates": [{"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.634039", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}]} 2020-07-27 06:27:18,675 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-aggregates/1/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"add_host": {"host": "host1"}}' 2020-07-27 06:27:18,678 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,679 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.634039", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}} {14} openstack.tests.unit.block_storage.v2.test_volume.TestVolume.test_extend [0.021072s] ... ok {3} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_strs [0.018606s] ... ok {8} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_cloud_rackspace_v6 [0.038823s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,330 openstack Disabling network entry in catalog per config 2020-07-27 06:27:19,336 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,338 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,339 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,340 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,343 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,350 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,353 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,354 keystoneauth.session RESP BODY: {"security_groups": []} {6} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_strs [0.020278s] ... ok {13} openstack.tests.unit.block_storage.v3.test_type.TestType.test_basic [0.019558s] ... ok {10} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_delete [0.019570s] ... ok {26} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_non_glob_glob [0.018558s] ... ok {12} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volumes_detailed [0.019041s] ... ok {31} openstack.tests.unit.block_storage.v2.test_type.TestType.test_create [0.019937s] ... ok {7} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_get_allocation [0.019991s] ... ok {4} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_wait_provide [0.103785s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,643 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,647 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,647 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,649 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,653 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,673 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,676 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,677 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,691 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/5385e437-408a-46f1-b72f-484f8923adf2/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "provide"}' 2020-07-27 06:27:18,695 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,702 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/5385e437-408a-46f1-b72f-484f8923adf2 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,705 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,706 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "5385e437-408a-46f1-b72f-484f8923adf2"} 2020-07-27 06:27:18,709 openstack Still waiting for node 5385e437-408a-46f1-b72f-484f8923adf2 to reach state "available", the current state is "manageable" 2020-07-27 06:27:18,710 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,717 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/5385e437-408a-46f1-b72f-484f8923adf2 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,721 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,722 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "5385e437-408a-46f1-b72f-484f8923adf2"} {30} openstack.tests.unit.baremetal.v1.test_node.TestNodeWaitForProvisionState.test_timeout [0.029245s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,570 openstack Still waiting for node 6d85703a-565d-469a-96ce-30b6de53079d to reach state "manageable", the current state is "enroll" 2020-07-27 06:27:18,571 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,571 openstack Still waiting for node 6d85703a-565d-469a-96ce-30b6de53079d to reach state "manageable", the current state is "enroll" 2020-07-27 06:27:18,572 openstack.iterate_timeout Waiting 2.0 seconds {2} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_delete_keypair_not_found [0.035443s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,449 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,451 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,452 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,454 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,457 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,469 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-keypairs/key-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,472 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,473 openstack Keypair key-2 not found for deleting {9} openstack.tests.unit.block_storage.v2.test_snapshot.TestSnapshot.test_create_basic [0.020182s] ... ok {28} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_create_attrs [0.055823s] ... ok {0} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_nodes_detailed [0.019426s] ... ok {20} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volumes_not_detailed [0.018988s] ... ok {18} openstack.tests.unit.baremetal.v1.test_node.TestNodeCreate.test_no_manageable_in_old_version [0.061818s] ... ok {17} openstack.tests.unit.block_storage.v3.test_volume.TestVolumeDetail.test_create [0.021392s] ... ok {11} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_validate_machine_not_for_deploy [0.069766s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,559 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,562 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,563 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,565 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,568 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,582 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,585 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,586 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,602 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/499de507-0d30-43b4-853f-8e1481f09d2b/validate -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,605 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,606 keystoneauth.session RESP BODY: {"foo": {"result": false}, "power": {"result": true}, "deploy": {"reason": "Not ready", "result": false}} {16} openstack.tests.unit.baremetal.v1.test_driver.TestDriver.test_basic [0.056445s] ... ok {19} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshot_delete [0.018983s] ... ok {21} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volumes_not_detailed [0.019874s] ... ok {5} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshot_delete_ignore [0.019139s] ... ok {22} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_incompatible_microversion [0.060898s] ... ok {24} openstack.tests.unit.cloud.test__utils.TestUtils.test_file_segment [0.113397s] ... ok {15} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backups_not_detailed [0.019803s] ... ok {27} openstack.tests.unit.baremetal.v1.test_node.TestNodeVif.test_attach_vif [0.024383s] ... ok {23} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_type_create_attrs [0.019904s] ... ok {1} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_profile_exception [0.064247s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,842 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,846 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,847 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,849 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,853 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,869 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,872 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,873 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,879 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/profiles -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"profile": {"name": "fake-profile-name", "spec": {}}}' 2020-07-27 06:27:18,882 keystoneauth.session RESP: [500] content-type: application/json {14} openstack.tests.unit.block_storage.v2.test_volume.TestVolumeDetail.test_basic [0.020291s] ... ok {25} openstack.tests.unit.baremetal.v1.test_node.TestNodeSetPowerState.test_power_on [0.063276s] ... ok {8} openstack.tests.unit.cloud.test_meta.TestMeta.test_private_interface_ip [0.010535s] ... ok {10} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_no_use_direct_get [0.022870s] ... ok {26} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_partial_bad [0.019760s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,615 openstack.fnmatch Bad pattern passed to fnmatch Traceback (most recent call last): File "openstack/cloud/_utils.py", line 106, in _filter_list fn_reg = re.compile(fnmatch.translate(name_or_id)) File "/usr/lib64/python2.7/re.py", line 190, in compile return _compile(pattern, flags) File "/usr/lib64/python2.7/re.py", line 242, in _compile raise error, v # invalid expression error: bad character range {13} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_min [0.019741s] ... ok {12} openstack.tests.unit.block_storage.v3.test_volume.TestVolume.test_basic [0.020471s] ... ok {29} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_update_aggregate_set_az [0.064434s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,700 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,703 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,704 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,705 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,709 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,732 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-aggregates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,735 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,736 keystoneauth.session RESP BODY: {"aggregates": [{"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.699923", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}]} 2020-07-27 06:27:18,740 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/os-aggregates/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"aggregate": {"availability_zone": "az"}}' 2020-07-27 06:27:18,743 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,744 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.699923", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}} {3} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_wait_for_baremetal_node_lock_not_locked [0.061139s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,574 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,579 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,580 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,582 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,586 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,590 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,593 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,594 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } {31} openstack.tests.unit.block_storage.v3.test_volume.TestVolumeDetail.test_basic [0.019533s] ... ok {7} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_port_groups_detailed [0.019706s] ... ok {30} openstack.tests.unit.baremetal.v1.test_port_group.TestPortGroup.test_instantiate [0.020696s] ... ok {2} openstack.tests.unit.cloud.test_meta.TestMeta.test_obj_to_munch_subclass [0.010274s] ... ok {6} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_projects_v3 [0.077696s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,649 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,654 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,655 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,657 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,660 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,681 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,684 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,685 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "744d5fb3b002434998b6c63cbbfff04e", "enabled": true, "id": "66823d481e4c4b1b9b54601bdb81e52a", "name": "projectName-2"}]} 2020-07-27 06:27:18,697 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,700 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,701 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "744d5fb3b002434998b6c63cbbfff04e", "enabled": true, "id": "66823d481e4c4b1b9b54601bdb81e52a", "name": "projectName-2"}, {"domain_id": "165193c44bbe4b6ea2cfb1d5b334f9ad", "enabled": true, "id": "5a65b046d7e64b738858cf185e07aade", "name": "projectName-3"}]} {28} openstack.tests.unit.block_storage.v2.test_type.TestType.test_basic [0.020301s] ... ok {9} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_glob_not_found [0.019958s] ... ok {18} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_create_chassis [0.019936s] ... ok {0} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_type_delete_ignore [0.019518s] ... ok {17} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_gt [0.018897s] ... ok {20} openstack.tests.unit.block_storage.v3.test_type.TestType.test_new [0.019993s] ... ok {16} openstack.tests.unit.baremetal.v1.test_node.TestNodeSetPowerState.test_soft_power_on [0.026831s] ... ok {19} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_restore [0.021922s] ... ok {4} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_power_reboot_failure [0.076857s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,748 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,751 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,752 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,754 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,758 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,776 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,782 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,783 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,797 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/89ac6a62-1505-4a8b-97e7-a6bada06ffca/states/power -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "rebooting"}' 2020-07-27 06:27:18,801 keystoneauth.session RESP: [400] content-type: application/json 2020-07-27 06:27:18,802 keystoneauth.session RESP BODY: {"error": "invalid"} {21} openstack.tests.unit.block_storage.v2.test_snapshot.TestSnapshot.test_basic [0.020997s] ... ok {22} openstack.tests.unit.block_storage.v2.test_backup.TestBackup.test_create [0.022887s] ... ok {11} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_delete_cluster_template [0.058042s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,634 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,638 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,639 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,640 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,644 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,649 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,652 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:18,655 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,658 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,659 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} 2020-07-27 06:27:18,663 keystoneauth.session REQ: curl -g -i -X DELETE https://container-infra.example.com/v1/baymodels/fake-uuid -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,666 keystoneauth.session RESP: [200] content-type: application/json {5} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_type_get [0.019540s] ... ok {15} openstack.tests.unit.block_storage.v3.test_type.TestType.test_create [0.021059s] ... ok {23} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_volume_create_attrs [0.019825s] ... ok {27} openstack.tests.unit.baremetal.v1.test_port.TestPort.test_instantiate [0.021018s] ... ok {1} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_ipv6_only [0.021748s] ... ok {14} openstack.tests.unit.block_storage.v3.test_backup.TestBackupDetail.test_basic [0.019640s] ... ok {25} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_no_swift [0.020811s] ... ok {24} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_remove_machine_from_maintenance [0.059964s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,749 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,754 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,755 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,757 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,761 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,775 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,779 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,780 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,785 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/nodes/b524acd0-dae5-4232-b7d1-21658d9f63d4/maintenance -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,788 keystoneauth.session RESP: [200] content-type: application/json {10} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_pass_dict [0.019163s] ... ok {12} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_filter [0.018738s] ... ok {31} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_pass_search_methods [0.047540s] ... ok {7} openstack.tests.unit.baremetal.v1.test_proxy.TestWaitForNodesProvisionState.test_success [0.028955s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,530 openstack Still waiting for nodes 1 to reach state "fake state" 2020-07-27 06:27:18,531 openstack.iterate_timeout Waiting 2.0 seconds {30} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backup_delete_ignore [0.019395s] ... ok {9} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_ge [0.018884s] ... ok {0} openstack.tests.unit.block_storage.v3.test_volume.TestVolume.test_create [0.021075s] ... ok {18} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshots_detailed [0.019460s] ... ok {17} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_lt [0.018841s] ... ok {13} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_wait_timeout_fails [0.084353s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,532 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,536 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,537 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,539 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,543 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,558 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,561 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,562 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,576 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/b706d804-d544-4e38-a9cd-2fecae72e8d0/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active"}' 2020-07-27 06:27:18,579 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,586 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/b706d804-d544-4e38-a9cd-2fecae72e8d0 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,589 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,590 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "deploy wait", "reservation": null, "instance_info": null, "uuid": "b706d804-d544-4e38-a9cd-2fecae72e8d0"} 2020-07-27 06:27:18,592 openstack Still waiting for node b706d804-d544-4e38-a9cd-2fecae72e8d0 to reach state "active", the current state is "deploy wait" 2020-07-27 06:27:18,593 openstack.iterate_timeout Waiting 2.0 seconds {20} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_max [0.018077s] ... ok {26} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_remove_host_from_aggregate [0.066276s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,637 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,641 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,642 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,644 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,648 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,671 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-aggregates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,674 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,675 keystoneauth.session RESP BODY: {"aggregates": [{"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.636619", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}]} 2020-07-27 06:27:18,679 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-aggregates/1/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"remove_host": {"host": "host1"}}' 2020-07-27 06:27:18,682 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,683 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.636619", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}} {16} openstack.tests.unit.block_storage.v2.test_type.TestType.test_new [0.019905s] ... ok {29} openstack.tests.unit.cloud.test_availability_zones.TestAvailabilityZoneNames.test_list_all_availability_zone_names [0.054581s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,774 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,777 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,778 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,779 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,783 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,795 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-availability-zone -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,798 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,799 keystoneauth.session RESP BODY: {"availabilityZoneInfo": [{"zoneState": {"available": true}, "hosts": null, "zoneName": "az1"}, {"zoneState": {"available": false}, "hosts": null, "zoneName": "nova"}]} {3} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(driver_info) [0.074384s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,628 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,632 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,633 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,634 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,638 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,652 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,655 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,656 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,672 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/98f4a660-4459-44f2-a683-f55a9a64f4b5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,676 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,677 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "98f4a660-4459-44f2-a683-f55a9a64f4b5"} {19} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_partial_glob [0.018763s] ... ok {28} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_list_nics_for_machine_failure [0.064495s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,573 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,578 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,578 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,580 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,583 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,596 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,599 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,600 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,612 keystoneauth.session REQ: curl -g -i -X GET "https://bare-metal.example.com/v1/ports/detail?node_uuid=487fc5e4-7ad5-441a-a962-de1a8640a630" -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,615 keystoneauth.session RESP: [400] content-type: application/json {2} openstack.tests.unit.cloud.test_object.TestObject.test_update_container [0.036624s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,498 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,501 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,502 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,503 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,506 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,519 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_update_container-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: .r:*,.rlistings" 2020-07-27 06:27:19,521 keystoneauth.session RESP: [204] content-type: application/json {6} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_users [0.053359s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,728 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,731 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,732 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,733 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,737 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,751 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,755 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,756 keystoneauth.session RESP BODY: {"users": [{"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "568e00e54d854066b60d07a2efad0ede"}]} {21} openstack.tests.unit.block_storage.v2.test_volume.TestVolume.test_basic [0.020729s] ... ok {22} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_backend_pools [0.019008s] ... ok {5} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_filter_jmespath [0.019211s] ... ok {8} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object [0.094963s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,381 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,384 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,385 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,386 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,389 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,393 openstack Calculating hashes for /tmp/tmpKmbcAX/tmp4g0I6O 2020-07-27 06:27:19,394 openstack Image file /tmp/tmpKmbcAX/tmp4g0I6O md5:827f6275fb3754c64c6e5ab8cbffe372 sha256:338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43 2020-07-27 06:27:19,407 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,409 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,410 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 1}, "swift": {"max_file_size": 25}} 2020-07-27 06:27:19,413 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,415 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,416 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3 2020-07-27 06:27:19,417 openstack swift uploading /tmp/tmpKmbcAX/tmp4g0I6O to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3 2020-07-27 06:27:19,422 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000000 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 827f6275fb3754c64c6e5ab8cbffe372" -H "x-object-meta-x-sdk-sha256: 338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43" -d '' 2020-07-27 06:27:19,425 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000001 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 827f6275fb3754c64c6e5ab8cbffe372" -H "x-object-meta-x-sdk-sha256: 338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43" -d '' 2020-07-27 06:27:19,432 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000003 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 827f6275fb3754c64c6e5ab8cbffe372" -H "x-object-meta-x-sdk-sha256: 338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43" -d '' 2020-07-27 06:27:19,429 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000002 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 827f6275fb3754c64c6e5ab8cbffe372" -H "x-object-meta-x-sdk-sha256: 338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43" -d '' 2020-07-27 06:27:19,439 keystoneauth.session RESP: [201] Etag: etag0 content-type: application/json 2020-07-27 06:27:19,442 keystoneauth.session RESP: [201] Etag: etag1 content-type: application/json 2020-07-27 06:27:19,446 keystoneauth.session RESP: [201] Etag: etag3 content-type: application/json 2020-07-27 06:27:19,448 keystoneauth.session RESP: [201] Etag: etag2 content-type: application/json 2020-07-27 06:27:19,460 keystoneauth.session REQ: curl -g -i -X PUT "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3?multipart-manifest=put" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 827f6275fb3754c64c6e5ab8cbffe372" -H "x-object-meta-x-sdk-sha256: 338b1826b0d5c9dcb35f864b32e452fbaf3d373a6cfd4dbf6902e6b2cfd2ee43" -d '[{"size_bytes": 25, "etag": "etag0", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000000"}, {"size_bytes": 25, "etag": "etag1", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000001"}, {"size_bytes": 25, "etag": "etag2", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000002"}, {"size_bytes": 15, "etag": "etag3", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_static_large_object-3/000003"}]' 2020-07-27 06:27:19,463 keystoneauth.session RESP: [201] content-type: application/json {15} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_pass_uuid [0.030925s] ... ok {23} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_delete_ignore [0.019672s] ... ok {4} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_get_nic_by_mac_failure [0.074233s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,829 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,832 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,833 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,835 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,840 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,853 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,858 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,859 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,873 keystoneauth.session REQ: curl -g -i -X GET "https://bare-metal.example.com/v1/ports/detail?address=00%3A01%3A02%3A03%3A04%3A05" -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,878 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,879 keystoneauth.session RESP BODY: {"ports": []} {27} openstack.tests.unit.baremetal.v1.test_proxy.TestBaremetalProxy.test_delete_node_ignore [0.019417s] ... ok {11} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_receiver_exception [0.068780s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,689 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,692 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,693 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,695 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,699 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,713 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,716 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,718 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,723 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,726 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,727 keystoneauth.session RESP BODY: {"clusters": [{"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}]} 2020-07-27 06:27:18,732 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/receivers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"receiver": {"type": {}, "name": "fake-receiver-name"}}' 2020-07-27 06:27:18,735 keystoneauth.session RESP: [500] content-type: application/json {14} openstack.tests.unit.block_storage.v3.test_backup.TestBackupDetail.test_create [0.020631s] ... ok {25} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_type_delete [0.019416s] ... ok {12} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_le [0.018906s] ... ok {1} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_available_floating_ip_new [0.085354s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,931 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,934 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,936 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,938 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,943 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,970 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,973 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,975 keystoneauth.session RESP BODY: {"floating_ips": []} 2020-07-27 06:27:18,979 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-floating-ips -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"pool": "nova"}' 2020-07-27 06:27:18,983 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,984 keystoneauth.session RESP BODY: {"floating_ip": {"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}} 2020-07-27 06:27:18,989 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,992 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,994 keystoneauth.session RESP BODY: {"floating_ip": {"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}} {7} openstack.tests.unit.block_storage.v3.test_backup.TestBackup.test_create [0.022609s] ... ok {30} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backend_pools [0.019564s] ... ok {0} openstack.tests.unit.cloud.test__utils.TestUtils.test_parse_range_None [0.018491s] ... ok {10} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_wait_failure_cases [0.079636s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,494 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,499 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,499 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,501 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,504 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,520 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,523 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,523 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,537 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/888e628e-9756-4833-acbc-df0b18400acd/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active"}' 2020-07-27 06:27:18,540 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,547 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/888e628e-9756-4833-acbc-df0b18400acd -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,550 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,550 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "foo failed", "reservation": null, "instance_info": null, "uuid": "888e628e-9756-4833-acbc-df0b18400acd"} {18} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshot_delete [0.019404s] ... ok {24} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_node_instance_info [0.064153s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,811 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,814 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,815 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,817 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,821 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,836 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,839 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,840 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,845 keystoneauth.session REQ: curl -g -i -X PATCH https://bare-metal.example.com/v1/nodes/741c811f-f0ef-4ab9-8a53-9a656c05d6c2 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '[{"path": "/foo", "value": "bar", "op": "add"}]' 2020-07-27 06:27:18,848 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,849 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "741c811f-f0ef-4ab9-8a53-9a656c05d6c2"} {17} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_key_missing [0.018302s] ... ok {26} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_maintenace_state_false [0.057254s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,706 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,709 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,709 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,711 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,715 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,730 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,733 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,734 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,739 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/nodes/e6da3be1-7968-4a6b-9f73-217a7daf0504/maintenance -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,742 keystoneauth.session RESP: [200] content-type: application/json {16} openstack.tests.unit.block_storage.v2.test_volume.TestVolumeDetail.test_create [0.021294s] ... ok {19} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_special [0.018823s] ... ok {31} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(chassis_uuid) [0.070193s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,690 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,695 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,696 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,697 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,701 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,714 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,716 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,717 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,733 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/4a0424a8-0fa4-4c5d-a794-c2153a0d395c -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,736 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,736 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "4a0424a8-0fa4-4c5d-a794-c2153a0d395c"} {2} openstack.tests.unit.cloud.test_project.TestProject.test_create_project_v2 [0.034225s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,535 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,538 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,539 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,541 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:19,552 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/tenants -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" -d '{"tenant": {"enabled": true, "name": "projectName-2", "description": null}}' 2020-07-27 06:27:19,555 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,556 keystoneauth.session RESP BODY: {"tenant": {"enabled": true, "id": "d395c88b2b104785811c2b3f2e8e4182", "name": "projectName-2"}} {21} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_volume_get [0.019519s] ... ok {22} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_snapshot_create_attrs [0.019381s] ... ok {15} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_invalid_op [0.019751s] ... ok {3} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(name) [0.074466s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,703 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,706 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,707 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,709 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,713 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,726 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,730 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,731 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,747 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/f12c42a0-afac-48f4-993d-e3c006e6100e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}ecc3bc14d6ceac853b53959bbfb3b4b8605c80b52e91e7ef578446239e21c4f3" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,751 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,752 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-4", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "f12c42a0-afac-48f4-993d-e3c006e6100e"} {5} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_get_and_search [0.018683s] ... ok {25} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_unicode [0.019232s] ... ok {20} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_enroll_timeout_wait [0.133637s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,605 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,610 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,611 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,613 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,616 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,639 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,642 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,643 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,648 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"uuid": "790eb57f-149b-4fad-bcea-f2101bc6bb31", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "name": "name-2"}' 2020-07-27 06:27:18,651 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,652 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "790eb57f-149b-4fad-bcea-f2101bc6bb31"} 2020-07-27 06:27:18,656 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "790eb57f-149b-4fad-bcea-f2101bc6bb31", "address": "00:01:02:03:04:05"}' 2020-07-27 06:27:18,659 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,660 keystoneauth.session RESP BODY: {"node_uuid": "790eb57f-149b-4fad-bcea-f2101bc6bb31", "uuid": "3908e4332baa4e80af9713148742809e", "address": "00:01:02:03:04:05"} 2020-07-27 06:27:18,685 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/790eb57f-149b-4fad-bcea-f2101bc6bb31 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,688 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,689 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "790eb57f-149b-4fad-bcea-f2101bc6bb31"} 2020-07-27 06:27:18,699 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/790eb57f-149b-4fad-bcea-f2101bc6bb31/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2020-07-27 06:27:18,702 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,709 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/790eb57f-149b-4fad-bcea-f2101bc6bb31 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,712 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,713 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "790eb57f-149b-4fad-bcea-f2101bc6bb31"} 2020-07-27 06:27:18,716 openstack.iterate_timeout Waiting 2.0 seconds {13} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(chassis_uuid_changed) [0.096664s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,616 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,620 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,620 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,622 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,626 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,642 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,645 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,646 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,661 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/718d8f50-fdb4-4038-9b77-002bfbd7b685 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,665 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,665 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "718d8f50-fdb4-4038-9b77-002bfbd7b685"} 2020-07-27 06:27:18,684 keystoneauth.session REQ: curl -g -i -X PATCH https://bare-metal.example.com/v1/nodes/718d8f50-fdb4-4038-9b77-002bfbd7b685 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/chassis_uuid", "value": "meow", "op": "replace"}]' 2020-07-27 06:27:18,688 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,689 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "718d8f50-fdb4-4038-9b77-002bfbd7b685"} {7} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_None [0.018802s] ... ok {29} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_with_retries [0.103381s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,823 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,826 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,827 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,829 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,833 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,853 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,856 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,857 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,871 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/c844de5a-ce3a-497b-8f66-995c5c2d853d/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active", "configdrive": "http://host/file"}' 2020-07-27 06:27:18,874 keystoneauth.session RESP: [409] content-type: application/json 2020-07-27 06:27:18,875 keystoneauth.session Retriable status code 409. Retrying in 0.5s. 2020-07-27 06:27:18,878 keystoneauth.session RESP: [503] content-type: application/json 2020-07-27 06:27:18,879 keystoneauth.session Retriable status code 503. Retrying in 1.0s. 2020-07-27 06:27:18,882 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,889 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/c844de5a-ce3a-497b-8f66-995c5c2d853d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,896 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,898 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "c844de5a-ce3a-497b-8f66-995c5c2d853d"} {8} openstack.tests.unit.cloud.test_operator_noauth.TestOpenStackCloudOperatorNoAuth.test_ironic_noauth_none_auth_type [0.043025s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,478 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,480 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,481 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,483 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,486 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,497 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,500 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,501 keystoneauth.session RESP BODY: {"id": "v1", "links": [{"href": "https://bare-metal.example.com/v1", "rel": "self"}]} 2020-07-27 06:27:19,503 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be" 2020-07-27 06:27:19,506 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,507 keystoneauth.session RESP BODY: {"nodes": []} {28} openstack.tests.unit.cloud.test_clustering.TestClustering.test_detach_policy_from_cluster [0.091183s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,638 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,641 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,642 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,643 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,646 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,665 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,667 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,668 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,673 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,675 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,676 keystoneauth.session RESP BODY: {"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} 2020-07-27 06:27:18,680 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,683 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,683 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} 2020-07-27 06:27:18,688 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/clusters/1/actions -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy_detach": {"policy_id": "1"}}' 2020-07-27 06:27:18,691 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,691 keystoneauth.session RESP BODY: {"policy_detach": {"policy_id": "1"}} 2020-07-27 06:27:18,695 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,698 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,698 keystoneauth.session RESP BODY: {"cluster": {"policies": ["1"], "name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} 2020-07-27 06:27:18,699 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,704 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,707 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,707 keystoneauth.session RESP BODY: {"cluster": {"policies": [], "name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} {9} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_list_machines [0.079852s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,570 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,575 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,576 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,578 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,582 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,596 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,599 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,600 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,613 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,616 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,617 keystoneauth.session RESP BODY: {"nodes": [{"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "57ade1ac-965a-4127-bb61-3e0780557771"}, {"instance_uuid": null, "name": "two", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "fdbdbf12-443c-4a5a-809e-acc8487abdbb"}]} {0} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_None [0.018393s] ... ok {21} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_dict1 [0.019537s] ... ok {27} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_wait_for_baremetal_node_lock_timeout [0.076178s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,620 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,624 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,625 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,627 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,630 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,644 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,647 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,647 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,666 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/4ff1cd75-7365-4195-a119-f34399fb10bc -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,669 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,670 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": "conductor0", "instance_info": null, "uuid": "4ff1cd75-7365-4195-a119-f34399fb10bc"} 2020-07-27 06:27:18,673 openstack Still waiting for the lock to be released on node 4ff1cd75-7365-4195-a119-f34399fb10bc, currently locked by conductor conductor0 2020-07-27 06:27:18,673 openstack.iterate_timeout Waiting 2.0 seconds {1} openstack.tests.unit.cloud.test_floating_ip_pool.TestFloatingIPPool.test_list_floating_ip_pools [0.070146s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,025 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,029 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,030 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,033 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,038 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,051 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,054 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,056 keystoneauth.session RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "name": "FloatingIpPools", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "description": "Floating IPs support."}]} 2020-07-27 06:27:19,060 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ip-pools -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,064 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,065 keystoneauth.session RESP BODY: {"floating_ip_pools": [{"name": "public"}]} {14} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_delete_aggregate [0.066054s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,567 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,572 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,573 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,575 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,578 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,602 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-aggregates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,605 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,605 keystoneauth.session RESP BODY: {"aggregates": [{"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.566347", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}]} 2020-07-27 06:27:18,610 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-aggregates/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,612 keystoneauth.session RESP: [200] content-type: application/json {11} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_not_found_returns_false [0.057923s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,758 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,762 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,763 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,765 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,769 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,781 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,785 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,786 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,792 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/no-cluster -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,795 keystoneauth.session RESP: [404] content-type: application/json {30} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_backup_delete [0.019674s] ... ok {6} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_receiver_not_found_returns_false [0.075099s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,781 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,784 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,785 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,787 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,791 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,810 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,818 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,819 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,826 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers/no-receiver -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,829 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,830 keystoneauth.session RESP BODY: {"receivers": []} {12} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_list_ports_attached_to_machine [0.144203s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,686 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,691 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,692 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,695 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,701 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,719 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,723 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,726 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,742 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/1a2e5836-4b43-4068-b58c-c39b51456b1f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,746 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,748 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "1a2e5836-4b43-4068-b58c-c39b51456b1f"} 2020-07-27 06:27:18,766 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/1a2e5836-4b43-4068-b58c-c39b51456b1f/vifs -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,770 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,771 keystoneauth.session RESP BODY: {"vifs": [{"id": "953ccbee-e854-450f-95fe-fe5e40d611ec"}]} 2020-07-27 06:27:18,796 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,799 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,801 keystoneauth.session RESP BODY: {"ports": [{"id": "953ccbee-e854-450f-95fe-fe5e40d611ec", "name": "test"}]} {23} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state_wait_success [0.083173s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,632 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,637 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,638 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,640 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,644 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,659 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,662 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,663 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,677 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/4917498f-3b1d-4301-8efe-ea34920ca0af/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active"}' 2020-07-27 06:27:18,680 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,687 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/4917498f-3b1d-4301-8efe-ea34920ca0af -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,690 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,690 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "active", "reservation": null, "instance_info": null, "uuid": "4917498f-3b1d-4301-8efe-ea34920ca0af"} {26} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_validate_machine [0.071826s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,764 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,768 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,769 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,770 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,774 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,789 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,792 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,793 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,810 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/37747337-6f89-4257-b546-393543049045/validate -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,813 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,814 keystoneauth.session RESP BODY: {"management": {"result": true}, "boot": {"result": true}, "foo": {"result": false}, "power": {"result": true}, "deploy": {"result": true}} {2} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_delete_qos_policy_no_qos_extension [0.039735s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,569 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,571 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,572 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,574 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,577 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,593 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,596 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,597 keystoneauth.session RESP BODY: {"extensions": []} {4} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_list_cluster_templates_with_detail [0.058390s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,906 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,910 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,911 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,913 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,917 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,925 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,929 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:18,932 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,936 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,937 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {24} openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(active) [0.071878s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,884 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,888 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,889 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,891 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,895 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,906 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,909 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:18,910 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:18,920 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,924 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,925 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(active)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(active)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(active)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {17} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_power_on [0.067717s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,574 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,579 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,580 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,582 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,586 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,600 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,603 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,603 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,617 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/da30dece-eae2-4a62-aa3b-7111dfe14f69/states/power -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "power on"}' 2020-07-27 06:27:18,620 keystoneauth.session RESP: [200] content-type: application/json {31} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_flavors [0.066666s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,772 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,775 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,776 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,778 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,781 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,793 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,796 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,797 keystoneauth.session RESP BODY: {"flavors": []} 2020-07-27 06:27:18,802 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,804 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,805 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} {5} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_pass_object [0.018469s] ... ok {10} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_unregister_machine_timeout [0.136691s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,575 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,578 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,579 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,580 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,584 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,605 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,608 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,609 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,625 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/3d8506be-83da-498a-af40-e71d1965d41e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,628 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,629 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "3d8506be-83da-498a-af40-e71d1965d41e"} 2020-07-27 06:27:18,655 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/ports/detail?address=00:01:02:03:04:05 -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2020-07-27 06:27:18,658 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,659 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "3d8506be-83da-498a-af40-e71d1965d41e", "uuid": "e351a0f074a948eeab4289f971e27072", "address": "00:01:02:03:04:05"}]} 2020-07-27 06:27:18,663 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/ports/e351a0f074a948eeab4289f971e27072 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,666 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,670 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/nodes/3d8506be-83da-498a-af40-e71d1965d41e -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2020-07-27 06:27:18,672 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,682 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/3d8506be-83da-498a-af40-e71d1965d41e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,685 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,686 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "3d8506be-83da-498a-af40-e71d1965d41e"} 2020-07-27 06:27:18,689 openstack.iterate_timeout Waiting 2.0 seconds {6} openstack.tests.unit.cloud.test_coe_clusters_certificate.TestCOEClusters.test_sign_coe_cluster_certificate [0.051264s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,867 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,870 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,871 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,874 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,878 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,882 keystoneauth.session REQ: curl -g -i -X POST https://container-infra.example.com/v1/certificates -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"cluster_uuid": "43e305ce-3a5f-412a-8a14-087834c34c8c", "csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIICfz==\n-----END CERTIFICATE REQUEST-----\n"}' 2020-07-27 06:27:18,885 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,886 keystoneauth.session RESP BODY: {"cluster_uuid": "43e305ce-3a5f-412a-8a14-087834c34c8c", "csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIICfz==\n-----END CERTIFICATE REQUEST-----\n"} {16} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_types [0.019970s] ... ok {15} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_max_ints [0.018134s] ... ok {19} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_node_set_provision_state [0.084048s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,605 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,610 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,611 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,613 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,616 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,632 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,635 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,636 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,650 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/3fce0d73-cce8-4ffd-8ded-2dd26b2e010d/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active", "configdrive": "http://host/file"}' 2020-07-27 06:27:18,653 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,660 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/3fce0d73-cce8-4ffd-8ded-2dd26b2e010d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,663 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,664 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "3fce0d73-cce8-4ffd-8ded-2dd26b2e010d"} {30} openstack.tests.unit.block_storage.v3.test_proxy.TestVolumeProxy.test_snapshot_create_attrs [0.019249s] ... ok {29} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine [0.075407s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,929 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,933 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,934 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,936 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,940 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,958 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,961 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,962 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,967 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"name": "name-2", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "uuid": "e59ef7e2-addf-481e-9712-029f56389fd8"}' 2020-07-27 06:27:18,970 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,971 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "e59ef7e2-addf-481e-9712-029f56389fd8"} 2020-07-27 06:27:18,976 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "e59ef7e2-addf-481e-9712-029f56389fd8", "address": "00:01:02:03:04:05"}' 2020-07-27 06:27:18,979 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,980 keystoneauth.session RESP BODY: {"node_uuid": "e59ef7e2-addf-481e-9712-029f56389fd8", "uuid": "5d891f730ae54dadaa16fe014dda8a15", "address": "00:01:02:03:04:05"} {25} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_create_aggregate [0.055627s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,582 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,586 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,587 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,588 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,592 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,613 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-aggregates -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"aggregate": {"name": "aggregate-2", "availability_zone": null}}' 2020-07-27 06:27:18,616 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,617 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.581087", "updated_at": null, "deleted_at": null, "id": 1}} {0} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_set_aggregate_metadata [0.067928s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,569 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,574 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,575 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,576 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,580 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,603 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-aggregates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,606 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,607 keystoneauth.session RESP BODY: {"aggregates": [{"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.568365", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}]} 2020-07-27 06:27:18,612 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-aggregates/1/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"set_metadata": {"metadata": {"key": "value"}}}' 2020-07-27 06:27:18,615 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,616 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.568365", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}} {27} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(instance_uuid) [0.069820s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,696 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,699 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,700 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,701 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,705 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,718 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,720 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,721 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,737 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/59defc3d-6bd5-4df3-9aa6-a3feb9d81fbd -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,740 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,741 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "59defc3d-6bd5-4df3-9aa6-a3feb9d81fbd"} {1} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_insert_rule_into_policy_not_found [0.053528s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,282 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,284 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,285 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,287 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,290 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,312 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/bogus_policy -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,315 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,316 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=bogus_policy" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,319 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,320 keystoneauth.session RESP BODY: {"firewall_policies": []} {11} openstack.tests.unit.cloud.test_clustering.TestClustering.test_update_cluster_receiver [0.095214s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,835 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,840 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,842 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,844 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,848 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,867 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,871 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,872 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,878 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,881 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,883 keystoneauth.session RESP BODY: {"receivers": [{"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"}]} 2020-07-27 06:27:18,888 keystoneauth.session REQ: curl -g -i -X PATCH https://clustering.example.com/v1/receivers/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"receiver": {"name": "new-name"}}' 2020-07-27 06:27:18,892 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,893 keystoneauth.session RESP BODY: {"cluster_id": "fake-cluster-id", "name": "new-name", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"} {3} openstack.tests.unit.cloud.test_create_volume_snapshot.TestCreateVolumeSnapshot.test_create_volume_snapshot_with_error [0.094380s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,793 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,799 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,800 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,803 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,807 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,826 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"snapshot": {"force": false, "volume_id": "1234"}}' 2020-07-27 06:27:18,829 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,830 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "bar", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2020-07-27 06:27:18,835 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/5678 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,839 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,840 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "bar", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2020-07-27 06:27:18,842 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,847 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/5678 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,850 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,851 keystoneauth.session RESP BODY: {"snapshot": {"status": "error", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "blah", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} {8} openstack.tests.unit.cloud.test_port.TestPort.test_search_ports_not_found [0.045373s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,521 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,523 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,525 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,526 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,529 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,548 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,551 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,552 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} {12} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_list_nics_for_machine [0.085088s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,836 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,841 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,842 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,846 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,850 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,865 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,869 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,871 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,884 keystoneauth.session REQ: curl -g -i -X GET "https://bare-metal.example.com/v1/ports/detail?node_uuid=cf6b36d3-6209-4992-88f6-85d701b017df" -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,888 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,889 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "cf6b36d3-6209-4992-88f6-85d701b017df", "uuid": "6c49dcbe3c624a269d2f566d985cc281", "address": "00:01:02:03:04:05"}, {"node_uuid": "cf6b36d3-6209-4992-88f6-85d701b017df", "uuid": "739b0c2fca98497a9d7939d50ef9e191", "address": "0a:0b:0c:0d:0e:0f"}]} {22} openstack.tests.unit.block_storage.v2.test_proxy.TestVolumeProxy.test_types [0.019082s] ... ok {18} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_wait [0.130847s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,660 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,664 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,665 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,667 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,670 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,691 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,694 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,694 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,711 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/55203466-357b-4905-b38b-5bdbb89632a5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,714 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,714 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "55203466-357b-4905-b38b-5bdbb89632a5"} 2020-07-27 06:27:18,723 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/55203466-357b-4905-b38b-5bdbb89632a5/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2020-07-27 06:27:18,726 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,733 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/55203466-357b-4905-b38b-5bdbb89632a5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,736 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,736 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "55203466-357b-4905-b38b-5bdbb89632a5"} 2020-07-27 06:27:18,739 openstack Still waiting for node 55203466-357b-4905-b38b-5bdbb89632a5 to reach state "manageable", the current state is "inspecting" 2020-07-27 06:27:18,739 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,747 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/55203466-357b-4905-b38b-5bdbb89632a5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,750 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,751 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "55203466-357b-4905-b38b-5bdbb89632a5"} 2020-07-27 06:27:18,753 openstack Still waiting for node 55203466-357b-4905-b38b-5bdbb89632a5 to reach state "manageable", the current state is "inspecting" 2020-07-27 06:27:18,754 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,761 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/55203466-357b-4905-b38b-5bdbb89632a5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,764 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,765 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "55203466-357b-4905-b38b-5bdbb89632a5"} {16} openstack.tests.unit.block_storage.v3.test_snapshot.TestSnapshot.test_create_basic [0.020607s] ... ok {26} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(instance_info) [0.090768s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,836 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,839 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,840 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,842 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,846 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,863 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,869 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,870 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,897 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/47de8426-44c9-4849-beb1-bfecf76d6879 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,901 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,902 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "47de8426-44c9-4849-beb1-bfecf76d6879"} {14} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_unregister_machine_retries [0.149777s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,636 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,639 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,640 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,641 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,645 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,669 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,672 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,673 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,689 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/fc34bbf2-581b-4af8-a287-d0295251549e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,692 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,693 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "fc34bbf2-581b-4af8-a287-d0295251549e"} 2020-07-27 06:27:18,720 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/ports/detail?address=00:01:02:03:04:05 -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2020-07-27 06:27:18,723 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,724 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "fc34bbf2-581b-4af8-a287-d0295251549e", "uuid": "e7101232549b4618a2c273f5496b11e8", "address": "00:01:02:03:04:05"}]} 2020-07-27 06:27:18,728 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/ports/e7101232549b4618a2c273f5496b11e8 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,731 keystoneauth.session RESP: [503] content-type: application/json 2020-07-27 06:27:18,737 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/ports/e7101232549b4618a2c273f5496b11e8 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,740 keystoneauth.session RESP: [409] content-type: application/json 2020-07-27 06:27:18,744 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/ports/e7101232549b4618a2c273f5496b11e8 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,748 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,752 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/nodes/fc34bbf2-581b-4af8-a287-d0295251549e -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2020-07-27 06:27:18,755 keystoneauth.session RESP: [409] content-type: application/json 2020-07-27 06:27:18,760 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/nodes/fc34bbf2-581b-4af8-a287-d0295251549e -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2020-07-27 06:27:18,763 keystoneauth.session RESP: [200] content-type: application/json {7} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_available [0.156269s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,600 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,604 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,606 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,607 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,612 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,636 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,639 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,640 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,657 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/055a85e7-b129-46ad-9b0a-5b71e7faaadc -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,660 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,661 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "055a85e7-b129-46ad-9b0a-5b71e7faaadc"} 2020-07-27 06:27:18,670 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/055a85e7-b129-46ad-9b0a-5b71e7faaadc/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2020-07-27 06:27:18,673 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,680 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/055a85e7-b129-46ad-9b0a-5b71e7faaadc -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,683 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,684 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "055a85e7-b129-46ad-9b0a-5b71e7faaadc"} 2020-07-27 06:27:18,692 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/055a85e7-b129-46ad-9b0a-5b71e7faaadc/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2020-07-27 06:27:18,695 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,703 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/055a85e7-b129-46ad-9b0a-5b71e7faaadc -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,706 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,707 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "055a85e7-b129-46ad-9b0a-5b71e7faaadc"} 2020-07-27 06:27:18,715 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/055a85e7-b129-46ad-9b0a-5b71e7faaadc/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "provide"}' 2020-07-27 06:27:18,719 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,726 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/055a85e7-b129-46ad-9b0a-5b71e7faaadc -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,729 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,730 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "055a85e7-b129-46ad-9b0a-5b71e7faaadc"} {5} openstack.tests.unit.cloud.test__utils.TestUtils.test_range_filter_invalid_int [0.019208s] ... ok {21} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_deprecated_validate_node [0.072248s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,649 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,654 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,655 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,657 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,661 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,675 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,678 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,679 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,695 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/9e3425e0-9fa4-4132-85ab-c2b2b54c1c00/validate -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,699 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,699 keystoneauth.session RESP BODY: {"foo": {"result": false}, "power": {"result": true}, "deploy": {"result": true}} {24} openstack.tests.unit.cloud.test_clustering.TestClustering.test_delete_cluster [0.090018s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,950 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,953 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,955 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,957 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,961 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,979 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,982 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,983 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,988 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,992 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,993 keystoneauth.session RESP BODY: {"clusters": [{"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}]} 2020-07-27 06:27:18,998 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1/policies -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,001 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,002 keystoneauth.session RESP BODY: {"cluster_policies": []} 2020-07-27 06:27:19,007 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,010 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,011 keystoneauth.session RESP BODY: {"receivers": []} 2020-07-27 06:27:19,015 keystoneauth.session REQ: curl -g -i -X DELETE https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,018 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,018 keystoneauth.session RESP BODY: {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}} {23} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_purge_node_instance_info [0.058946s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,716 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,719 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,720 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,721 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,725 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,741 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,744 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,745 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,749 keystoneauth.session REQ: curl -g -i -X PATCH https://bare-metal.example.com/v1/nodes/42732492-37d2-4d37-a1b9-aefebf66cbef -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '[{"path": "/instance_info", "op": "remove"}]' 2020-07-27 06:27:18,752 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,753 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": {}, "uuid": "42732492-37d2-4d37-a1b9-aefebf66cbef"} {13} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_update_cluster_template [0.065543s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,719 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,722 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,723 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,725 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,729 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,733 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,736 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:18,739 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,742 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,743 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} 2020-07-27 06:27:18,748 keystoneauth.session REQ: curl -g -i -X PATCH https://container-infra.example.com/v1/baymodels/fake-uuid -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '[{"path": "/name", "value": "new-cluster-template", "op": "replace"}]' 2020-07-27 06:27:18,751 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,754 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,757 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,758 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {9} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_enroll_failure [0.135868s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,651 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,654 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,655 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,656 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,660 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,683 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,686 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,687 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,693 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"name": "name-2", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "uuid": "a25d21da-f47f-4b0e-ae9a-5750b27c1703"}' 2020-07-27 06:27:18,696 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,697 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "a25d21da-f47f-4b0e-ae9a-5750b27c1703"} 2020-07-27 06:27:18,702 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "a25d21da-f47f-4b0e-ae9a-5750b27c1703", "address": "00:01:02:03:04:05"}' 2020-07-27 06:27:18,705 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,706 keystoneauth.session RESP BODY: {"node_uuid": "a25d21da-f47f-4b0e-ae9a-5750b27c1703", "uuid": "6e090121790e454590bed25d2c02dfa8", "address": "00:01:02:03:04:05"} 2020-07-27 06:27:18,729 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/a25d21da-f47f-4b0e-ae9a-5750b27c1703/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2020-07-27 06:27:18,733 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,739 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/a25d21da-f47f-4b0e-ae9a-5750b27c1703 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,743 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,743 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": "kaboom!", "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "verifying", "reservation": "conductor0", "properties": null, "uuid": "a25d21da-f47f-4b0e-ae9a-5750b27c1703"} 2020-07-27 06:27:18,756 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/a25d21da-f47f-4b0e-ae9a-5750b27c1703 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,760 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,761 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": "kaboom!", "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "verifying", "reservation": "conductor0", "properties": null, "uuid": "a25d21da-f47f-4b0e-ae9a-5750b27c1703"} {28} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_already_gone_wait [0.054695s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,730 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,733 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,734 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,735 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,739 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,760 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,763 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,764 keystoneauth.session RESP BODY: {"servers": []} {20} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_power_off [0.066068s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,740 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,743 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,744 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,746 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,750 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,763 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,766 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,767 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,781 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/e049bccc-6f94-4fd5-91c7-44c4004fdcd7/states/power -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "power off"}' 2020-07-27 06:27:18,784 keystoneauth.session RESP: [200] content-type: application/json {15} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_ints [0.018840s] ... ok {19} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_create_cluster_template [0.050373s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,695 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,698 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,699 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,701 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,705 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,709 keystoneauth.session REQ: curl -g -i -X POST https://container-infra.example.com/v1/clustertemplates -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"image_id": "fake-image", "coe": "fake-coe", "name": "fake-cluster-template", "keypair_id": "fake-key"}' 2020-07-27 06:27:18,712 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:18,715 keystoneauth.session REQ: curl -g -i -X POST https://container-infra.example.com/v1/baymodels -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"image_id": "fake-image", "coe": "fake-coe", "name": "fake-cluster-template", "keypair_id": "fake-key"}' 2020-07-27 06:27:18,719 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,719 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {7} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(name_changed) [0.117577s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,757 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,760 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,762 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,764 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,768 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,792 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,800 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,801 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,818 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/74a1d6c0-1fcf-4b6a-a940-106e90ead0e9 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,822 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,823 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "74a1d6c0-1fcf-4b6a-a940-106e90ead0e9"} 2020-07-27 06:27:18,843 keystoneauth.session REQ: curl -g -i -X PATCH https://bare-metal.example.com/v1/nodes/74a1d6c0-1fcf-4b6a-a940-106e90ead0e9 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/name", "value": "meow", "op": "replace"}]' 2020-07-27 06:27:18,847 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,848 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "74a1d6c0-1fcf-4b6a-a940-106e90ead0e9"} {2} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_with_availability_zone_hints [0.048421s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,610 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,612 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,614 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,615 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,618 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,637 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,639 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,641 keystoneauth.session RESP BODY: {"extensions": [{"alias": "router_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "description": "Availability zone support for router.", "links": [], "name": "Router Availability Zone"}]} 2020-07-27 06:27:19,642 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"availability_zone_hints": ["nova"], "name": "goofy", "admin_state_up": true}}' 2020-07-27 06:27:19,645 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,646 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [], "project_id": "861808a93da0484ea1767967c4df8a23"}} {28} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_delete_ips [0.182107s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,786 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,789 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,790 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,791 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,795 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,827 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,830 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,831 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "porky", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:18,887 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/floatingips.json?floating_ip_address=172.24.5.5" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,895 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,896 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba7", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.5.5", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "ffcf3f1a4b6247cca3007136baf22448"}]} 2020-07-27 06:27:18,908 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/ffcf3f1a4b6247cca3007136baf22448.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,912 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,923 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,926 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,927 keystoneauth.session RESP BODY: {"floatingips": []} 2020-07-27 06:27:18,932 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,935 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,941 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,944 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,945 keystoneauth.session RESP BODY: {"servers": []} {27} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_profile_not_found_returns_false [0.060378s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,766 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,769 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,770 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,772 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,775 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,787 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,790 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,791 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,796 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles/no-profile -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,799 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:18,800 openstack Error fetching profile no-profile: Client Error for url: https://clustering.example.com/v1/profiles/no-profile Traceback (most recent call last): File "openstack/cloud/openstackcloud.py", line 11928, in get_cluster_profile_by_id name=profile_id)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 375, in get return self.request(url, 'GET', **kwargs) File "openstack/_adapter.py", line 139, in request return _json_response(response, error_message=error_message) File "openstack/_adapter.py", line 92, in _json_response exceptions.raise_from_response(response, error_message=error_message) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id ResourceNotFound: Error fetching profile no-profile: Client Error for url: https://clustering.example.com/v1/profiles/no-profile {22} openstack.tests.unit.cloud.test__utils.TestUtils.test__filter_list_name_or_id_glob [0.020472s] ... ok {29} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_list_nics [0.074975s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,004 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,008 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,009 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,011 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,016 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,029 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,033 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,034 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:19,047 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/ports/detail -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,051 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,052 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "8af48d2b-43c0-430d-89d7-1f59b1ddb8d1", "uuid": "96d0191d189541f5a4630f87f4ac40a6", "address": "00:01:02:03:04:05"}, {"node_uuid": "8af48d2b-43c0-430d-89d7-1f59b1ddb8d1", "uuid": "db204948a9e844b5990597d3860c40db", "address": "0a:0b:0c:0d:0e:0f"}]} {31} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_get_cluster_template_not_found [0.047567s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,833 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,836 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,837 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,838 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,842 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,846 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,849 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:18,852 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,855 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,855 keystoneauth.session RESP BODY: {"baymodels": []} {10} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status [0.063354s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,717 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,720 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,721 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,723 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,726 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,736 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,739 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:18,740 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:18,749 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,752 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,753 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-3/file", "id": "openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "deleted", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images_caches_deleted_status-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {4} openstack.tests.unit.cloud.test_clustering.TestClustering.test_update_cluster [0.072264s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,961 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,965 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,966 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,968 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,972 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,987 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,990 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,991 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,997 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,001 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,002 keystoneauth.session RESP BODY: {"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} 2020-07-27 06:27:19,007 keystoneauth.session REQ: curl -g -i -X PATCH https://clustering.example.com/v1/clusters/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"cluster": {"profile_only": false, "name": 5}}' 2020-07-27 06:27:19,010 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,012 keystoneauth.session RESP BODY: {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 5, "metadata": {}} {0} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_activate_node [0.083336s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,639 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,642 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,643 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,645 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,649 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,664 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,667 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,668 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,682 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/879b447f-33ca-4d95-ae08-acc6f54901bc/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "active", "configdrive": "http://host/file"}' 2020-07-27 06:27:18,686 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,693 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/879b447f-33ca-4d95-ae08-acc6f54901bc -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,696 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,697 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "active", "reservation": null, "instance_info": null, "uuid": "879b447f-33ca-4d95-ae08-acc6f54901bc"} {1} openstack.tests.unit.cloud.test_groups.TestGroups.test_get_group [0.035485s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,477 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,479 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,480 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,482 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,485 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,494 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,497 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,498 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "f973e7fb26bf48539a274745737458fd", "id": "650a609bfb7044d19aac6cf574bb1b4e", "name": "groupname-2"}]} {15} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_create_aggregate_with_az [0.060648s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,646 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,653 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,654 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,656 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,660 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,681 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-aggregates -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"aggregate": {"name": "aggregate-2", "availability_zone": "az1"}}' 2020-07-27 06:27:18,684 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,685 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "az1", "deleted": false, "created_at": "2020-07-27T06:27:18.645357", "updated_at": null, "deleted_at": null, "id": 1}} {7} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_projects_v2 [0.083301s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,887 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,890 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,891 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,894 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:18,919 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:18,922 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,923 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "423a540f1c7d436d8082f8f2e9a0f8b2", "name": "projectName-2"}]} 2020-07-27 06:27:18,934 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:18,937 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,938 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "423a540f1c7d436d8082f8f2e9a0f8b2", "name": "projectName-2"}, {"enabled": true, "id": "c8f59b4c08934379b91692f18a905fba", "name": "projectName-3"}]} {12} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_boot_attach_volume [0.093354s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,919 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,922 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,924 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,926 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,930 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,961 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,964 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,965 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:18,976 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-volumes_boot -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "block_device_mapping_v2": [{"source_type": "image", "uuid": "image-id", "boot_index": 0, "delete_on_termination": true, "destination_type": "local"}, {"source_type": "volume", "uuid": "volume001", "boot_index": "-1", "delete_on_termination": false, "destination_type": "volume"}], "flavorRef": "flavor-id", "max_count": 1, "min_count": 1}}' 2020-07-27 06:27:18,979 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,980 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:18,984 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,986 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,987 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {12} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_delete_flavor_exception [0.050561s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,011 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,013 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,015 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,017 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,020 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,030 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,033 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,034 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2020-07-27 06:27:19,040 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,043 keystoneauth.session RESP: [503] content-type: application/json {24} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server [0.052662s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,033 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,035 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,035 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,037 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,039 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,056 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,059 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,060 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "daffy", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:19,068 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,072 keystoneauth.session RESP: [200] content-type: application/json {16} openstack.tests.unit.cloud.test__utils.TestUtils.test_get_entity_no_uuid_like [0.022096s] ... ok {11} openstack.tests.unit.cloud.test_coe_clusters_certificate.TestCOEClusters.test_get_coe_cluster_certificate [0.046036s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,921 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,924 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,925 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,928 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,932 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,936 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/certificates/43e305ce-3a5f-412a-8a14-087834c34c8c -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,940 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,941 keystoneauth.session RESP BODY: {"cluster_uuid": "43e305ce-3a5f-412a-8a14-087834c34c8c", "pem": "-----BEGIN CERTIFICATE-----\nMIIDAO\n-----END CERTIFICATE-----\n", "bay_uuid": "43e305ce-3a5f-412a-8a14-087834c34c8c", "links": []} {29} openstack.tests.unit.cloud.test_caching.TestBogusAuth.test_get_auth_bogus [0.013024s] ... ok {29} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_openstack_cloud [0.013774s] ... ok {18} openstack.tests.unit.cloud.test_clustering.TestClustering.test_delete_cluster_receiver [0.097162s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,794 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,797 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,797 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,799 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,803 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,822 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,830 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,833 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,842 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,847 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,848 keystoneauth.session RESP BODY: {"receivers": [{"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"}]} 2020-07-27 06:27:18,854 keystoneauth.session REQ: curl -g -i -X DELETE https://clustering.example.com/v1/receivers/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,857 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,858 keystoneauth.session RESP BODY: {"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"} 2020-07-27 06:27:18,862 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,865 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,866 keystoneauth.session RESP BODY: {} {13} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_policy_on_cluster [0.065300s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,781 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,784 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,785 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,787 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,791 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,807 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,813 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,814 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,820 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1/policies/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,823 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,824 keystoneauth.session RESP BODY: {"cluster_policy": {"enabled": "true", "policy_name": "policy1", "cluster_name": "cluster1", "cluster_id": "1", "policy_type": "type", "id": "1", "policy_id": "1"}} {25} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_attach_port_to_machine [0.121503s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,640 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,643 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,644 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,645 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,648 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,666 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,669 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,670 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,686 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/bfe60233-1c10-4992-beca-f10d1e1cc6fe -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,689 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,690 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "bfe60233-1c10-4992-beca-f10d1e1cc6fe"} 2020-07-27 06:27:18,717 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,720 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,721 keystoneauth.session RESP BODY: {"ports": [{"id": "953ccbee-e854-450f-95fe-fe5e40d611ec"}]} 2020-07-27 06:27:18,736 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/nodes/bfe60233-1c10-4992-beca-f10d1e1cc6fe/vifs -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '{"id": "953ccbee-e854-450f-95fe-fe5e40d611ec"}' 2020-07-27 06:27:18,739 keystoneauth.session RESP: [200] content-type: application/json {8} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_delete_qos_bandwidth_limit_rule_no_qos_extension [0.044083s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,567 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,569 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,571 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,573 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,576 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,593 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,596 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,598 keystoneauth.session RESP BODY: {"extensions": []} {15} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_deactivate_node [0.084188s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,708 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,712 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,713 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,715 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,719 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,734 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,738 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,739 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,752 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/3ee95cf3-400a-4455-a302-4c4fb1529928/states/provision -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "deleted"}' 2020-07-27 06:27:18,756 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,763 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/3ee95cf3-400a-4455-a302-4c4fb1529928 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,766 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,767 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "3ee95cf3-400a-4455-a302-4c4fb1529928"} {18} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_policy_not_found_returns_false [0.066419s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,897 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,900 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,901 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,903 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,907 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,918 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,921 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,922 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,927 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/no-policy -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,930 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:18,931 openstack Error fetching policy no-policy: Client Error for url: https://clustering.example.com/v1/policies/no-policy Traceback (most recent call last): File "openstack/cloud/openstackcloud.py", line 12011, in get_cluster_policy_by_id name=policy_id)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 375, in get return self.request(url, 'GET', **kwargs) File "openstack/_adapter.py", line 139, in request return _json_response(response, error_message=error_message) File "openstack/_adapter.py", line 92, in _json_response exceptions.raise_from_response(response, error_message=error_message) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id ResourceNotFound: Error fetching policy no-policy: Client Error for url: https://clustering.example.com/v1/policies/no-policy {9} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_validate_machine_raises_exception [0.092938s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,797 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,804 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,806 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,808 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,813 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,831 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,835 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,836 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,853 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/f6649d42-6862-42b4-8006-6672f09415f9/validate -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,856 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,857 keystoneauth.session RESP BODY: {"foo": {"result": true}, "power": {"reason": null, "result": true}, "deploy": {"reason": "error!", "result": false}} {20} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_unregister_machine_locked_timeout [0.107535s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,808 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,811 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,812 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,813 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,818 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,839 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,844 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,845 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,861 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/889395e6-1a1d-47f3-98b9-1a2e1969b480 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,865 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,866 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": "conductor99", "instance_info": null, "uuid": "889395e6-1a1d-47f3-98b9-1a2e1969b480"} 2020-07-27 06:27:18,883 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/889395e6-1a1d-47f3-98b9-1a2e1969b480 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,887 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,888 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": "conductor99", "instance_info": null, "uuid": "889395e6-1a1d-47f3-98b9-1a2e1969b480"} 2020-07-27 06:27:18,891 openstack Still waiting for the lock to be released on node 889395e6-1a1d-47f3-98b9-1a2e1969b480, currently locked by conductor conductor99 2020-07-27 06:27:18,892 openstack.iterate_timeout Waiting 2.0 seconds {14} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(instance_info_changed) [0.116526s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,787 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,790 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,791 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,793 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,797 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,812 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,815 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,821 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,845 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/f3d6055b-d497-4d45-bfa0-1db8e5848704 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,850 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,851 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "f3d6055b-d497-4d45-bfa0-1db8e5848704"} 2020-07-27 06:27:18,872 keystoneauth.session REQ: curl -g -i -X PATCH https://bare-metal.example.com/v1/nodes/f3d6055b-d497-4d45-bfa0-1db8e5848704 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/instance_info", "value": {"cat": "meow"}, "op": "replace"}]' 2020-07-27 06:27:18,875 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,876 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "f3d6055b-d497-4d45-bfa0-1db8e5848704"} {23} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(instance_uuid_changed) [0.110899s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,776 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,779 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,780 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,781 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,785 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,801 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,804 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,805 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,821 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/2dade56f-721c-4bb8-9e27-114071620499 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,824 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,825 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "2dade56f-721c-4bb8-9e27-114071620499"} 2020-07-27 06:27:18,848 keystoneauth.session REQ: curl -g -i -X PATCH https://bare-metal.example.com/v1/nodes/2dade56f-721c-4bb8-9e27-114071620499 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/instance_uuid", "value": "meow", "op": "replace"}]' 2020-07-27 06:27:18,858 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,859 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "2dade56f-721c-4bb8-9e27-114071620499"} {26} openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete) [0.082643s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,934 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,937 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,938 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,940 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,944 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,956 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,959 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:18,960 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:18,969 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,973 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,974 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "pending_delete", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:18,984 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,987 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,989 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "pending_delete", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-3/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(pending_delete)-3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {4} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_list_firewall_groups [0.069423s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,089 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,092 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,094 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,096 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,100 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,131 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,133 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,134 keystoneauth.session RESP BODY: {"firewall_groups": [{"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}, {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}]} {7} openstack.tests.unit.cloud.test_clustering.TestClustering.test_update_cluster_policy [0.071515s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,962 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,965 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,966 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,968 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,972 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,987 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,990 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,991 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,997 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,000 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,002 keystoneauth.session RESP BODY: {"policies": [{"id": "1", "name": "fake-profile-name", "spec": {}}]} 2020-07-27 06:27:19,007 keystoneauth.session REQ: curl -g -i -X PATCH https://clustering.example.com/v1/policies/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"name": "new-name"}}' 2020-07-27 06:27:19,010 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,011 keystoneauth.session RESP BODY: {"spec": {}, "id": "1", "name": "new-name"} {2} openstack.tests.unit.cloud.test_shade.TestShade.test__neutron_exceptions_url_not_found [0.039161s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,660 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,662 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,663 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,665 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,668 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,684 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,686 keystoneauth.session RESP: [404] content-type: application/json {17} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_update_machine_patch_no_action [0.072800s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,643 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,646 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,647 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,648 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,652 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,666 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,669 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,670 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,686 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/1a0c49c0-1516-4a1a-bf01-d930594daa2b -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,690 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,690 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "1a0c49c0-1516-4a1a-bf01-d930594daa2b"} {5} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_failed [0.121902s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,613 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,617 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,618 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,621 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,625 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,644 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,648 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,649 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,665 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/6de82117-c87f-4233-94c8-cfe48967c6b4 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,668 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,669 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": "kaboom!", "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "inspect failed", "reservation": null, "instance_info": null, "uuid": "6de82117-c87f-4233-94c8-cfe48967c6b4"} 2020-07-27 06:27:18,678 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/6de82117-c87f-4233-94c8-cfe48967c6b4/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2020-07-27 06:27:18,682 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,689 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/6de82117-c87f-4233-94c8-cfe48967c6b4 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,692 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,693 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "6de82117-c87f-4233-94c8-cfe48967c6b4"} 2020-07-27 06:27:18,696 openstack Still waiting for node 6de82117-c87f-4233-94c8-cfe48967c6b4 to reach state "manageable", the current state is "inspecting" 2020-07-27 06:27:18,697 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,704 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/6de82117-c87f-4233-94c8-cfe48967c6b4 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,708 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,709 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": "kaboom!", "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "6de82117-c87f-4233-94c8-cfe48967c6b4"} {12} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_get_firewall_policy [0.060923s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,062 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,065 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,066 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,068 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,071 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,095 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,098 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,100 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,102 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,103 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "description": "block ports of well-known services"}]} {21} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_patch_machine [0.102757s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,725 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,728 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,729 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,730 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,734 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,750 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,753 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,754 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,771 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/8001e22f-83b0-4eab-82ac-b223c25365d2 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,774 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,775 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": {}, "uuid": "8001e22f-83b0-4eab-82ac-b223c25365d2"} 2020-07-27 06:27:18,798 keystoneauth.session REQ: curl -g -i -X PATCH https://bare-metal.example.com/v1/nodes/8001e22f-83b0-4eab-82ac-b223c25365d2 -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/instance_info", "op": "remove"}]' 2020-07-27 06:27:18,802 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,803 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": {}, "uuid": "8001e22f-83b0-4eab-82ac-b223c25365d2"} {19} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_with_empty_nics [0.136681s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,742 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,746 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,747 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,749 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,752 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,787 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,791 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,792 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2020-07-27 06:27:18,812 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "networks": [{"uuid": "network-id"}]}}' 2020-07-27 06:27:18,815 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,817 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:18,824 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,830 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,831 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:18,845 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,848 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,849 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2020-07-27 06:27:18,852 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,855 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,856 keystoneauth.session RESP BODY: {"subnets": []} {3} openstack.tests.unit.cloud.test_domains.TestDomains.test_delete_domain [0.042786s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,868 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,870 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,871 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,872 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,874 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,883 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/0583588398304050942b6516a026503b -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": false}}' 2020-07-27 06:27:18,886 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,888 keystoneauth.session RESP BODY: {"domain": {"enabled": false, "id": "0583588398304050942b6516a026503b", "name": "domainName-2"}} 2020-07-27 06:27:18,893 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/0583588398304050942b6516a026503b -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,896 keystoneauth.session RESP: [204] content-type: application/json {30} openstack.tests.unit.block_storage.v3.test_snapshot.TestSnapshot.test_basic [0.019974s] ... ok {24} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_by_ram_and_include [0.078723s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,103 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,106 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,107 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,110 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,114 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,127 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,130 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,132 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2020-07-27 06:27:19,138 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,141 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,142 keystoneauth.session RESP BODY: {"extra_specs": {}} 2020-07-27 06:27:19,145 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,147 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,148 keystoneauth.session RESP BODY: {"extra_specs": {}} 2020-07-27 06:27:19,151 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,153 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,153 keystoneauth.session RESP BODY: {"extra_specs": {}} {29} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_policy_by_id [0.290605s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,437 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,440 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,440 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,442 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,444 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,451 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,453 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,454 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:19,457 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,459 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,459 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} {24} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_rackspace [0.012010s] ... ok {24} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_add_ip_refresh_timeout [0.103676s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,460 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,462 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,463 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,464 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,467 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,496 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,498 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,499 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2020-07-27 06:27:19,500 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,502 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,503 keystoneauth.session RESP BODY: {"subnets": []} 2020-07-27 06:27:19,504 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=server-id" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,506 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,507 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "created_at": "2020-07-27T06:27:17.820402", "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "binding:vif_type": "ovs", "device_owner": "compute:None", "mac_address": "fa:16:3e:58:42:ed", "id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "binding:profile": {}, "binding:vnic_type": "normal", "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "extra_dhcp_opts": [], "security_groups": [], "device_id": "server-id"}]} 2020-07-27 06:27:19,508 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id", "fixed_ip_address": "172.24.4.2", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac"}}' 2020-07-27 06:27:19,510 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,511 keystoneauth.session RESP BODY: {"floatingip": {"status": "ACTIVE", "router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "properties": {}, "description": "", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "created_at": null, "attached": true, "updated_at": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "location": {"project": {"domain_id": null, "id": "4969c491a3c74ee4af974e6d800c62de", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "revision_number": null, "router": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "project_id": "4969c491a3c74ee4af974e6d800c62de", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "port": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "network": "376da547-b977-4cfe-9cba-275c80debf57"}} 2020-07-27 06:27:19,521 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,523 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,524 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "properties": {}, "description": "", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "created_at": null, "attached": true, "updated_at": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "location": {"project": {"domain_id": null, "id": "4969c491a3c74ee4af974e6d800c62de", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "revision_number": null, "router": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "project_id": "4969c491a3c74ee4af974e6d800c62de", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "port": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "network": "376da547-b977-4cfe-9cba-275c80debf57"}]} 2020-07-27 06:27:19,533 openstack Timeout waiting for floating IP to become active. Floating IP 172.24.4.229:2f245a7b-796b-4f26-9cf9-9e82d248fda7 was created for server server-id but is being deleted due to activation failure. 2020-07-27 06:27:19,537 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,539 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,540 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:19,546 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,549 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,550 keystoneauth.session RESP BODY: {"floatingips": []} {15} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_wait_for_baremetal_node_lock_locked [0.127554s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,794 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,797 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,798 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,800 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,805 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,830 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,837 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,839 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,871 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/1bc73320-7e49-4b3e-90af-78719bc2cd64 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,875 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,875 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": "conductor0", "instance_info": null, "uuid": "1bc73320-7e49-4b3e-90af-78719bc2cd64"} 2020-07-27 06:27:18,879 openstack Still waiting for the lock to be released on node 1bc73320-7e49-4b3e-90af-78719bc2cd64, currently locked by conductor conductor0 2020-07-27 06:27:18,880 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,891 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/1bc73320-7e49-4b3e-90af-78719bc2cd64 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,895 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,896 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "1bc73320-7e49-4b3e-90af-78719bc2cd64"} {28} openstack.tests.unit.cloud.test_domains.TestDomains.test_update_domain_name_or_id [0.063218s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,975 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,978 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,978 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,980 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,984 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,999 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,002 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,003 keystoneauth.session RESP BODY: {"domains": [{"description": "domainDesc-2", "enabled": true, "id": "0ffe9f4f75cb44708f27cd9c734769eb", "name": "domainName-3"}]} 2020-07-27 06:27:19,009 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/0ffe9f4f75cb44708f27cd9c734769eb -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"name": "domainName-3", "description": "domainDesc-2"}}' 2020-07-27 06:27:19,012 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,013 keystoneauth.session RESP BODY: {"domain": {"description": "domainDesc-2", "enabled": true, "id": "0ffe9f4f75cb44708f27cd9c734769eb", "name": "domainName-3"}} {14} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(properties) [0.079577s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,910 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,914 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,914 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,916 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,920 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,934 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,937 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,938 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,956 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/22245c67-b61c-41bf-a189-acc9dd7fa747 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}ecc3bc14d6ceac853b53959bbfb3b4b8605c80b52e91e7ef578446239e21c4f3" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,959 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,960 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-4", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "22245c67-b61c-41bf-a189-acc9dd7fa747"} {26} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_list_cluster_templates_without_detail [0.053066s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,017 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,020 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,021 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,023 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,027 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,031 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,035 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,039 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,042 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,043 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {11} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_nics_port_id [0.064278s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,283 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,285 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,286 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,287 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,289 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,304 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "7b064335213347c0914396d704fc8214", "flavorRef": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "max_count": 1, "min_count": 1, "networks": [{"port": "dd2938ec186946978b54e843cd73898f"}]}}' 2020-07-27 06:27:19,306 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,307 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,310 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,312 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,313 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,332 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,334 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,334 keystoneauth.session RESP BODY: {"networks": []} {27} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_with_timeout [0.127594s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,828 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,831 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,832 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,834 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,839 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,879 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,884 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,885 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:18,905 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2020-07-27 06:27:18,908 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,909 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:18,914 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,918 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,919 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:18,934 openstack.iterate_timeout Waiting 2.0 seconds {17} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_profile [0.056159s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,716 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,720 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,721 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,722 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,726 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,738 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,741 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,742 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,748 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/profiles -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"profile": {"name": "fake-profile-name", "spec": {}}}' 2020-07-27 06:27:18,751 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,752 keystoneauth.session RESP BODY: {"profile": {"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}} {9} openstack.tests.unit.cloud.test_baremetal_ports.TestBaremetalPort.test_get_nic_by_mac [0.075504s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,886 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,889 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,890 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,892 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,896 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,910 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,914 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,916 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,929 keystoneauth.session REQ: curl -g -i -X GET "https://bare-metal.example.com/v1/ports/detail?address=00%3A01%3A02%3A03%3A04%3A05" -H "Accept: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,933 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,934 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "3931d7b1-7079-4db5-b13e-4d1b98d212a8", "uuid": "5a9e810d119d43fe8ce5c7747e2ba29e", "address": "00:01:02:03:04:05"}]} {18} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_policy_on_cluster_not_found_returns_false [0.055087s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,958 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,961 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,962 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,964 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,968 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,980 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,984 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,984 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,990 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1/policies/no-policy -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,992 keystoneauth.session RESP: [404] content-type: application/json {20} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_policy [0.059499s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,917 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,920 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,921 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,923 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,927 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,940 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,943 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,944 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,950 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/policies -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"name": "fake-policy-name", "spec": {}}}' 2020-07-27 06:27:18,953 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,954 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} {12} openstack.tests.unit.cloud.test_limits.TestLimits.test_get_compute_limits [0.039633s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,121 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,124 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,125 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,127 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,130 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,143 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/limits -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,145 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,146 keystoneauth.session RESP BODY: {"limits": {"rate": [], "absolute": {"maxServerMeta": 128, "maxPersonality": 5, "totalServerGroupsUsed": 0, "maxImageMeta": 128, "maxPersonalitySize": 10240, "maxTotalRAMSize": 51200, "maxSecurityGroupRules": 20, "maxTotalKeypairs": 100, "totalCoresUsed": 0, "totalRAMUsed": 0, "maxSecurityGroups": 10, "totalFloatingIpsUsed": 0, "totalInstancesUsed": 0, "maxServerGroupMembers": 10, "maxTotalFloatingIps": 10, "totalSecurityGroupsUsed": 0, "maxTotalInstances": 10, "maxTotalCores": 20, "maxServerGroups": 10}}} {0} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_get_machine [0.074376s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,723 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,726 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,727 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,729 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,733 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,747 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,750 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,751 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,768 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/367f4dbd-c481-4576-b365-50630bfbda5d -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,771 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,772 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "367f4dbd-c481-4576-b365-50630bfbda5d"} {6} openstack.tests.unit.cloud.test_delete_volume_snapshot.TestDeleteVolumeSnapshot.test_delete_volume_snapshot_with_error [0.059076s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,909 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,913 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,914 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,916 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,920 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,934 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,937 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,938 keystoneauth.session RESP BODY: {"snapshots": [{"status": "available", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "1234", "size": 75}]} 2020-07-27 06:27:18,944 keystoneauth.session REQ: curl -g -i -X DELETE https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,947 keystoneauth.session RESP: [404] content-type: application/json {1} openstack.tests.unit.cloud.test_image.TestImageSuburl.test_list_images_paginated [0.054255s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,519 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,521 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,523 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,524 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,528 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://example.com/compute/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://example.com/volumev2/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://example.com/image", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://example.com/volume/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://example.com/identity", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/example", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/container-infra/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/object-store/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/bare-metal", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/orchestration/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/dns", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://example.com/clustering", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin", "endpoint_links": []}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,536 keystoneauth.session REQ: curl -g -i -X GET https://example.com/image -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,539 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,540 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://example.com/image/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://example.com/image/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,546 keystoneauth.session REQ: curl -g -i -X GET https://example.com/image/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2020-07-27 06:27:19,549 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,550 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/9f6c31d6-89b4-4f1a-8d94-945536026788/file", "id": "9f6c31d6-89b4-4f1a-8d94-945536026788", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/9f6c31d6-89b4-4f1a-8d94-945536026788", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}], "next": "/v2/images?marker=41a4533e-e5d7-4e99-89d8-2e5597ab778e"} 2020-07-27 06:27:19,553 keystoneauth.session REQ: curl -g -i -X GET https://example.com/image/v2/images?marker=41a4533e-e5d7-4e99-89d8-2e5597ab778e -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2020-07-27 06:27:19,555 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,557 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/9f6c31d6-89b4-4f1a-8d94-945536026788/file", "id": "9f6c31d6-89b4-4f1a-8d94-945536026788", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/9f6c31d6-89b4-4f1a-8d94-945536026788", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {16} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(driver) [0.073746s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,632 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,637 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,638 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,640 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,643 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,657 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,660 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,661 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,677 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/ee0a45b8-6d94-4829-8d37-f2737b7a269a -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,680 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,681 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "ee0a45b8-6d94-4829-8d37-f2737b7a269a"} {28} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_by_ram_not_found [0.054900s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,044 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,047 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,048 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,050 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,054 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,066 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,069 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,070 keystoneauth.session RESP BODY: {"flavors": []} {22} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_unregister_machine [0.121109s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,613 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,618 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,619 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,620 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,624 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,643 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,646 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,646 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,662 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/1384885e-99eb-4d55-a44a-b5ed36c0d4e5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,666 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,666 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "1384885e-99eb-4d55-a44a-b5ed36c0d4e5"} 2020-07-27 06:27:18,694 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/ports/detail?address=00:01:02:03:04:05 -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2020-07-27 06:27:18,697 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,698 keystoneauth.session RESP BODY: {"ports": [{"node_uuid": "1384885e-99eb-4d55-a44a-b5ed36c0d4e5", "uuid": "78ae26301d9f4fd38a8a557a255d0241", "address": "00:01:02:03:04:05"}]} 2020-07-27 06:27:18,702 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/ports/78ae26301d9f4fd38a8a557a255d0241 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,705 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,709 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/nodes/1384885e-99eb-4d55-a44a-b5ed36c0d4e5 -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2020-07-27 06:27:18,712 keystoneauth.session RESP: [200] content-type: application/json {24} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_delete_floating_ip_existing_down [0.103140s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,719 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,722 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,723 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,724 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,727 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,751 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,754 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,755 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:19,761 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,764 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,765 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} 2020-07-27 06:27:19,777 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,781 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,782 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:19,794 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,799 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,800 keystoneauth.session RESP BODY: {"floatingips": [{"status": "DOWN", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} {8} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_add_security_group_to_server_nova [0.045857s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,617 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,620 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,621 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,623 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,626 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,635 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,638 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,639 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2020-07-27 06:27:19,643 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/1234/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addSecurityGroup": {"name": "nova-sec-group"}}' 2020-07-27 06:27:19,645 keystoneauth.session RESP: [202] content-type: application/json {4} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_remove_rule_from_policy_rule_not_found [0.059849s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,566 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,568 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,569 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,571 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,573 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,597 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,599 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,600 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}} 2020-07-27 06:27:19,603 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,605 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,607 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,609 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,610 keystoneauth.session RESP BODY: {"firewall_rules": []} 2020-07-27 06:27:19,611 openstack Firewall rule deny_ssh not found for removing {31} openstack.tests.unit.cloud.test_clustering.TestClustering.test_attach_policy_to_cluster [0.082355s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,877 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,881 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,882 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,883 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,887 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,903 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,906 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,907 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,912 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,915 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,916 keystoneauth.session RESP BODY: {"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} 2020-07-27 06:27:18,921 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,924 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,925 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} 2020-07-27 06:27:18,929 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/clusters/1/actions -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy_attach": {"enabled": "true", "policy_id": "1"}}' 2020-07-27 06:27:18,937 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,938 keystoneauth.session RESP BODY: {"policy_attach": {"enabled": "true", "policy_id": "1"}} {7} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_delete_coe_cluster [0.055246s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,039 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,043 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,044 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,046 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,050 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,054 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,058 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,060 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} 2020-07-27 06:27:19,065 keystoneauth.session REQ: curl -g -i -X DELETE https://container-infra.example.com/v1/clusters/731387cf-a92b-4c36-981e-3271d63e5597 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,068 keystoneauth.session RESP: [200] content-type: application/json {15} openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving) [0.087352s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,932 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,936 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,937 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,939 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,943 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,954 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,957 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:18,959 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:18,968 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,972 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,973 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "saving", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:18,983 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,987 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,988 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "saving", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-3/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(saving)-3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {23} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_create_cluster_template_exception [0.056337s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,900 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,903 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,904 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,906 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,910 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,915 keystoneauth.session REQ: curl -g -i -X POST https://container-infra.example.com/v1/clustertemplates -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"image_id": null, "coe": null, "name": "fake-cluster-template", "keypair_id": null}' 2020-07-27 06:27:18,918 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:18,922 keystoneauth.session REQ: curl -g -i -X POST https://container-infra.example.com/v1/baymodels -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"image_id": null, "coe": null, "name": "fake-cluster-template", "keypair_id": null}' 2020-07-27 06:27:18,925 keystoneauth.session RESP: [403] content-type: application/json {2} openstack.tests.unit.cloud.test_shade.TestShade.test_range_search_5 [0.010184s] ... ok {19} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_user_data_base64 [0.116318s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,883 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,886 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,887 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,889 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,894 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,930 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,934 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,935 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:18,956 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "user_data": "dXNlcl9kYXRhLTI=", "max_count": 1, "min_count": 1}}' 2020-07-27 06:27:18,959 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,960 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "user_data": "user_data-2", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:18,965 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,968 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,969 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "user_data": "user_data-2", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {3} openstack.tests.unit.cloud.test_domains.TestDomains.test_update_domain [0.057255s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,919 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,923 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,924 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,926 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,931 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,946 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/920189bb662a4750a4f6cf23c452520f -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"name": "domainName-3", "description": "domainDesc-2"}}' 2020-07-27 06:27:18,953 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,954 keystoneauth.session RESP BODY: {"domain": {"description": "domainDesc-2", "enabled": true, "id": "920189bb662a4750a4f6cf23c452520f", "name": "domainName-3"}} {21} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_port_create_failed [0.100465s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,826 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,832 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,834 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,837 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,842 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,864 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,868 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,869 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,874 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"name": "name-2", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "uuid": "386304c8-3213-45fe-90e3-54d5aed9798a"}' 2020-07-27 06:27:18,878 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,879 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "386304c8-3213-45fe-90e3-54d5aed9798a"} 2020-07-27 06:27:18,884 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "386304c8-3213-45fe-90e3-54d5aed9798a", "address": "00:01:02:03:04:05"}' 2020-07-27 06:27:18,887 keystoneauth.session RESP: [400] content-type: application/json 2020-07-27 06:27:18,888 keystoneauth.session RESP BODY: {"error": "invalid"} 2020-07-27 06:27:18,889 openstack ironic NIC registration failed Traceback (most recent call last): File "openstack/cloud/openstackcloud.py", line 9379, in register_machine error_message=port_msg) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 381, in post return self.request(url, 'POST', **kwargs) File "openstack/_adapter.py", line 139, in request return _json_response(response, error_message=error_message) File "openstack/_adapter.py", line 92, in _json_response exceptions.raise_from_response(response, error_message=error_message) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id BadRequestException: Baremetal machine port failed to be created.: Client Error for url: https://bare-metal.example.com/v1/ports, {"error": "invalid"} 2020-07-27 06:27:18,900 keystoneauth.session REQ: curl -g -i -X DELETE https://bare-metal.example.com/v1/nodes/386304c8-3213-45fe-90e3-54d5aed9798a -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" 2020-07-27 06:27:18,904 keystoneauth.session RESP: [200] content-type: application/json {25} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_available_wait [0.194810s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,762 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,765 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,766 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,768 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,771 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,801 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,804 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,805 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,821 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/97db1153-7498-49ad-aa5b-92b5055fa7de -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,824 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,825 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "97db1153-7498-49ad-aa5b-92b5055fa7de"} 2020-07-27 06:27:18,833 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/97db1153-7498-49ad-aa5b-92b5055fa7de/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2020-07-27 06:27:18,837 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,843 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/97db1153-7498-49ad-aa5b-92b5055fa7de -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,847 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,847 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "97db1153-7498-49ad-aa5b-92b5055fa7de"} 2020-07-27 06:27:18,850 openstack Still waiting for node 97db1153-7498-49ad-aa5b-92b5055fa7de to reach state "manageable", the current state is "available" 2020-07-27 06:27:18,851 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,862 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/97db1153-7498-49ad-aa5b-92b5055fa7de -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,867 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,868 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "97db1153-7498-49ad-aa5b-92b5055fa7de"} 2020-07-27 06:27:18,878 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/97db1153-7498-49ad-aa5b-92b5055fa7de/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2020-07-27 06:27:18,882 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,889 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/97db1153-7498-49ad-aa5b-92b5055fa7de -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,892 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,893 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "97db1153-7498-49ad-aa5b-92b5055fa7de"} 2020-07-27 06:27:18,896 openstack Still waiting for node 97db1153-7498-49ad-aa5b-92b5055fa7de to reach state "manageable", the current state is "inspecting" 2020-07-27 06:27:18,896 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,904 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/97db1153-7498-49ad-aa5b-92b5055fa7de -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,907 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,908 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "97db1153-7498-49ad-aa5b-92b5055fa7de"} 2020-07-27 06:27:18,916 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/97db1153-7498-49ad-aa5b-92b5055fa7de/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "provide"}' 2020-07-27 06:27:18,919 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,926 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/97db1153-7498-49ad-aa5b-92b5055fa7de -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,929 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,930 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "97db1153-7498-49ad-aa5b-92b5055fa7de"} {24} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_search_floating_ips [0.066418s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,830 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,834 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,836 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,838 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,843 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,866 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,871 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,873 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} {4} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_keystone_v2 [0.033875s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,626 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,629 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,630 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,631 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:19,642 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/0ef876d9fe2544f09c7e27467d1ff60a/users/939ee586af614f78a7ab8c3ec6e26795/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,644 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,645 keystoneauth.session RESP BODY: {"roles": [{"name": "b6fb8f972c544a78a8077e6a0faa13ba", "id": "8c985e2644524a328a02c26899bf9d35"}]} {29} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_profile_by_id [0.034886s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,601 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,604 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,604 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,606 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,608 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,615 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,617 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,618 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:19,621 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,623 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,624 keystoneauth.session RESP BODY: {"profile": {"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}} {3} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_list_flavors [0.062979s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,985 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,989 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,990 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,993 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,997 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,010 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,015 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,016 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} {17} openstack.tests.unit.cloud.test_clustering.TestClustering.test_list_cluster_receivers [0.063064s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,774 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,777 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,778 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,780 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,784 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,795 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,799 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,800 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,805 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,813 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,814 keystoneauth.session RESP BODY: {"receivers": [{"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"}]} {10} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_volumes [0.077944s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,780 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,783 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,784 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,785 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,789 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,806 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,812 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,813 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 1 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}]} 2020-07-27 06:27:18,828 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,831 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,832 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 1 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}, {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 2 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume2", "metadata": {}}]} {22} openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued) [0.078223s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,739 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,742 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,743 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,745 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,748 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,759 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,762 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:18,763 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:18,772 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,775 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,776 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "queued", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:18,786 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,789 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,790 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "queued", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-3/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheIgnoresQueuedStatus.test_list_images_ignores_pending_status(queued)-3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {18} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_list_coe_clusters [0.045048s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,019 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,023 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,024 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,025 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,029 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,033 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,037 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,038 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {2} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet [0.049823s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,710 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,713 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,714 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,717 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,720 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,737 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,740 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,741 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} 2020-07-27 06:27:19,743 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "dns_nameservers": ["8.8.8.8"], "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [{"nexthop": "123.456.78.9", "destination": "0.0.0.0/0"}], "ip_version": 4, "cidr": "192.168.199.0/24"}}' 2020-07-27 06:27:19,746 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,747 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [{"nexthop": "123.456.78.9", "destination": "0.0.0.0/0"}], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": ["8.8.8.8"], "gateway_ip": "192.168.199.1", "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {30} openstack.tests.unit.cloud.test__utils.TestUtils.test_safe_dict_min_key_not_found [0.018524s] ... ok {26} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_with_server_error [0.075008s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,067 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,070 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,072 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,073 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,075 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,096 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,098 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,099 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:19,109 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2020-07-27 06:27:19,111 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,112 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,114 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,116 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,117 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ERROR", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {31} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster [0.081299s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,964 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,967 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,968 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,970 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,975 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,990 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,993 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,994 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:19,000 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,003 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,004 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} 2020-07-27 06:27:19,008 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,011 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,012 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} 2020-07-27 06:27:19,017 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/clusters -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "max_size": 1, "metadata": {}}}' 2020-07-27 06:27:19,020 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,021 keystoneauth.session RESP BODY: {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}} {13} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_fixed_ip [0.123469s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,850 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,853 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,855 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,857 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,861 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,889 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.0.0.1"}]}}' 2020-07-27 06:27:18,893 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,894 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:18,899 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,902 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,903 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:18,939 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,943 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,944 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2020-07-27 06:27:18,946 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,949 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,950 keystoneauth.session RESP BODY: {"subnets": []} {28} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_secgroups [0.020084s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,322 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,324 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,325 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,326 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,328 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {27} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_wait_for_deleted [0.107399s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,959 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,962 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,964 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,966 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,970 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,998 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,001 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,002 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "9999", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "wily", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:19,014 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/9999 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,017 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,021 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,025 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,026 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "9999", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "wily", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:19,035 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:19,039 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,043 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,044 keystoneauth.session RESP BODY: {"servers": []} {5} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_unregister_machine_unavailable [0.150166s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,736 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,739 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,741 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,743 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,747 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,767 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,774 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,776 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,795 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/e1909c15-c652-434a-bb07-57a5dd7cb3ce -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,799 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,801 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "clean failed", "reservation": null, "instance_info": null, "uuid": "e1909c15-c652-434a-bb07-57a5dd7cb3ce"} 2020-07-27 06:27:18,815 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/e1909c15-c652-434a-bb07-57a5dd7cb3ce -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,819 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,820 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "clean failed", "reservation": null, "instance_info": null, "uuid": "e1909c15-c652-434a-bb07-57a5dd7cb3ce"} 2020-07-27 06:27:18,834 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/e1909c15-c652-434a-bb07-57a5dd7cb3ce -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,838 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,839 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "clean failed", "reservation": null, "instance_info": null, "uuid": "e1909c15-c652-434a-bb07-57a5dd7cb3ce"} 2020-07-27 06:27:18,853 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/e1909c15-c652-434a-bb07-57a5dd7cb3ce -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,857 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,858 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "clean failed", "reservation": null, "instance_info": null, "uuid": "e1909c15-c652-434a-bb07-57a5dd7cb3ce"} {26} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_wait_for_server [0.020417s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,695 openstack.iterate_timeout Waiting 2.0 seconds {26} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_create_endpoint_v2 [0.064213s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,710 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,712 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,713 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,715 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:19,729 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,731 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,732 keystoneauth.session RESP BODY: {"OS-KSADM:services": [{"enabled": true, "type": "0270b5c1b6ea474a87dbed1106ce05e6", "id": "ec9aa6f5c4b345d99738cd50eb8a3166", "name": "f35ad8644d5f4491911888be31b7d519"}]} 2020-07-27 06:27:19,736 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" -d '{"endpoint": {"adminurl": "https://9e6f82e0c13640a0a1e66b0a1d9eaf4c.example.com/", "service_id": "ec9aa6f5c4b345d99738cd50eb8a3166", "region": "d9752338cc874658a0f0e92e536755c2", "internalurl": "https://70c2947a239344d9a23d991fd8994ad8.example.com/", "publicurl": "https://fa1f1bdf656d4d148f5233c07d38bb9b.example.com/"}}' 2020-07-27 06:27:19,739 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,739 keystoneauth.session RESP BODY: {"endpoint": {"adminURL": "https://9e6f82e0c13640a0a1e66b0a1d9eaf4c.example.com/", "region": "d9752338cc874658a0f0e92e536755c2", "internalURL": "https://70c2947a239344d9a23d991fd8994ad8.example.com/", "service_id": "ec9aa6f5c4b345d99738cd50eb8a3166", "id": "8cc55743b90f4f98ba250389712b31f3", "publicURL": "https://fa1f1bdf656d4d148f5233c07d38bb9b.example.com/"}} 2020-07-27 06:27:19,743 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,745 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,746 keystoneauth.session RESP BODY: {"OS-KSADM:services": [{"enabled": true, "type": "0270b5c1b6ea474a87dbed1106ce05e6", "id": "ec9aa6f5c4b345d99738cd50eb8a3166", "name": "f35ad8644d5f4491911888be31b7d519"}]} 2020-07-27 06:27:19,750 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,752 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,753 keystoneauth.session RESP BODY: {"OS-KSADM:services": [{"enabled": true, "type": "0270b5c1b6ea474a87dbed1106ce05e6", "id": "ec9aa6f5c4b345d99738cd50eb8a3166", "name": "f35ad8644d5f4491911888be31b7d519"}]} 2020-07-27 06:27:19,757 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" -d '{"endpoint": {"service_id": "ec9aa6f5c4b345d99738cd50eb8a3166", "region": "d9752338cc874658a0f0e92e536755c2", "publicurl": "https://fa1f1bdf656d4d148f5233c07d38bb9b.example.com/"}}' 2020-07-27 06:27:19,759 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,760 keystoneauth.session RESP BODY: {"endpoint": {"service_id": "ec9aa6f5c4b345d99738cd50eb8a3166", "region": "d9752338cc874658a0f0e92e536755c2", "id": "4ebe3b51bd90432dbd828cb36229204f", "publicURL": "https://fa1f1bdf656d4d148f5233c07d38bb9b.example.com/"}} {9} openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(killed) [0.071855s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,967 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,971 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,972 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,974 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,978 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,989 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,992 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:18,993 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,003 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,007 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,008 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(killed)-2/file", "id": "openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(killed)-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "killed", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_caching.TestCacheSteadyStatus.test_list_images_caches_steady_status(killed)-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {14} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_images [0.082081s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,990 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,993 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,994 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,996 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,000 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,014 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,017 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,018 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,028 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,031 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,032 keystoneauth.session RESP BODY: {"images": []} 2020-07-27 06:27:19,041 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,045 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,046 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/42/file", "id": "42", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/42", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {13} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_insert_rule_into_policy_already_associated [0.074616s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,207 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,210 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,211 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,214 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,218 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,250 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,252 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,253 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}} 2020-07-27 06:27:19,256 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,258 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,258 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": null, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}} {27} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_create_endpoint_v3 [0.084149s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,067 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,071 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,072 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,074 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,078 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,095 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,097 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,098 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "d4d495df244d4c5da3f33bb30ce7086f", "id": "a1583fb9a6824ed99f07a7ae8363ab64", "name": "05ff241a7ae64fdcb669cbc58caf1fe7"}]} 2020-07-27 06:27:19,103 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"endpoint": {"url": "https://0c3566738c2d4464acbe3413efa88e8b.example.com/", "interface": "public", "region": "2057bb7cc30849bb8b9c090b31359128", "enabled": false, "service_id": "a1583fb9a6824ed99f07a7ae8363ab64"}}' 2020-07-27 06:27:19,105 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,106 keystoneauth.session RESP BODY: {"endpoint": {"region_id": "2057bb7cc30849bb8b9c090b31359128", "url": "https://0c3566738c2d4464acbe3413efa88e8b.example.com/", "region": "2057bb7cc30849bb8b9c090b31359128", "enabled": false, "interface": "public", "service_id": "a1583fb9a6824ed99f07a7ae8363ab64", "id": "a61f6df9bccf4c8b960b90855164071e"}} 2020-07-27 06:27:19,110 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,112 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,112 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "d4d495df244d4c5da3f33bb30ce7086f", "id": "a1583fb9a6824ed99f07a7ae8363ab64", "name": "05ff241a7ae64fdcb669cbc58caf1fe7"}]} 2020-07-27 06:27:19,117 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"endpoint": {"url": "https://ed63987c54f04c7aa19e86eb845d6ff2.example.com/", "service_id": "a1583fb9a6824ed99f07a7ae8363ab64", "region": "fd86d6120c26457ab4f2264a35c5785f", "enabled": true, "interface": "public"}}' 2020-07-27 06:27:19,119 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,119 keystoneauth.session RESP BODY: {"endpoint": {"region_id": "fd86d6120c26457ab4f2264a35c5785f", "url": "https://ed63987c54f04c7aa19e86eb845d6ff2.example.com/", "region": "fd86d6120c26457ab4f2264a35c5785f", "enabled": true, "interface": "public", "service_id": "a1583fb9a6824ed99f07a7ae8363ab64", "id": "0f8b755245dd40f3a116f43bab747820"}} 2020-07-27 06:27:19,122 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"endpoint": {"interface": "internal", "url": "https://17924e02301045eda97cc4d2d8039650.example.com/", "region": "fd86d6120c26457ab4f2264a35c5785f", "enabled": true, "service_id": "a1583fb9a6824ed99f07a7ae8363ab64"}}' 2020-07-27 06:27:19,124 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,125 keystoneauth.session RESP BODY: {"endpoint": {"region_id": "fd86d6120c26457ab4f2264a35c5785f", "url": "https://17924e02301045eda97cc4d2d8039650.example.com/", "region": "fd86d6120c26457ab4f2264a35c5785f", "enabled": true, "interface": "internal", "service_id": "a1583fb9a6824ed99f07a7ae8363ab64", "id": "cd450ca7c7f349c885c689703faed00a"}} 2020-07-27 06:27:19,127 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/endpoints -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"endpoint": {"interface": "admin", "url": "https://a38c952ec6394be08b48374b04d9ccec.example.com/", "region": "fd86d6120c26457ab4f2264a35c5785f", "enabled": true, "service_id": "a1583fb9a6824ed99f07a7ae8363ab64"}}' 2020-07-27 06:27:19,129 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,130 keystoneauth.session RESP BODY: {"endpoint": {"region_id": "fd86d6120c26457ab4f2264a35c5785f", "url": "https://a38c952ec6394be08b48374b04d9ccec.example.com/", "region": "fd86d6120c26457ab4f2264a35c5785f", "enabled": true, "interface": "admin", "service_id": "a1583fb9a6824ed99f07a7ae8363ab64", "id": "99ff7565c1b24ae39754671d9b503c97"}} {18} openstack.tests.unit.cloud.test_domain_params.TestDomainParams.test_identity_params_v3_no_domain [0.039863s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,067 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,070 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,071 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,073 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,077 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {18} openstack.tests.unit.cloud.test_domains.TestDomains.test_get_domain [0.028898s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,290 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,292 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,293 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,294 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,296 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,304 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/92a7a9180ff348e380ea47c966a94e9e -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,306 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,307 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "92a7a9180ff348e380ea47c966a94e9e", "name": "domainName-2"}} {14} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_servers_no_herd [0.074346s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,072 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,075 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,076 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,078 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,082 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,102 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,105 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,106 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {22} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_get_cluster_template [0.058651s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,819 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,822 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,823 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,825 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,829 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,832 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,838 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:18,844 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,848 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,849 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {3} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_delete_floating_ip_not_found [0.047726s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,132 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,134 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,135 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,137 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,139 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,160 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/a-wild-id-appears.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,163 keystoneauth.session RESP: [404] content-type: application/json {16} openstack.tests.unit.cloud.test_clustering.TestClustering.test_delete_cluster_profile [0.078410s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,707 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,710 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,711 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,713 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,717 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,733 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,736 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,737 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,743 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,746 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,747 keystoneauth.session RESP BODY: {"profile": {"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}} 2020-07-27 06:27:18,751 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,755 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,755 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:18,760 keystoneauth.session REQ: curl -g -i -X DELETE https://clustering.example.com/v1/profiles/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,763 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,764 keystoneauth.session RESP BODY: {"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}} {16} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_by_id [0.071446s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,787 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,790 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,791 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,793 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,797 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,809 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,819 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,821 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,829 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,833 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,834 keystoneauth.session RESP BODY: {"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} {9} openstack.tests.unit.cloud.test_clustering.TestClustering.test_update_policy_on_cluster [0.076569s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,033 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,036 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,038 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,040 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,045 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,061 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,064 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,065 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:19,071 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,074 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,076 keystoneauth.session RESP BODY: {"cluster": {"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}} 2020-07-27 06:27:19,080 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,082 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,083 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} 2020-07-27 06:27:19,086 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/clusters/1/actions -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy_update": {"enabled": true, "policy_id": "1"}}' 2020-07-27 06:27:19,088 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,089 keystoneauth.session RESP BODY: {"policies": []} {30} openstack.tests.unit.cloud.test_aggregate.TestAggregate.test_update_aggregate_unset_az [0.070333s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,737 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,741 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,743 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,745 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,749 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,773 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-aggregates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,776 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,777 keystoneauth.session RESP BODY: {"aggregates": [{"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.736208", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}]} 2020-07-27 06:27:18,781 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/os-aggregates/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"aggregate": {"availability_zone": null}}' 2020-07-27 06:27:18,785 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,786 keystoneauth.session RESP BODY: {"aggregate": {"name": "aggregate-2", "availability_zone": "nova", "deleted": false, "created_at": "2020-07-27T06:27:18.736208", "updated_at": null, "hosts": [], "deleted_at": null, "id": 1, "metadata": {"availability_zone": "nova"}}} {10} openstack.tests.unit.cloud.test_cluster_templates.TestClusterTemplates.test_search_cluster_templates_not_found [0.058343s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,864 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,867 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,868 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,870 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,874 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,882 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clustertemplates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,885 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:18,888 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/baymodels/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,891 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,892 keystoneauth.session RESP BODY: {"baymodels": [{"insecure_registry": "https://192.168.0.10", "links": {}, "labels": {}, "updated_at": null, "master_flavor_id": null, "uuid": "fake-uuid", "no_proxy": null, "https_proxy": null, "tls_disabled": false, "keypair_id": "fake-key", "public": false, "docker_volume_size": 1, "server_type": "vm", "external_network_id": "public", "cluster_distro": "fake-distro", "image_id": "fake-image", "volume_driver": null, "registry_enabled": false, "apiserver_port": 12345, "name": "fake-cluster-template", "created_at": "fake-date", "network_driver": "fake-driver", "fixed_network": null, "coe": "fake-coe", "flavor_id": "fake-flavor", "human_id": null, "dns_nameserver": "8.8.8.8"}]} {12} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_private_ip [0.049066s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,360 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,362 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,363 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,365 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,368 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,383 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,386 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,387 keystoneauth.session RESP BODY: {"networks": [{"id": "test-net-id", "name": "test-net-name"}]} 2020-07-27 06:27:19,388 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,391 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,392 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {7} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_get_coe_cluster_not_found [0.027480s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,084 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,087 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,087 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,089 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,091 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,094 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,096 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,097 keystoneauth.session RESP BODY: {"clusters": []} {0} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_fail_active [0.086562s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,798 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,801 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,802 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,807 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,814 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,833 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,837 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,838 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,855 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/d89b9854-2a8e-4b99-b0a4-e7b43ff527cb -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,859 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,860 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "active", "reservation": null, "instance_info": null, "uuid": "d89b9854-2a8e-4b99-b0a4-e7b43ff527cb"} {31} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_cluster_receiver_by_id [0.057885s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,043 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,047 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,048 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,050 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,054 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,066 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,069 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,070 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:19,076 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/receivers/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,079 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,080 keystoneauth.session RESP BODY: {"receiver": {"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"}} {13} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_exception [0.032609s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,687 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,689 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,689 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,691 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,695 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,705 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/role_assignments -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,707 keystoneauth.session RESP: [403] content-type: application/json {20} openstack.tests.unit.cloud.test_domain_params.TestDomainParams.test_identity_params_v2_no_domain [0.059087s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,984 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,988 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,989 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,991 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:19,007 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,011 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,012 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "779b77988e1c498497fb7811969b7858", "name": "projectName-2"}]} {6} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_cleanup_floating_ips [0.174824s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,974 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,977 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,978 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,981 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,985 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,037 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,041 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,042 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "network": "this-is-a-net-or-pool-id", "internal_network": null, "fixed_ip_address": null, "floating_ip_address": "203.0.113.29", "port_id": null, "id": "this-is-a-floating-ip-id"}, {"status": "ACTIVE", "network": "this-is-a-net-or-pool-id", "internal_network": null, "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "port_id": null, "id": "this-is-a-second-floating-ip-id"}, {"status": "ACTIVE", "fixed_ip_address": null, "floating_ip_address": "203.0.113.29", "network": "this-is-a-net-or-pool-id", "internal_network": null, "port_id": "this-is-id-of-port-with-fip", "attached": true, "id": "this-is-an-attached-floating-ip-id"}]} 2020-07-27 06:27:19,066 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/this-is-a-floating-ip-id.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,069 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,070 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:19,082 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,086 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,087 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "network": "this-is-a-net-or-pool-id", "internal_network": null, "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "port_id": null, "id": "this-is-a-second-floating-ip-id"}, {"status": "ACTIVE", "fixed_ip_address": null, "floating_ip_address": "203.0.113.29", "network": "this-is-a-net-or-pool-id", "internal_network": null, "port_id": "this-is-id-of-port-with-fip", "attached": true, "id": "this-is-an-attached-floating-ip-id"}]} 2020-07-27 06:27:19,106 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/this-is-a-second-floating-ip-id.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,109 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,111 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:19,118 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,120 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,121 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "fixed_ip_address": null, "floating_ip_address": "203.0.113.29", "network": "this-is-a-net-or-pool-id", "internal_network": null, "port_id": "this-is-id-of-port-with-fip", "attached": true, "id": "this-is-an-attached-floating-ip-id"}]} {8} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_rule_none [0.010624s] ... ok {28} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_volumes_v1 [0.019093s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,693 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,695 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,696 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,697 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,699 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {28} openstack.tests.unit.cloud.test_port.TestPort.test_delete_port [0.065663s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,736 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,739 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,740 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,742 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,745 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,774 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,778 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,779 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} 2020-07-27 06:27:19,782 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/ports/d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,785 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,786 keystoneauth.session RESP BODY: {} {19} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_fails [0.079593s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,998 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,002 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,003 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,005 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,012 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,036 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,039 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,041 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1212", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "speedy", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:19,053 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1212 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,056 keystoneauth.session RESP: [400] content-type: application/json {2} openstack.tests.unit.clustering.v1.test_policy.TestPolicy.test_basic [0.011173s] ... ok {22} openstack.tests.unit.cloud.test_domains.TestDomains.test_get_domain_with_name_or_id [0.065538s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,878 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,882 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,883 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,884 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,889 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,906 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,909 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,910 keystoneauth.session RESP BODY: {"domains": [{"enabled": true, "id": "cf710a792eae446a8a3addf5049008d4", "name": "domainName-2"}]} 2020-07-27 06:27:18,915 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,919 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,920 keystoneauth.session RESP BODY: {"domains": [{"enabled": true, "id": "cf710a792eae446a8a3addf5049008d4", "name": "domainName-2"}]} {22} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_list_floating_ips [0.060486s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,944 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,947 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,948 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,950 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,954 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,976 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,980 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,981 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} {22} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_update_firewall_group_filters [0.085264s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,007 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,010 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,011 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,013 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,018 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,063 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"description": "updated again!"}}' 2020-07-27 06:27:19,066 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,068 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} {23} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_with_admin_pass_no_wait [0.111759s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,948 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,951 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,952 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,953 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,957 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,995 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,999 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,000 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:19,019 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "adminPass": "password-2", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1}}' 2020-07-27 06:27:19,022 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,023 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "adminPass": "password-2", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,027 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,031 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,032 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {20} openstack.tests.unit.cloud.test_domains.TestDomains.test_delete_domain_name_or_id [0.064670s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,037 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,041 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,042 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,044 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,048 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,067 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,070 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,071 keystoneauth.session RESP BODY: {"domains": [{"enabled": false, "id": "36f43e891c974c73a56688158f39ff68", "name": "domainName-2"}]} 2020-07-27 06:27:19,074 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/36f43e891c974c73a56688158f39ff68 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": false}}' 2020-07-27 06:27:19,076 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,077 keystoneauth.session RESP BODY: {"domain": {"enabled": false, "id": "36f43e891c974c73a56688158f39ff68", "name": "domainName-2"}} 2020-07-27 06:27:19,080 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/36f43e891c974c73a56688158f39ff68 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,082 keystoneauth.session RESP: [204] content-type: application/json {26} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_by_id [0.052192s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,777 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,780 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,780 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,782 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,785 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,796 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,800 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,802 keystoneauth.session RESP BODY: {"flavor": {"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2020-07-27 06:27:19,807 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,811 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,812 keystoneauth.session RESP BODY: {"flavor": {"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} {30} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_fail_associated [0.075354s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,809 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,812 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,813 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,815 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,820 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,834 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,838 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,839 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,855 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/6460eb7a-97ba-4378-be55-c94c7fa4fd9f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,859 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,860 keystoneauth.session RESP BODY: {"instance_uuid": "1234", "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "6460eb7a-97ba-4378-be55-c94c7fa4fd9f"} {3} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_get_firewall_group [0.072822s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,655 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,658 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,660 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,662 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,667 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,698 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/max_security_group -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,700 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,702 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_groups?name=max_security_group" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,704 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,705 keystoneauth.session RESP BODY: {"firewall_groups": [{"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}]} {11} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_with_extra_specs [0.044201s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,581 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,583 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,584 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,585 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,587 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,595 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,597 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,598 keystoneauth.session RESP BODY: {"flavor": {"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} 2020-07-27 06:27:19,600 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,602 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,603 keystoneauth.session RESP BODY: {"extra_specs": {"name": "test"}} 2020-07-27 06:27:19,606 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,608 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,608 keystoneauth.session RESP BODY: {"flavor": {"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} {19} openstack.tests.unit.cloud.test_domains.TestDomains.test_create_domain_exception [0.052605s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,079 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,082 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,083 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,086 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,090 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,105 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/domains -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": true, "name": "domain_name"}}' 2020-07-27 06:27:19,108 keystoneauth.session RESP: [400] content-type: application/json 2020-07-27 06:27:19,110 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "888a2977db884c0aaa70c1bf51a4a367", "name": "domain_name"}} {15} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_with_get_exception [0.076615s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,015 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,018 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,020 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,022 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,025 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,047 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,050 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,050 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:19,062 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2020-07-27 06:27:19,064 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,065 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,067 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,069 keystoneauth.session RESP: [404] content-type: application/json {5} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(driver_info_changed) [0.107577s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,889 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,893 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,894 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,896 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,901 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,917 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,921 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,922 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,939 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/e67e97a9-a4f0-4af4-8cd0-31c9ebefaa6c -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,943 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,944 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "e67e97a9-a4f0-4af4-8cd0-31c9ebefaa6c"} 2020-07-27 06:27:18,964 keystoneauth.session REQ: curl -g -i -X PATCH https://bare-metal.example.com/v1/nodes/e67e97a9-a4f0-4af4-8cd0-31c9ebefaa6c -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/driver_info", "value": {"cat": "meow"}, "op": "replace"}]' 2020-07-27 06:27:18,968 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,969 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "e67e97a9-a4f0-4af4-8cd0-31c9ebefaa6c"} {25} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_inspect_machine_manageable [0.118173s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,961 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,964 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,965 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,966 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,970 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,990 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,993 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,994 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:19,010 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/e46c31e4-6ce3-46ad-870a-9d3da366bf4e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,013 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,014 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "e46c31e4-6ce3-46ad-870a-9d3da366bf4e"} 2020-07-27 06:27:19,023 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/e46c31e4-6ce3-46ad-870a-9d3da366bf4e/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"target": "inspect"}' 2020-07-27 06:27:19,026 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,033 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/e46c31e4-6ce3-46ad-870a-9d3da366bf4e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,036 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,036 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "inspecting", "reservation": null, "properties": null, "uuid": "e46c31e4-6ce3-46ad-870a-9d3da366bf4e"} 2020-07-27 06:27:19,039 openstack Still waiting for node e46c31e4-6ce3-46ad-870a-9d3da366bf4e to reach state "manageable", the current state is "inspecting" 2020-07-27 06:27:19,040 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:19,047 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/e46c31e4-6ce3-46ad-870a-9d3da366bf4e -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,050 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,051 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "instance_info": null, "uuid": "e46c31e4-6ce3-46ad-870a-9d3da366bf4e"} {18} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_add_ip_from_pool [0.158143s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,812 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,816 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,817 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,819 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,823 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,878 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,882 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,883 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2020-07-27 06:27:19,885 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,888 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,890 keystoneauth.session RESP BODY: {"subnets": []} 2020-07-27 06:27:19,896 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,900 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,901 keystoneauth.session RESP BODY: {"floatingips": [{"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}]} 2020-07-27 06:27:19,909 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id"}}' 2020-07-27 06:27:19,912 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,914 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} 2020-07-27 06:27:19,932 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=server-id" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,936 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,937 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "created_at": "2020-07-27T06:27:17.804347", "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "binding:vif_type": "ovs", "device_owner": "compute:None", "mac_address": "fa:16:3e:58:42:ed", "id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "binding:profile": {}, "binding:vnic_type": "normal", "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "extra_dhcp_opts": [], "security_groups": [], "device_id": "server-id"}]} 2020-07-27 06:27:19,939 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda8.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"fixed_ip_address": "172.24.4.2", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac"}}' 2020-07-27 06:27:19,943 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,944 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {27} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_create_firewall_policy [0.086791s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,753 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,756 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,757 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,758 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,762 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,799 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,802 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,804 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,808 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,809 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "action": "deny", "destination_ip_address": null, "source_port": null, "destination_port": 22, "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh", "source_ip_address": null, "enabled": true, "ip_version": 4, "shared": false, "project_id": "ef44f1efcb9548d9a441cdc252a979a6"}]} 2020-07-27 06:27:19,816 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/fwaas/firewall_policies -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_policy": {"description": "block ports of well-known services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "name": "block_popular_services"}}' 2020-07-27 06:27:19,819 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,821 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "audited": true, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}} {27} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_update_firewall_policy [0.109002s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,846 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,850 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,851 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,854 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,858 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,898 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,902 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,904 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,908 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,909 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": [], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} 2020-07-27 06:27:19,916 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,920 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,921 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}} 2020-07-27 06:27:19,926 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_policy": {"description": "updated!", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"]}}' 2020-07-27 06:27:19,930 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,931 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "updated!"}} {8} openstack.tests.unit.cloud.test_shade.TestShade.test__has_nova_extension [0.039553s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,674 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,677 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,678 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,680 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,684 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,692 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,695 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,697 keystoneauth.session RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "name": "Multinic", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "NMN", "description": "Multiple network support."}, {"updated": "2014-12-03T00:00:00Z", "name": "DiskConfig", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "description": "Disk Management Extension."}]} {10} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_exception [0.080002s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,916 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,919 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,920 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,922 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,926 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,942 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,946 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,947 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,952 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,956 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,957 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} 2020-07-27 06:27:18,961 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,965 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,966 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} 2020-07-27 06:27:18,970 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/clusters -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"cluster": {"desired_capacity": 0, "profile_id": "1", "name": "fake-name"}}' 2020-07-27 06:27:18,974 keystoneauth.session RESP: [500] content-type: application/json {29} openstack.tests.unit.cloud.test_clustering.TestClustering.test_list_cluster_policies [0.035160s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,643 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,645 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,646 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,648 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,650 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,657 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,659 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,660 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:19,663 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,666 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,666 keystoneauth.session RESP BODY: {"policies": [{"id": "1", "name": "fake-profile-name", "spec": {}}]} {21} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_power_on_with_retires [0.087563s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,929 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,933 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,934 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,936 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,944 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,962 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,965 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,966 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,980 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/20e09aaa-f70e-461e-b3cc-c54f070c2854/states/power -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "power on"}' 2020-07-27 06:27:18,984 keystoneauth.session RESP: [503] content-type: application/json 2020-07-27 06:27:18,985 keystoneauth.session Retriable status code 503. Retrying in 0.5s. 2020-07-27 06:27:18,988 keystoneauth.session RESP: [409] content-type: application/json 2020-07-27 06:27:18,990 keystoneauth.session Retriable status code 409. Retrying in 1.0s. 2020-07-27 06:27:18,993 keystoneauth.session RESP: [200] content-type: application/json {22} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_create_firewall_policy_rule_not_found [0.045861s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,305 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,307 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,308 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,309 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,312 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,332 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,334 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,335 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,337 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,338 keystoneauth.session RESP BODY: {"firewall_rules": []} {11} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_delete_firewall_group [0.078411s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,622 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,624 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,625 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,626 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,629 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,667 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/max_security_group -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,671 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,674 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_groups?name=max_security_group" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,677 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,679 keystoneauth.session RESP BODY: {"firewall_groups": [{"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}]} 2020-07-27 06:27:19,685 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "Accept: " -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,687 keystoneauth.session RESP: [204] content-type: application/json {11} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_get_firewall_policy_not_found [0.043980s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,701 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,703 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,704 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,705 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,708 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,726 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/not_found -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,728 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,730 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=not_found" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,732 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,732 keystoneauth.session RESP BODY: {"firewall_policies": []} {12} openstack.tests.unit.cloud.test_meta.TestMeta.test_obj_to_munch [0.018832s] ... ok {19} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_update_endpoint_v3 [0.031766s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,234 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,236 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,237 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,238 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,240 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,250 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/endpoints/74fec7fe91784e848b5ca77d9b5700ca -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"endpoint": {"url": "https://2cf40e8f5e6443378d92d5e9e48a96af.example.com/", "region": "7575be0e106d4f44a97b4ecb3911d426", "enabled": false, "interface": "admin", "service_id": "60fc87b29bfe4ae7bea8d6b75cb856a0"}}' 2020-07-27 06:27:19,253 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,253 keystoneauth.session RESP BODY: {"endpoint": {"region_id": "7575be0e106d4f44a97b4ecb3911d426", "url": "https://example.com/", "region": "7575be0e106d4f44a97b4ecb3911d426", "enabled": false, "interface": "admin", "service_id": "60fc87b29bfe4ae7bea8d6b75cb856a0", "id": "74fec7fe91784e848b5ca77d9b5700ca"}} {6} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_create_floating_ip_port_bad_response [0.051535s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,139 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,141 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,142 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,143 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,146 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,167 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,169 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,170 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2020-07-27 06:27:19,171 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ab"}}' 2020-07-27 06:27:19,173 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,174 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {6} openstack.tests.unit.cloud.test_floating_ip_pool.TestFloatingIPPool.test_list_floating_ip_pools_exception [0.043938s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,422 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,424 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,425 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,427 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,430 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,438 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,440 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,441 keystoneauth.session RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "name": "FloatingIpPools", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "description": "Floating IPs support."}]} 2020-07-27 06:27:19,444 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ip-pools -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,447 keystoneauth.session RESP: [404] content-type: application/json {25} openstack.tests.unit.cloud.test_clustering.TestClustering.test_delete_cluster_policy [0.076690s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,078 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,081 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,082 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,084 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,088 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,104 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,107 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,108 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:19,113 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,116 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,117 keystoneauth.session RESP BODY: {"policy": {"id": "1", "name": "fake-profile-name", "spec": {}}} 2020-07-27 06:27:19,122 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,124 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,125 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:19,130 keystoneauth.session REQ: curl -g -i -X DELETE https://clustering.example.com/v1/policies/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,133 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,133 keystoneauth.session RESP BODY: {"id": "1", "name": "fake-profile-name", "spec": {}} {25} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_create_coe_cluster [0.033905s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,639 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,641 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,642 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,643 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,645 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,650 keystoneauth.session REQ: curl -g -i -X POST https://container-infra.example.com/v1/clusters -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "master_count": 3, "node_count": 10, "name": "k8s"}' 2020-07-27 06:27:19,652 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,652 keystoneauth.session RESP BODY: {"baymodels": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {30} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_enroll [0.200512s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,886 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,889 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,890 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,892 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,900 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,931 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,935 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,937 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,942 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"name": "name-2", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "uuid": "cae81ebe-d6d4-4df4-baee-f0944e1ec7b5"}' 2020-07-27 06:27:18,946 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,947 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "cae81ebe-d6d4-4df4-baee-f0944e1ec7b5"} 2020-07-27 06:27:18,952 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "cae81ebe-d6d4-4df4-baee-f0944e1ec7b5", "address": "00:01:02:03:04:05"}' 2020-07-27 06:27:18,955 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,957 keystoneauth.session RESP BODY: {"node_uuid": "cae81ebe-d6d4-4df4-baee-f0944e1ec7b5", "uuid": "e5797f792abc416ab9d78159a757216e", "address": "00:01:02:03:04:05"} 2020-07-27 06:27:18,981 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/cae81ebe-d6d4-4df4-baee-f0944e1ec7b5/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2020-07-27 06:27:18,985 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,992 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/cae81ebe-d6d4-4df4-baee-f0944e1ec7b5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,995 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,996 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "cae81ebe-d6d4-4df4-baee-f0944e1ec7b5"} 2020-07-27 06:27:19,009 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/cae81ebe-d6d4-4df4-baee-f0944e1ec7b5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,013 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,014 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "cae81ebe-d6d4-4df4-baee-f0944e1ec7b5"} 2020-07-27 06:27:19,025 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/cae81ebe-d6d4-4df4-baee-f0944e1ec7b5/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "provide"}' 2020-07-27 06:27:19,029 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,036 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/cae81ebe-d6d4-4df4-baee-f0944e1ec7b5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,040 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,041 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "cae81ebe-d6d4-4df4-baee-f0944e1ec7b5"} 2020-07-27 06:27:19,054 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/cae81ebe-d6d4-4df4-baee-f0944e1ec7b5 -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,057 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,058 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "cae81ebe-d6d4-4df4-baee-f0944e1ec7b5"} {14} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_modify_user_invalidates_cache [0.088894s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,574 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,576 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,576 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,578 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:19,589 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,591 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,591 keystoneauth.session RESP BODY: {"users": []} 2020-07-27 06:27:19,597 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/users -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" -d '{"user": {"password": null, "enabled": true, "name": "username-2", "email": "test@example.com"}}' 2020-07-27 06:27:19,599 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,599 keystoneauth.session RESP BODY: {"user": {"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "16a52d943ade4238a9dc8b64d28f6665"}} 2020-07-27 06:27:19,602 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,604 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,605 keystoneauth.session RESP BODY: {"users": [{"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "16a52d943ade4238a9dc8b64d28f6665"}]} 2020-07-27 06:27:19,608 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,610 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,610 keystoneauth.session RESP BODY: {"users": [{"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "16a52d943ade4238a9dc8b64d28f6665"}]} 2020-07-27 06:27:19,615 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/users/16a52d943ade4238a9dc8b64d28f6665 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" -d '{"user": {"email": "Nope@Nope.Nope"}}' 2020-07-27 06:27:19,617 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,618 keystoneauth.session RESP BODY: {"user": {"id": "16a52d943ade4238a9dc8b64d28f6665", "enabled": true, "email": "Nope@Nope.Nope", "name": "username-2", "description": null}} 2020-07-27 06:27:19,620 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,623 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,623 keystoneauth.session RESP BODY: {"users": [{"id": "16a52d943ade4238a9dc8b64d28f6665", "enabled": true, "email": "Nope@Nope.Nope", "name": "username-2", "description": null}]} 2020-07-27 06:27:19,626 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,628 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,629 keystoneauth.session RESP BODY: {"users": [{"id": "16a52d943ade4238a9dc8b64d28f6665", "enabled": true, "email": "Nope@Nope.Nope", "name": "username-2", "description": null}]} 2020-07-27 06:27:19,632 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users/16a52d943ade4238a9dc8b64d28f6665 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,634 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,634 keystoneauth.session RESP BODY: {"user": {"id": "16a52d943ade4238a9dc8b64d28f6665", "enabled": true, "email": "Nope@Nope.Nope", "name": "username-2", "description": null}} 2020-07-27 06:27:19,637 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/users/16a52d943ade4238a9dc8b64d28f6665 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,641 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:19,644 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,646 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,646 keystoneauth.session RESP BODY: {"users": []} {31} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_wait_server_error [0.082564s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,276 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,278 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,279 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,280 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,282 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,306 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,308 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,308 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:19,318 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2020-07-27 06:27:19,320 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,321 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,324 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,325 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,326 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:19,334 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:19,337 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,338 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,339 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ERROR", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {2} openstack.tests.unit.clustering.v1.test_policy_type.TestPolicyType.test_basic [0.010743s] ... ok {21} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_set_machine_power_reboot [0.070583s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,016 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,020 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,021 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,023 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,028 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,042 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,046 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,047 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:19,061 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/12fd6b60-c250-498f-9007-d4014dde8231/states/power -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"target": "rebooting"}' 2020-07-27 06:27:19,065 keystoneauth.session RESP: [200] content-type: application/json {24} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_get_role_by_name [0.062803s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,900 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,904 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,905 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,908 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,913 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,932 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,937 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,938 keystoneauth.session RESP BODY: {"roles": [{"name": "80178049d33c4d1ba03c515f60faa42d", "id": "6737f152a23d4405b029954a3b504ff0"}]} {16} openstack.tests.unit.cloud.test_clustering.TestClustering.test_get_policy_on_cluster_by_id [0.064122s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,864 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,868 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,869 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,872 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,876 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,888 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,892 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,893 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:18,898 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters/1/policies/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,902 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,903 keystoneauth.session RESP BODY: {"cluster_policy": {"enabled": true, "policy_name": "policy1", "cluster_name": "cluster1", "cluster_id": "1", "policy_type": "senlin.policy.deletion-1.0", "id": "1", "policy_id": "1"}} {13} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_roles [0.031382s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,720 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,722 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,722 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,724 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,726 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,736 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,738 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,738 keystoneauth.session RESP BODY: {"roles": [{"name": "9f3935e14b6042e3a7b2128e44178b67", "id": "28ac2e1121384933881d0c9aa8f34f64"}]} {0} openstack.tests.unit.cloud.test_baremetal_node.TestBaremetalNode.test_register_machine_enroll_wait [0.165784s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,888 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,892 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,893 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,895 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,900 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,933 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,937 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,938 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:18,944 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/nodes -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.6" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.6" -d '{"name": "name-2", "driver_info": null, "driver": null, "chassis_uuid": null, "properties": null, "uuid": "c36cc7ab-6dfa-4dde-a504-568818cdb18f"}' 2020-07-27 06:27:18,946 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,947 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "c36cc7ab-6dfa-4dde-a504-568818cdb18f"} 2020-07-27 06:27:18,950 keystoneauth.session REQ: curl -g -i -X POST https://bare-metal.example.com/v1/ports -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"node_uuid": "c36cc7ab-6dfa-4dde-a504-568818cdb18f", "address": {"node_uuid": "c36cc7ab-6dfa-4dde-a504-568818cdb18f", "uuid": "4594e32385a14bc397228af1d0cabcfa", "address": "00:01:02:03:04:05"}}' 2020-07-27 06:27:18,952 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,952 keystoneauth.session RESP BODY: {"node_uuid": "c36cc7ab-6dfa-4dde-a504-568818cdb18f", "uuid": "4594e32385a14bc397228af1d0cabcfa", "address": "00:01:02:03:04:05"} 2020-07-27 06:27:18,968 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/c36cc7ab-6dfa-4dde-a504-568818cdb18f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,970 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,971 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "c36cc7ab-6dfa-4dde-a504-568818cdb18f"} 2020-07-27 06:27:18,977 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/c36cc7ab-6dfa-4dde-a504-568818cdb18f/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "manage"}' 2020-07-27 06:27:18,980 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,985 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/c36cc7ab-6dfa-4dde-a504-568818cdb18f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,987 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,988 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "enroll", "reservation": null, "instance_info": null, "uuid": "c36cc7ab-6dfa-4dde-a504-568818cdb18f"} 2020-07-27 06:27:18,991 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,996 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/c36cc7ab-6dfa-4dde-a504-568818cdb18f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:18,999 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,999 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "manageable", "reservation": null, "properties": null, "uuid": "c36cc7ab-6dfa-4dde-a504-568818cdb18f"} 2020-07-27 06:27:19,006 keystoneauth.session REQ: curl -g -i -X PUT https://bare-metal.example.com/v1/nodes/c36cc7ab-6dfa-4dde-a504-568818cdb18f/states/provision -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.4" -d '{"target": "provide"}' 2020-07-27 06:27:19,008 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,012 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/c36cc7ab-6dfa-4dde-a504-568818cdb18f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,014 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,015 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "c36cc7ab-6dfa-4dde-a504-568818cdb18f"} 2020-07-27 06:27:19,017 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:19,024 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/c36cc7ab-6dfa-4dde-a504-568818cdb18f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,027 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,027 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "instance_info": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "properties": null, "uuid": "c36cc7ab-6dfa-4dde-a504-568818cdb18f"} {22} openstack.tests.unit.cloud.test_groups.TestGroups.test_create_group [0.064773s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,919 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,923 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,924 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,926 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,931 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,947 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/1d030c1891b34fcd8300a833041e474e -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,951 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,952 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "1d030c1891b34fcd8300a833041e474e", "name": "domainName-2"}} 2020-07-27 06:27:19,957 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/groups -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"group": {"name": "groupname-3", "domain_id": "1d030c1891b34fcd8300a833041e474e"}}' 2020-07-27 06:27:19,961 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,962 keystoneauth.session RESP BODY: {"group": {"domain_id": "1d030c1891b34fcd8300a833041e474e", "id": "29bf6a6e29084686b8867e6c7e0428d4", "name": "groupname-3"}} {26} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_list_flavor_access [0.060057s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,842 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,846 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,848 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,850 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,855 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,868 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/vanilla/os-flavor-access -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,872 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,873 keystoneauth.session RESP BODY: {"flavor_access": [{"tenant_id": "tenant_id", "flavor_id": "vanilla"}]} {7} openstack.tests.unit.cloud.test_create_volume_snapshot.TestCreateVolumeSnapshot.test_create_volume_snapshot_wait [0.045392s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,111 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,113 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,114 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,115 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,117 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,127 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"snapshot": {"force": false, "volume_id": "1234"}}' 2020-07-27 06:27:19,129 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,130 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2020-07-27 06:27:19,133 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/5678 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,135 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,135 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2020-07-27 06:27:19,137 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:19,140 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/5678 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,142 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,143 keystoneauth.session RESP BODY: {"snapshot": {"status": "available", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} {27} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_update_firewall_rule [0.095834s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,957 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,961 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,962 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,964 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,969 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,004 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,008 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,010 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,014 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,015 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} 2020-07-27 06:27:20,023 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_rule": {"description": "UpdatedDescription"}}' 2020-07-27 06:27:20,026 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,028 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "UpdatedDescription", "name": "deny_ssh", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}} {23} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_delete_ips_bad_neutron [0.105061s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,061 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,064 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,065 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,067 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,071 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,101 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,104 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,105 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "porky", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:19,134 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/floatingips.json?floating_ip_address=172.24.5.5" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,136 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,136 openstack Neutron returned NotFound for floating IPs, which means this cloud doesn't have neutron floating ips. shade can't fallback to trying Nova since nova doesn't support server-side filtering when listing floating ips and filters were given. If you do not think shade should be attempting to list floating ips on neutron, it is possible to control the behavior by setting floating_ip_source to 'nova' or None for cloud: _test_cloud_. If you are not already using clouds.yaml to configure settings for your cloud(s), and you want to configure this setting, you will need a clouds.yaml file. For more information, please see https://docs.openstack.org/openstacksdk/latest/user/config/configuration.html 2020-07-27 06:27:19,138 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,140 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,143 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,144 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,145 keystoneauth.session RESP BODY: {"servers": []} {17} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_no_addresses [0.181275s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,843 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,846 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,848 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,850 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,855 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,898 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,902 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,903 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:18,923 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2020-07-27 06:27:18,926 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,928 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:18,932 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,936 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,937 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:18,951 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:18,956 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,960 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,961 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:18,976 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=1234" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,979 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,980 keystoneauth.session RESP BODY: {"ports": []} 2020-07-27 06:27:18,982 openstack Server 1234 reached ACTIVE state without being allocated an IP address. Deleting server. 2020-07-27 06:27:18,986 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,989 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,993 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,997 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,998 keystoneauth.session RESP BODY: {"servers": []} {9} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_boot_from_volume_image_terminate [0.063859s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,490 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,492 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,493 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,494 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,497 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,517 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,519 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,520 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:19,530 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-volumes_boot -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "", "block_device_mapping_v2": [{"boot_index": "0", "uuid": "image-id", "volume_size": "1", "source_type": "image", "destination_type": "volume", "delete_on_termination": true}], "flavorRef": "flavor-id", "max_count": 1, "min_count": 1}}' 2020-07-27 06:27:19,532 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,533 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,536 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,538 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,538 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {12} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_specific_tenant [0.070892s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,786 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,790 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,792 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,795 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,800 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,828 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"tenant_id": "project_id_value", "name": "netname", "admin_state_up": true}}' 2020-07-27 06:27:19,833 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,835 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": null, "tags": [], "ipv6_address_scope": null, "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": true, "provider:network_type": "local", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": null, "router:external": false, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 0, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "project_id_value"}} {20} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_update_endpoint_v2 [0.028761s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,102 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,105 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,106 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,107 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {25} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_config_drive [0.114273s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,885 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,888 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,889 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,891 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,895 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,933 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,937 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,938 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:19,957 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "config_drive": true}}' 2020-07-27 06:27:19,961 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,962 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,966 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,969 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,971 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {4} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_task [0.182036s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,661 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,664 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,665 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,666 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,669 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,689 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,691 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,692 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,698 openstack Calculating hashes for /tmp/tmpzWLOcE/tmprRco9v 2020-07-27 06:27:19,699 openstack Image file /tmp/tmpzWLOcE/tmprRco9v md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2020-07-27 06:27:19,709 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,712 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,713 keystoneauth.session RESP BODY: {"images": []} 2020-07-27 06:27:19,727 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,729 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,732 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,735 keystoneauth.session RESP: [201] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Fri, 16 Dec 2016 18:21:20 GMT 2020-07-27 06:27:19,736 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2020-07-27 06:27:19,738 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,740 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 0 Content-Type: text/plain; charset=utf-8 Date: Fri, 16 Dec 2016 18:29:05 GMT X-Container-Bytes-Used: 0 X-Container-Object-Count: 0 X-Storage-Policy: Policy-0 X-Timestamp: 1481912480.41664 X-Trans-Id: tx60ec128d9dbf44b9add68-0058543271dfw1 2020-07-27 06:27:19,741 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain; charset=utf-8. Only application/json responses have their bodies logged. 2020-07-27 06:27:19,744 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,746 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,747 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2020-07-27 06:27:19,750 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,752 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,753 openstack swift stale check, no object: container-3/image-2 2020-07-27 06:27:19,754 openstack swift uploading /tmp/tmpzWLOcE/tmprRco9v to container-3/image-2 2020-07-27 06:27:19,757 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "content-type: application/octet-stream" -H "x-object-meta-x-object-meta-x-sdk-autocreated: true" -H "x-object-meta-x-sdk-md5: 93b885adfe0da089cdf634904fd59f71" -H "x-object-meta-x-sdk-sha256: 6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d" -d '' 2020-07-27 06:27:19,760 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:19,765 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/tasks -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"input": {"image_properties": {"name": "image-2"}, "import_from": "container-3/image-2"}, "type": "import"}' 2020-07-27 06:27:19,769 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,770 keystoneauth.session RESP BODY: {"status": "success", "type": "import", "result": {"image_id": "858e1cec-6601-43e1-bcd0-0d6982cba1b4"}, "id": "c69fdab9-50d2-4bb8-9801-f04c3e695f6f"} 2020-07-27 06:27:19,776 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/tasks/c69fdab9-50d2-4bb8-9801-f04c3e695f6f -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,778 keystoneauth.session RESP: [503] content-type: application/json 2020-07-27 06:27:19,779 keystoneauth.session RESP BODY: Random error 2020-07-27 06:27:19,779 keystoneauth.session Retriable status code 503. Retrying in 0.5s. 2020-07-27 06:27:19,782 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,782 keystoneauth.session RESP BODY: {"status": "success", "type": "import", "result": {"image_id": "858e1cec-6601-43e1-bcd0-0d6982cba1b4"}, "id": "c69fdab9-50d2-4bb8-9801-f04c3e695f6f"} 2020-07-27 06:27:19,788 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,790 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,791 keystoneauth.session RESP BODY: {"images": [{"status": "active", "image_state": "available", "ramdisk_id": null, "tags": [], "container_format": "bare", "min_ram": 0, "updated_at": "2016-02-10T05:05:02Z", "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/858e1cec-6601-43e1-bcd0-0d6982cba1b4", "metadata": {}}], "file": "/v2/images/858e1cec-6601-43e1-bcd0-0d6982cba1b4/file", "min_disk": 40, "virtual_size": null, "id": "858e1cec-6601-43e1-bcd0-0d6982cba1b4", "size": 3402170368, "name": "image-2", "image_type": "snapshot", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "disk_format": "qcow2", "protected": false, "schema": "/v2/schemas/image"}]} 2020-07-27 06:27:19,796 keystoneauth.session REQ: curl -g -i -X PATCH https://image.example.com/v2/images/858e1cec-6601-43e1-bcd0-0d6982cba1b4 -H "Content-Type: application/openstack-images-v2.1-json-patch" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '[{"path": "/owner_specified.openstack.sha256", "value": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "op": "add"}, {"path": "/owner_specified.openstack.md5", "value": "93b885adfe0da089cdf634904fd59f71", "op": "add"}, {"path": "/owner_specified.openstack.object", "value": "container-3/image-2", "op": "add"}]' 2020-07-27 06:27:19,798 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,799 openstack Image Task c69fdab9-50d2-4bb8-9801-f04c3e695f6f imported 858e1cec-6601-43e1-bcd0-0d6982cba1b4 in 0.0264580249786 2020-07-27 06:27:19,801 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,804 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 1290170880 Content-Type: application/octet-stream Date: Thu, 16 Nov 2017 15:24:30 GMT Etag: 93b885adfe0da089cdf634904fd59f71 Last-Modified: Tue, 14 Apr 2015 18:29:01 GMT X-Object-Meta-X-Sdk-Md5: 93b885adfe0da089cdf634904fd59f71 X-Object-Meta-X-Sdk-Sha256: 6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d X-Timestamp: 1429036140.50253 X-Trans-Id: txbbb825960a3243b49a36f-005a0dadaedfw1 2020-07-27 06:27:19,804 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. 2020-07-27 06:27:19,807 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,809 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,814 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,816 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,817 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/858e1cec-6601-43e1-bcd0-0d6982cba1b4/file", "id": "858e1cec-6601-43e1-bcd0-0d6982cba1b4", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/858e1cec-6601-43e1-bcd0-0d6982cba1b4", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:19,823 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,825 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,826 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/858e1cec-6601-43e1-bcd0-0d6982cba1b4/file", "id": "858e1cec-6601-43e1-bcd0-0d6982cba1b4", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/858e1cec-6601-43e1-bcd0-0d6982cba1b4", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {11} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_update_firewall_policy_no_rules [0.054617s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,746 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,748 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,749 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,751 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,753 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,773 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,775 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,777 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,779 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,780 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} 2020-07-27 06:27:19,784 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_policy": {"description": "updated!"}}' 2020-07-27 06:27:19,786 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,787 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "updated!"}} {15} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_delete_floating_ip_existing [0.109856s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,085 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,087 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,088 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,089 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,091 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,121 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,124 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,125 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:19,137 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,140 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,142 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} 2020-07-27 06:27:19,150 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,152 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,153 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:19,159 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,161 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,162 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} 2020-07-27 06:27:19,169 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,171 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,171 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:19,178 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,180 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,180 keystoneauth.session RESP BODY: {"floatingips": []} {18} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_search_floating_ips [0.096565s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,971 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,975 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,976 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,978 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,982 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,026 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,030 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,031 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}, {"router_id": null, "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "DOWN", "port_id": null, "id": "61cea855-49cb-4846-997d-801b70c71bdd"}]} {1} openstack.tests.unit.cloud.test_project.TestProject.test_create_project_v3_no_domain [0.027495s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,576 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,579 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,580 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,581 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,584 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {1} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_delete_qos_policy_not_found [0.056043s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,602 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,605 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,606 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,607 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,610 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,629 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,632 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,633 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:19,635 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,637 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,639 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:19,640 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,643 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,644 keystoneauth.session RESP BODY: {"policies": []} 2020-07-27 06:27:19,645 openstack QoS policy goofy not found for deleting {19} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_by_ram [0.081445s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,790 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,792 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,793 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,794 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,797 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,806 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,811 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,812 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2020-07-27 06:27:19,818 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,822 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,823 keystoneauth.session RESP BODY: {"extra_specs": {}} 2020-07-27 06:27:19,828 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,832 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,833 keystoneauth.session RESP BODY: {"extra_specs": {}} 2020-07-27 06:27:19,838 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,841 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,843 keystoneauth.session RESP BODY: {"extra_specs": {}} {3} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_update_firewall_group [0.091745s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,720 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,722 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,723 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,724 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,727 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,756 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/max_security_group -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,758 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,760 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_groups?name=max_security_group" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,762 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,763 keystoneauth.session RESP BODY: {"firewall_groups": [{"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": null, "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": [], "egress_firewall_policy_id": null, "name": "max_security_group"}]} 2020-07-27 06:27:19,767 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/safe_outgoing_data -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,769 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,770 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=safe_outgoing_data" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,773 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,774 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "safe_outgoing_data", "firewall_rules": null, "audited": null, "location": {"project": {"domain_name": "default", "domain_id": null, "name": "admin", "id": "1c36b64c840a42cd9e9b931a369337f0"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": null, "project_id": null, "id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "description": null}]} 2020-07-27 06:27:19,777 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/bad_incoming_data -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,780 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,781 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=bad_incoming_data" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,783 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,784 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "bad_incoming_data", "firewall_rules": null, "audited": null, "location": {"project": {"domain_name": "default", "domain_id": null, "name": "admin", "id": "1c36b64c840a42cd9e9b931a369337f0"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": null, "project_id": null, "id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "description": null}]} 2020-07-27 06:27:19,787 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,789 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,790 keystoneauth.session RESP BODY: {"ports": [{"name": "mock_port", "id": "7d90977c-45ec-467e-a16d-dcaed772a161"}]} 2020-07-27 06:27:19,793 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "description": "updated!"}}' 2020-07-27 06:27:19,796 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,797 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "updated!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} {31} openstack.tests.unit.cloud.test_domains.TestDomains.test_list_domains [0.037335s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,723 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,726 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,726 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,728 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,730 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,742 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,745 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,747 keystoneauth.session RESP BODY: {"domains": [{"enabled": true, "id": "ccb5ef08a4a04d958e7313d63a30bbc9", "name": "domainName-2"}]} {2} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_delete [0.011555s] ... ok {6} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_get_firewall_group_by_id [0.050533s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,650 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,652 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,653 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,655 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,658 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,682 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,684 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,685 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} {29} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_with_no_nics [0.076948s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,688 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,690 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,691 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,693 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,695 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,715 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,717 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,718 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2020-07-27 06:27:19,729 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "networks": [{"uuid": "network-id"}]}}' 2020-07-27 06:27:19,732 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,733 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,735 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,737 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,738 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,745 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,748 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,748 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2020-07-27 06:27:19,750 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,752 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,753 keystoneauth.session RESP BODY: {"subnets": []} {7} openstack.tests.unit.cloud.test_domains.TestDomains.test_create_domain [0.030889s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,502 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,504 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,505 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,506 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,509 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,517 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/domains -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": true, "name": "domainName-2", "description": "9b33e42da0c447d28a9390546a06939e"}}' 2020-07-27 06:27:19,519 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,520 keystoneauth.session RESP BODY: {"domain": {"description": "9b33e42da0c447d28a9390546a06939e", "enabled": true, "id": "b1a1800b9a8841178cce1d6bf4964415", "name": "domainName-2"}} {16} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_update_coe_cluster [0.068850s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,931 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,934 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,935 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,938 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,946 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:18,950 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,953 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,954 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} 2020-07-27 06:27:18,960 keystoneauth.session REQ: curl -g -i -X PATCH https://container-infra.example.com/v1/clusters/731387cf-a92b-4c36-981e-3271d63e5597 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '[{"path": "/node_count", "value": 3, "op": "replace"}]' 2020-07-27 06:27:18,963 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,967 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:18,970 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,972 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {8} openstack.tests.unit.cloud.test_zone.TestZone.test_update_zone [0.053864s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,712 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,714 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,716 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,718 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,721 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,730 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,733 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,735 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:19,739 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,742 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,743 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} 2020-07-27 06:27:19,747 keystoneauth.session REQ: curl -g -i -X PATCH https://dns.example.com/v2/zones/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"ttl": 7200}' 2020-07-27 06:27:19,750 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,751 keystoneauth.session RESP BODY: {"description": "Example zone", "name": "example.net.", "ttl": 7200, "type": "PRIMARY", "email": "test@example.net", "id": "1"} {30} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_get_flavor_image [0.121462s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,091 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,095 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,096 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,098 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,102 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,124 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,127 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,128 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,138 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,140 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,141 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/6c1d4504-cece-475c-bec7-53e65a5bde11/file", "id": "6c1d4504-cece-475c-bec7-53e65a5bde11", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/6c1d4504-cece-475c-bec7-53e65a5bde11", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:19,153 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,155 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,156 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2020-07-27 06:27:19,159 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "6c1d4504-cece-475c-bec7-53e65a5bde11", "flavorRef": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "max_count": 1, "min_count": 1, "networks": [{"uuid": "some-network"}]}}' 2020-07-27 06:27:19,161 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,162 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,165 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,167 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,167 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,186 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,188 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,189 keystoneauth.session RESP BODY: {"networks": []} {6} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_insert_rule_into_policy_rule_not_found [0.056584s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,700 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,702 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,703 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,705 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,708 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,729 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,732 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,732 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "description": "block ports of well-known services"}} 2020-07-27 06:27:19,736 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/unknown_rule -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,738 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,739 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=unknown_rule" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,742 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,743 keystoneauth.session RESP BODY: {"firewall_rules": []} {6} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_delete_firewall_rule_not_found [0.053966s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,758 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,761 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,762 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,764 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,767 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,789 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,791 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,793 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,796 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,797 keystoneauth.session RESP BODY: {"firewall_rules": []} {25} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_fixed_ip_conflicts [0.018969s] ... ok {4} openstack.tests.unit.cloud.test_image.TestImage.test_delete_autocreated_no_tasks [0.011944s] ... ok {4} openstack.tests.unit.cloud.test_image.TestImageV2Only.test_config_v1 [0.066315s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/cloud/openstackcloud.py:496: UserWarning: image is configured for 1 but only 2.3 is available. shade is happy with this version, but if you were trying to force an override, that did not happen. You may want to check your cloud, or remove the version specification from your config. warnings.warn(warning_msg) Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,860 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,864 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,866 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,869 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,873 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,878 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,883 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,884 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,896 openstack image is configured for 1 but only 2.3 is available. shade is happy with this version, but if you were trying to force an override, that did not happen. You may want to check your cloud, or remove the version specification from your config. {5} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_search_coe_cluster_by_name [0.051410s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,001 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,005 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,006 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,009 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,013 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,017 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,024 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,025 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {6} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_update_firewall_rule_filters [0.082327s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,814 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,817 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,819 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,821 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,826 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,860 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,864 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,866 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "action": "deny", "destination_ip_address": null, "source_port": null, "destination_port": 22, "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh", "source_ip_address": null, "enabled": true, "ip_version": 4, "shared": false, "project_id": "ef44f1efcb9548d9a441cdc252a979a6"}} 2020-07-27 06:27:19,872 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_rule": {"description": "Updated!"}}' 2020-07-27 06:27:19,876 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,878 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Updated!", "source_ip_address": null, "enabled": true, "source_port": null, "destination_ip_address": null, "shared": false, "action": "deny", "ip_version": 4, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}} {14} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_receiver [0.072576s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,759 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,763 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,764 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,766 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,770 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,784 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,788 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,790 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:19,795 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,799 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,800 keystoneauth.session RESP BODY: {"clusters": [{"name": "fake-name", "profile_id": "1", "min_size": 1, "desired_capacity": 1, "timeout": 100, "config": "fake-config", "id": "1", "max_size": 1, "metadata": {}}]} 2020-07-27 06:27:19,805 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/receivers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"receiver": {"type": {}, "name": "fake-receiver-name"}}' 2020-07-27 06:27:19,809 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,810 keystoneauth.session RESP BODY: {"receiver": {"name": "fake-receiver-name", "cluster_id": "fake-cluster-id", "action": "FAKE_CLUSTER_ACTION", "params": {}, "type": "webhook", "id": "1"}} {9} openstack.tests.unit.cloud.test_domain_params.TestDomainParams.test_identity_params_v3 [0.065255s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,821 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,825 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,827 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,829 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,833 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,851 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,855 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,857 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "7b9dea2d74af4dd28a1db0be34b3012d", "enabled": true, "id": "4bb3ac543dac469fbe1db27c2c78503c", "name": "projectName-2"}]} {9} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_pool [0.020239s] ... ok {21} openstack.tests.unit.cloud.test_clustering.TestClustering.test_create_cluster_policy_exception [0.054095s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,089 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,092 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,094 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,096 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,100 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,113 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,115 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,116 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:19,119 keystoneauth.session REQ: curl -g -i -X POST https://clustering.example.com/v1/policies -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"name": "fake-policy-name", "spec": {}}}' 2020-07-27 06:27:19,121 keystoneauth.session RESP: [500] content-type: application/json {24} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_v1 [0.155168s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,973 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,977 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,979 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,982 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,987 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,992 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,996 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,998 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,008 openstack Calculating hashes for /tmp/tmpSHXPDq/tmpjCpjCo 2020-07-27 06:27:20,010 openstack Image file /tmp/tmpSHXPDq/tmpjCpjCo md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2020-07-27 06:27:20,028 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v1/images/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,032 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,034 keystoneauth.session RESP BODY: {"images": []} 2020-07-27 06:27:20,040 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v1/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "name": "image-2"}' 2020-07-27 06:27:20,045 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,046 keystoneauth.session RESP BODY: {"image": {"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "id": "55ec9152-fe7f-414c-a6d3-875e649d566b"}} 2020-07-27 06:27:20,053 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v1/images/55ec9152-fe7f-414c-a6d3-875e649d566b -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-glance-registry-purge-props: false" -H "x-image-meta-checksum: 93b885adfe0da089cdf634904fd59f71" -d '' 2020-07-27 06:27:20,059 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,060 keystoneauth.session RESP BODY: {"image": {"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "id": "55ec9152-fe7f-414c-a6d3-875e649d566b"}} 2020-07-27 06:27:20,071 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v1/images/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,076 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,078 keystoneauth.session RESP BODY: {"images": [{"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "id": "55ec9152-fe7f-414c-a6d3-875e649d566b"}]} 2020-07-27 06:27:20,089 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v1/images/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,094 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,095 keystoneauth.session RESP BODY: {"images": [{"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "id": "55ec9152-fe7f-414c-a6d3-875e649d566b"}]} {31} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_auto_ip_pool_no_reuse [0.151852s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,789 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,792 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,793 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,795 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,800 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,840 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,844 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,845 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "ext-net", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "description": null}, {"status": "ACTIVE", "subnets": ["f0ad1df5-53ee-473f-b86b-3604ea5591e9"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "private", "admin_state_up": true, "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "tags": [], "updated_at": "2016-10-22T13:46:26", "ipv6_address_scope": null, "router:external": false, "ipv4_address_scope": null, "shared": false, "mtu": 1450, "id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "description": ""}]} 2020-07-27 06:27:19,848 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=f80e3ad0-e13e-41d4-8e9c-be79bccdb8f7" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,852 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,853 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "description": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "dns_name": null, "created_at": "2017-02-06T20:59:45", "updated_at": "2017-02-06T20:59:49", "binding:vnic_type": "normal", "device_owner": "compute:None", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "mac_address": "fa:16:3e:e8:7f:03", "id": "a767944e-057a-47d1-a669-824a21b8fb7b", "device_id": "f80e3ad0-e13e-41d4-8e9c-be79bccdb8f7", "fixed_ips": [{"subnet_id": "f0ad1df5-53ee-473f-b86b-3604ea5591e9", "ip_address": "10.4.0.16"}], "extra_dhcp_opts": [], "security_groups": ["9fb5ba44-5c46-4357-8e60-8b55526cab54"], "name": ""}]} 2020-07-27 06:27:19,855 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "fixed_ip_address": "10.4.0.16", "port_id": "a767944e-057a-47d1-a669-824a21b8fb7b"}}' 2020-07-27 06:27:19,858 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,860 keystoneauth.session RESP BODY: {"floatingip": {"router_id": "9de9c787-8f89-4a53-8468-a5533d6d7fd1", "status": "DOWN", "description": "", "dns_domain": "", "floating_network_id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "fixed_ip_address": "10.4.0.16", "floating_ip_address": "89.40.216.153", "port_id": "a767944e-057a-47d1-a669-824a21b8fb7b", "id": "e69179dc-a904-4c9a-a4c9-891e2ecb984c", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "dns_name": ""}} 2020-07-27 06:27:19,884 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,888 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,889 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:7f:03", "version": 4, "addr": "10.4.0.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:7f:03", "version": 4, "addr": "89.40.216.153", "OS-EXT-IPS:type": "floating"}]}, "image": {"id": "95e4c449-8abf-486e-97d9-dc3f82417d2d"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-02-06T20:59:48.000000", "flavor": {"id": "2186bd79-a05e-4953-9dde-ddefb63c88d4"}, "id": "f80e3ad0-e13e-41d4-8e9c-be79bccdb8f7", "security_groups": [{"name": "default"}], "user_id": "c17534835f8f42bf98fc367e0bf35e09", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2017-02-06T20:59:49Z", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "testmt", "created": "2017-02-06T20:59:44Z", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2020-07-27 06:27:19,903 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,907 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,908 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "ext-net", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "description": null}, {"status": "ACTIVE", "subnets": ["f0ad1df5-53ee-473f-b86b-3604ea5591e9"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "private", "admin_state_up": true, "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "tags": [], "updated_at": "2016-10-22T13:46:26", "ipv6_address_scope": null, "router:external": false, "ipv4_address_scope": null, "shared": false, "mtu": 1450, "id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "description": ""}]} 2020-07-27 06:27:19,911 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,914 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,915 keystoneauth.session RESP BODY: {"subnets": [{"description": "", "enable_dhcp": true, "network_id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "dns_nameservers": ["89.36.90.101", "89.36.90.102"], "updated_at": "2016-10-22T13:46:26", "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.4.0.2", "end": "10.4.0.200"}], "gateway_ip": "10.4.0.1", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.4.0.0/24", "id": "f0ad1df5-53ee-473f-b86b-3604ea5591e9", "subnetpool_id": null, "name": "private-subnet-ipv4"}]} {15} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_delete_firewall_policy_filters [0.074789s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,903 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,907 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,908 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,910 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,915 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,949 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "Accept: " -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,953 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:19,954 keystoneauth.session RESP BODY: {} {26} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_float_no_status [0.050217s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,899 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,903 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,905 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,907 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,912 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {6} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_filters [0.060769s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,903 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,907 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,909 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,912 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,917 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,935 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=e52c74c7fc75438bb2964ae0abde647a&scope.domain.id=f6796a4ef9cb468995095f24510292f8&effective=True" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,939 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,941 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "f6796a4ef9cb468995095f24510292f8"}}, "role": {"id": "72cb8f2d251b4e8791b76c0ffd3322f1"}, "user": {"id": "e52c74c7fc75438bb2964ae0abde647a"}, "links": "https://example.com"}]} {6} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_meta_int [0.138931s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,051 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,055 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,057 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,060 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,065 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,070 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,074 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,076 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,086 openstack Calculating hashes for /tmp/tmp3vT5Bg/tmpyVU6WC 2020-07-27 06:27:20,088 openstack Image file /tmp/tmp3vT5Bg/tmpyVU6WC md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2020-07-27 06:27:20,106 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,111 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,112 keystoneauth.session RESP BODY: {"images": []} 2020-07-27 06:27:20,119 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "owner_specified.openstack.object": "images/image-2", "min_disk": 0, "int_v": 12345}' 2020-07-27 06:27:20,126 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,128 keystoneauth.session RESP BODY: {"status": "success", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.object": "images/image-2", "min_disk": 0, "id": "f70a17f8-1b3f-4736-a0fe-0c2008d43462", "int_v": 12345} 2020-07-27 06:27:20,134 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v2/images/f70a17f8-1b3f-4736-a0fe-0c2008d43462/file -H "Content-Type: application/octet-stream" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2020-07-27 06:27:20,139 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,149 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,153 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,155 keystoneauth.session RESP BODY: {"images": [{"status": "success", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.object": "images/image-2", "min_disk": 0, "id": "f70a17f8-1b3f-4736-a0fe-0c2008d43462", "int_v": 12345}]} {12} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_get_qos_bandwidth_limit_rule_no_qos_policy_found [0.094538s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,859 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,864 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,866 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,868 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,874 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,906 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,911 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,913 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:19,916 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,920 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,923 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:19,926 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,930 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,932 keystoneauth.session RESP BODY: {"policies": []} {24} openstack.tests.unit.cloud.test_meta.TestMeta.test_ipv4_hostvars [0.020512s] ... ok {24} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_flavors [0.037621s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,144 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,148 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,150 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,153 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,158 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {24} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_secgroups [0.038975s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,182 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,187 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,189 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,192 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,197 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {24} openstack.tests.unit.cloud.test_object.TestObject.test_update_container_error [0.070292s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,226 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,231 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,233 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,235 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,240 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,265 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_update_container_error-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "foo: bar" 2020-07-27 06:27:20,270 keystoneauth.session RESP: [409] content-type: application/json {6} openstack.tests.unit.cloud.test_meta.TestMeta.test_image_string [0.019369s] ... ok {6} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_wrong_availability_zone_hints_type [0.019517s] ... ok {0} openstack.tests.unit.cloud.test_baremetal_node.TestUpdateMachinePatch.test_update_machine_patch(driver_changed) [0.070620s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,046 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,049 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,050 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,052 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,054 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,064 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,067 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,067 keystoneauth.session RESP BODY: { "default_version": { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" }, "description": "Ironic is an OpenStack project which aims to provision baremetal machines.", "name": "OpenStack Ironic API", "versions": [ { "id": "v1", "links": [ { "href": "https://bare-metal.example.com/v1/", "rel": "self" } ], "min_version": "1.1", "status": "CURRENT", "version": "1.33" } ] } 2020-07-27 06:27:19,077 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes/af2af326-2960-4267-a272-2a34f2be827f -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" 2020-07-27 06:27:19,080 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,081 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "af2af326-2960-4267-a272-2a34f2be827f"} 2020-07-27 06:27:19,093 keystoneauth.session REQ: curl -g -i -X PATCH https://bare-metal.example.com/v1/nodes/af2af326-2960-4267-a272-2a34f2be827f -H "Content-Type: application/json" -H "OpenStack-API-Version: baremetal 1.33" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Ironic-API-Version: 1.33" -d '[{"path": "/driver", "value": "meow", "op": "replace"}]' 2020-07-27 06:27:19,097 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,098 keystoneauth.session RESP BODY: {"instance_uuid": null, "name": "name-2", "driver_info": null, "last_error": null, "driver": null, "properties": null, "chassis_uuid": null, "provision_state": "available", "reservation": null, "instance_info": null, "uuid": "af2af326-2960-4267-a272-2a34f2be827f"} {22} openstack.tests.unit.cloud.test_groups.TestGroups.test_delete_group [0.065938s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,985 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,989 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,990 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,992 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,997 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,014 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,018 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,019 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "8922ab98f4054eb2b03c86f2c95467c3", "id": "64bfc401c93c400b9c4c4ee2541ba889", "name": "groupname-2"}]} 2020-07-27 06:27:20,025 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/groups/64bfc401c93c400b9c4c4ee2541ba889 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,029 keystoneauth.session RESP: [204] content-type: application/json {26} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_update_firewall_policy_filters [0.075518s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,950 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,954 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,955 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,958 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,962 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,997 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_policy": {"description": "updated!"}}' 2020-07-27 06:27:20,001 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,002 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "updated!"}} {26} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_private_ip_no_fip [0.098946s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,025 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,029 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,030 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,033 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,038 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,070 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,075 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,076 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "id": "test_pnztt_net", "name": "test_pnztt_net"}, {"id": "private", "name": "private"}]} 2020-07-27 06:27:20,079 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,081 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,082 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} 2020-07-27 06:27:20,094 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,097 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,099 keystoneauth.session RESP BODY: {"security_groups": []} {26} openstack.tests.unit.cloud.test_meta.TestMeta.test_has_no_volume_service [0.017314s] ... ok {10} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_v6_fixed_ip [0.211209s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,717 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,719 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,719 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,720 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,723 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,739 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "fe80::28da:5fff:fe57:13ed"}]}}' 2020-07-27 06:27:19,741 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,742 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,745 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,747 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,747 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,768 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,770 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,771 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2020-07-27 06:27:19,772 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,775 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,775 keystoneauth.session RESP BODY: {"subnets": []} {17} openstack.tests.unit.cloud.test_create_volume_snapshot.TestCreateVolumeSnapshot.test_create_volume_snapshot_with_timeout [0.068348s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,021 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,025 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,026 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,028 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,032 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,048 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"snapshot": {"force": false, "volume_id": "1234"}}' 2020-07-27 06:27:19,052 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,053 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2020-07-27 06:27:19,058 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/5678 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,061 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,061 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2020-07-27 06:27:19,062 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:19,065 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/5678 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,067 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,068 keystoneauth.session RESP BODY: {"snapshot": {"status": "creating", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "5678", "size": 75}} 2020-07-27 06:27:19,069 openstack.iterate_timeout Waiting 2.0 seconds {20} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_get_flavor_string_and_int [0.049668s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,218 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,220 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,221 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,222 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,224 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,232 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,234 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,235 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2020-07-27 06:27:19,237 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,239 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,240 keystoneauth.session RESP BODY: {"extra_specs": {}} 2020-07-27 06:27:19,243 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,245 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,245 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/1", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/1", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "1", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2020-07-27 06:27:19,248 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/1/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,250 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,251 keystoneauth.session RESP BODY: {"extra_specs": {}} {21} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_network_v4_fixed_ip [0.073057s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,226 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,228 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,229 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,230 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,233 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,250 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.0.0.1"}]}}' 2020-07-27 06:27:19,252 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,253 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,255 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,258 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,259 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,279 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,281 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,282 keystoneauth.session RESP BODY: {"networks": [{"id": "network-id", "name": "network-name"}]} 2020-07-27 06:27:19,283 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,285 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,286 keystoneauth.session RESP BODY: {"subnets": []} {21} openstack.tests.unit.cloud.test_domain_params.TestDomainParams.test_identity_params_v2 [0.061609s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,838 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,842 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,843 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,846 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:19,862 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:19,866 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,867 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "c68fedde54454b7f9e85da16b228e5f0", "name": "projectName-2"}]} {17} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_ip_list [0.011301s] ... ok {5} openstack.tests.unit.cloud.test_coe_clusters.TestCOEClusters.test_search_coe_cluster_not_found [0.048518s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,053 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,057 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,058 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,060 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,065 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,069 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/clusters -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,073 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,074 keystoneauth.session RESP BODY: {"clusters": [{"status": "CREATE_IN_PROGRESS", "cluster_template_id": "0562d357-8641-4759-8fed-8173f02c9633", "create_timeout": 60, "uuid": "731387cf-a92b-4c36-981e-3271d63e5597", "links": [{}, {}], "stack_id": "31c1ee6c-081e-4f39-9f0f-f1d87a7defa1", "created_at": "2016-08-29T06:51:31+00:00", "updated_at": "2016-08-29T06:53:24+00:00", "discovery_url": "https://discovery.etcd.io/cbeb580da58915809d59ee69348a84f3", "master_count": 3, "api_address": "https://172.24.4.6:6443", "keypair": "my_keypair", "master_addresses": ["172.24.4.6"], "node_count": 10, "node_addresses": ["172.24.4.13"], "status_reason": "Stack CREATE completed successfully", "coe_version": "v1.2.0", "name": "k8s"}]} {5} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_delete_fips_nova [0.095788s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,192 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,195 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,196 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,197 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,200 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,220 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,222 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,223 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "porky", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:19,237 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,239 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,240 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "172.24.5.5", "fixed_ip": null, "id": 1, "pool": "nova"}]} 2020-07-27 06:27:19,249 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-floating-ips/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,251 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,260 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,262 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,263 keystoneauth.session RESP BODY: {"floating_ips": []} 2020-07-27 06:27:19,266 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,268 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,271 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,273 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,274 keystoneauth.session RESP BODY: {"servers": []} {5} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_list_flavors_with_extra [0.099448s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,883 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,887 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,889 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,892 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,896 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,910 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,915 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,916 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2020-07-27 06:27:19,923 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,927 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,929 keystoneauth.session RESP BODY: {"extra_specs": {}} 2020-07-27 06:27:19,934 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,938 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,940 keystoneauth.session RESP BODY: {"extra_specs": {}} 2020-07-27 06:27:19,945 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf/os-extra_specs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,949 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,950 keystoneauth.session RESP BODY: {"extra_specs": {}} {2} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_force_delete [0.012829s] ... ok {27} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_protected [0.128749s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,064 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,068 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,070 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,072 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,077 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,081 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,085 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,087 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,096 openstack Calculating hashes for /tmp/tmpBUMcIm/tmpXBby34 2020-07-27 06:27:20,097 openstack Image file /tmp/tmpBUMcIm/tmpXBby34 md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2020-07-27 06:27:20,115 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,119 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,121 keystoneauth.session RESP BODY: {"images": []} 2020-07-27 06:27:20,127 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "protected": false, "owner_specified.openstack.object": "images/image-2", "int_v": "12345", "min_disk": 0}' 2020-07-27 06:27:20,131 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,132 keystoneauth.session RESP BODY: {"status": "success", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "protected": false, "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "min_disk": 0, "id": "2f746801-26d1-49ac-8100-9991240866c9", "int_v": "12345"} 2020-07-27 06:27:20,138 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v2/images/2f746801-26d1-49ac-8100-9991240866c9/file -H "Content-Type: application/octet-stream" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2020-07-27 06:27:20,143 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,152 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,156 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,158 keystoneauth.session RESP BODY: {"images": [{"status": "success", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "protected": false, "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "min_disk": 0, "id": "2f746801-26d1-49ac-8100-9991240866c9", "int_v": "12345"}]} {27} openstack.tests.unit.cloud.test_image.TestImage.test_download_image_no_output [0.020253s] ... ok {25} openstack.tests.unit.cloud.test_endpoints.TestCloudEndpoints.test_search_endpoints [0.111486s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,023 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,026 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,027 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,030 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,034 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,058 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,061 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,063 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "29d4f47aaa304070955b533b2fff7086", "service_id": "f0d4d1a91d884b5a978098d9b5739db0", "id": "633a8179ae3942bda880d6e79fea75e2"}, {"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "7da6d52c7dc64071b3019dc96d78b911", "service_id": "1784841ef76e400d87fdce79fea416ca", "id": "d0f66310365d4e5e90795a0ac9b434b9"}, {"region_id": "8ec48617d62e47b4a964d253913c2457", "url": "https://example.com/", "region": "8ec48617d62e47b4a964d253913c2457", "enabled": true, "interface": "ad7ddd5ef4064d7fa0204c83b051e8d4", "service_id": "f087596678db4d90b863c47502b1320a", "id": "18d63de21b1e445ca8add89c3c43b912"}, {"region_id": "4ec66e0bc4924ca88de31fb627ee512f", "url": "https://example.com/", "region": "4ec66e0bc4924ca88de31fb627ee512f", "enabled": true, "interface": "83dc20d0f671443c88255ca31ac34a7d", "service_id": "cd7cffdafbc4472fae0016653cdfe2c8", "id": "da47d7090f0b43978f0de81920a3e803"}, {"region_id": "168dccb8d305469392426fefb211916f", "url": "https://example.com/", "region": "168dccb8d305469392426fefb211916f", "enabled": true, "interface": "b79708a8c6744cd7ae1d9fcc6e207b73", "service_id": "47567bf84aea4ddaac6e22804aafc419", "id": "4df3ca6a86e14f1483c72926e2b9f4b4"}, {"region_id": "d556128635f44844973ecf7e99305cb8", "url": "https://example.com/", "region": "d556128635f44844973ecf7e99305cb8", "enabled": true, "interface": "8d7d2ad15cea49ac8f2a57333998a1ac", "service_id": "7bd13525bf0c47ddba269febd7ae485b", "id": "2e4899a4eb5842409b965a628be1ae80"}, {"region_id": "f74aa4a54d654ce3b1647619029d4328", "url": "https://example.com/", "region": "f74aa4a54d654ce3b1647619029d4328", "enabled": true, "interface": "8dd9211ce75a47c2b9059ae8e1f3714e", "service_id": "18b3761657a0472bb769dc936ada6c15", "id": "c721909ae2204b29a989fad12134b5e3"}, {"region_id": "f923efac1768430cb2597e3ce8e2ba57", "url": "https://example.com/", "region": "f923efac1768430cb2597e3ce8e2ba57", "enabled": true, "interface": "a2abaced585c4f79bc17fb2e2845b2d4", "service_id": "57b01eace99749818993f9878cbabb90", "id": "654b28004e764cc38a1c60cd10782662"}, {"region_id": "24b7c00b4d094640916ea1b46afd5656", "url": "https://example.com/", "region": "24b7c00b4d094640916ea1b46afd5656", "enabled": true, "interface": "9c9dcb66c0a64916a3c13b544f6e9714", "service_id": "79795772cb944acba2d62e2efed4d972", "id": "625f56406815410cab11bb8be3d381b2"}]} 2020-07-27 06:27:20,073 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,077 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,078 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "29d4f47aaa304070955b533b2fff7086", "service_id": "f0d4d1a91d884b5a978098d9b5739db0", "id": "633a8179ae3942bda880d6e79fea75e2"}, {"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "7da6d52c7dc64071b3019dc96d78b911", "service_id": "1784841ef76e400d87fdce79fea416ca", "id": "d0f66310365d4e5e90795a0ac9b434b9"}, {"region_id": "8ec48617d62e47b4a964d253913c2457", "url": "https://example.com/", "region": "8ec48617d62e47b4a964d253913c2457", "enabled": true, "interface": "ad7ddd5ef4064d7fa0204c83b051e8d4", "service_id": "f087596678db4d90b863c47502b1320a", "id": "18d63de21b1e445ca8add89c3c43b912"}, {"region_id": "4ec66e0bc4924ca88de31fb627ee512f", "url": "https://example.com/", "region": "4ec66e0bc4924ca88de31fb627ee512f", "enabled": true, "interface": "83dc20d0f671443c88255ca31ac34a7d", "service_id": "cd7cffdafbc4472fae0016653cdfe2c8", "id": "da47d7090f0b43978f0de81920a3e803"}, {"region_id": "168dccb8d305469392426fefb211916f", "url": "https://example.com/", "region": "168dccb8d305469392426fefb211916f", "enabled": true, "interface": "b79708a8c6744cd7ae1d9fcc6e207b73", "service_id": "47567bf84aea4ddaac6e22804aafc419", "id": "4df3ca6a86e14f1483c72926e2b9f4b4"}, {"region_id": "d556128635f44844973ecf7e99305cb8", "url": "https://example.com/", "region": "d556128635f44844973ecf7e99305cb8", "enabled": true, "interface": "8d7d2ad15cea49ac8f2a57333998a1ac", "service_id": "7bd13525bf0c47ddba269febd7ae485b", "id": "2e4899a4eb5842409b965a628be1ae80"}, {"region_id": "f74aa4a54d654ce3b1647619029d4328", "url": "https://example.com/", "region": "f74aa4a54d654ce3b1647619029d4328", "enabled": true, "interface": "8dd9211ce75a47c2b9059ae8e1f3714e", "service_id": "18b3761657a0472bb769dc936ada6c15", "id": "c721909ae2204b29a989fad12134b5e3"}, {"region_id": "f923efac1768430cb2597e3ce8e2ba57", "url": "https://example.com/", "region": "f923efac1768430cb2597e3ce8e2ba57", "enabled": true, "interface": "a2abaced585c4f79bc17fb2e2845b2d4", "service_id": "57b01eace99749818993f9878cbabb90", "id": "654b28004e764cc38a1c60cd10782662"}, {"region_id": "24b7c00b4d094640916ea1b46afd5656", "url": "https://example.com/", "region": "24b7c00b4d094640916ea1b46afd5656", "enabled": true, "interface": "9c9dcb66c0a64916a3c13b544f6e9714", "service_id": "79795772cb944acba2d62e2efed4d972", "id": "625f56406815410cab11bb8be3d381b2"}]} 2020-07-27 06:27:20,088 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,092 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,093 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "29d4f47aaa304070955b533b2fff7086", "service_id": "f0d4d1a91d884b5a978098d9b5739db0", "id": "633a8179ae3942bda880d6e79fea75e2"}, {"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "7da6d52c7dc64071b3019dc96d78b911", "service_id": "1784841ef76e400d87fdce79fea416ca", "id": "d0f66310365d4e5e90795a0ac9b434b9"}, {"region_id": "8ec48617d62e47b4a964d253913c2457", "url": "https://example.com/", "region": "8ec48617d62e47b4a964d253913c2457", "enabled": true, "interface": "ad7ddd5ef4064d7fa0204c83b051e8d4", "service_id": "f087596678db4d90b863c47502b1320a", "id": "18d63de21b1e445ca8add89c3c43b912"}, {"region_id": "4ec66e0bc4924ca88de31fb627ee512f", "url": "https://example.com/", "region": "4ec66e0bc4924ca88de31fb627ee512f", "enabled": true, "interface": "83dc20d0f671443c88255ca31ac34a7d", "service_id": "cd7cffdafbc4472fae0016653cdfe2c8", "id": "da47d7090f0b43978f0de81920a3e803"}, {"region_id": "168dccb8d305469392426fefb211916f", "url": "https://example.com/", "region": "168dccb8d305469392426fefb211916f", "enabled": true, "interface": "b79708a8c6744cd7ae1d9fcc6e207b73", "service_id": "47567bf84aea4ddaac6e22804aafc419", "id": "4df3ca6a86e14f1483c72926e2b9f4b4"}, {"region_id": "d556128635f44844973ecf7e99305cb8", "url": "https://example.com/", "region": "d556128635f44844973ecf7e99305cb8", "enabled": true, "interface": "8d7d2ad15cea49ac8f2a57333998a1ac", "service_id": "7bd13525bf0c47ddba269febd7ae485b", "id": "2e4899a4eb5842409b965a628be1ae80"}, {"region_id": "f74aa4a54d654ce3b1647619029d4328", "url": "https://example.com/", "region": "f74aa4a54d654ce3b1647619029d4328", "enabled": true, "interface": "8dd9211ce75a47c2b9059ae8e1f3714e", "service_id": "18b3761657a0472bb769dc936ada6c15", "id": "c721909ae2204b29a989fad12134b5e3"}, {"region_id": "f923efac1768430cb2597e3ce8e2ba57", "url": "https://example.com/", "region": "f923efac1768430cb2597e3ce8e2ba57", "enabled": true, "interface": "a2abaced585c4f79bc17fb2e2845b2d4", "service_id": "57b01eace99749818993f9878cbabb90", "id": "654b28004e764cc38a1c60cd10782662"}, {"region_id": "24b7c00b4d094640916ea1b46afd5656", "url": "https://example.com/", "region": "24b7c00b4d094640916ea1b46afd5656", "enabled": true, "interface": "9c9dcb66c0a64916a3c13b544f6e9714", "service_id": "79795772cb944acba2d62e2efed4d972", "id": "625f56406815410cab11bb8be3d381b2"}]} 2020-07-27 06:27:20,103 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/endpoints -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,107 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,108 keystoneauth.session RESP BODY: {"endpoints": [{"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "29d4f47aaa304070955b533b2fff7086", "service_id": "f0d4d1a91d884b5a978098d9b5739db0", "id": "633a8179ae3942bda880d6e79fea75e2"}, {"region_id": "region1", "url": "https://example.com/", "region": "region1", "enabled": true, "interface": "7da6d52c7dc64071b3019dc96d78b911", "service_id": "1784841ef76e400d87fdce79fea416ca", "id": "d0f66310365d4e5e90795a0ac9b434b9"}, {"region_id": "8ec48617d62e47b4a964d253913c2457", "url": "https://example.com/", "region": "8ec48617d62e47b4a964d253913c2457", "enabled": true, "interface": "ad7ddd5ef4064d7fa0204c83b051e8d4", "service_id": "f087596678db4d90b863c47502b1320a", "id": "18d63de21b1e445ca8add89c3c43b912"}, {"region_id": "4ec66e0bc4924ca88de31fb627ee512f", "url": "https://example.com/", "region": "4ec66e0bc4924ca88de31fb627ee512f", "enabled": true, "interface": "83dc20d0f671443c88255ca31ac34a7d", "service_id": "cd7cffdafbc4472fae0016653cdfe2c8", "id": "da47d7090f0b43978f0de81920a3e803"}, {"region_id": "168dccb8d305469392426fefb211916f", "url": "https://example.com/", "region": "168dccb8d305469392426fefb211916f", "enabled": true, "interface": "b79708a8c6744cd7ae1d9fcc6e207b73", "service_id": "47567bf84aea4ddaac6e22804aafc419", "id": "4df3ca6a86e14f1483c72926e2b9f4b4"}, {"region_id": "d556128635f44844973ecf7e99305cb8", "url": "https://example.com/", "region": "d556128635f44844973ecf7e99305cb8", "enabled": true, "interface": "8d7d2ad15cea49ac8f2a57333998a1ac", "service_id": "7bd13525bf0c47ddba269febd7ae485b", "id": "2e4899a4eb5842409b965a628be1ae80"}, {"region_id": "f74aa4a54d654ce3b1647619029d4328", "url": "https://example.com/", "region": "f74aa4a54d654ce3b1647619029d4328", "enabled": true, "interface": "8dd9211ce75a47c2b9059ae8e1f3714e", "service_id": "18b3761657a0472bb769dc936ada6c15", "id": "c721909ae2204b29a989fad12134b5e3"}, {"region_id": "f923efac1768430cb2597e3ce8e2ba57", "url": "https://example.com/", "region": "f923efac1768430cb2597e3ce8e2ba57", "enabled": true, "interface": "a2abaced585c4f79bc17fb2e2845b2d4", "service_id": "57b01eace99749818993f9878cbabb90", "id": "654b28004e764cc38a1c60cd10782662"}, {"region_id": "24b7c00b4d094640916ea1b46afd5656", "url": "https://example.com/", "region": "24b7c00b4d094640916ea1b46afd5656", "enabled": true, "interface": "9c9dcb66c0a64916a3c13b544f6e9714", "service_id": "79795772cb944acba2d62e2efed4d972", "id": "625f56406815410cab11bb8be3d381b2"}]} {25} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_auto_ip [0.022800s] ... ok {17} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_list_firewall_policies [0.041991s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,261 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,264 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,264 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,266 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,268 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,285 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,287 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,288 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "audited": true, "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}, {"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "audited": true, "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} {23} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_create_flavor [0.032815s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,564 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,566 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,567 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,568 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,570 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,577 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/flavors -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"flavor": {"vcpus": 24, "ram": 65536, "name": "vanilla", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1600, "id": null, "swap": 0}}' 2020-07-27 06:27:19,579 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,580 keystoneauth.session RESP BODY: {"flavor": {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}} {20} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_attach_ip_to_server [0.055189s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,731 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,733 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,734 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,736 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,738 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,763 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=server-id" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,766 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,767 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "created_at": "2020-07-27T06:27:17.789440", "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "binding:vif_type": "ovs", "device_owner": "compute:None", "mac_address": "fa:16:3e:58:42:ed", "id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "binding:profile": {}, "binding:vnic_type": "normal", "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "extra_dhcp_opts": [], "security_groups": [], "device_id": "server-id"}]} 2020-07-27 06:27:19,768 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"fixed_ip_address": "172.24.4.2", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac"}}' 2020-07-27 06:27:19,770 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,771 keystoneauth.session RESP BODY: {"floatingip": {"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}} {25} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_find_nat_source_config [0.087696s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,160 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,164 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,165 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,167 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,171 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,209 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,213 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,215 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "ext-net", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "description": null}, {"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "my-network", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebg", "description": null}, {"status": "ACTIVE", "subnets": ["f0ad1df5-53ee-473f-b86b-3604ea5591e9"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "private", "admin_state_up": true, "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "tags": [], "updated_at": "2016-10-22T13:46:26", "ipv6_address_scope": null, "router:external": false, "ipv4_address_scope": null, "shared": false, "mtu": 1450, "id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "description": ""}]} 2020-07-27 06:27:20,218 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,221 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,223 keystoneauth.session RESP BODY: {"subnets": [{"description": "", "enable_dhcp": true, "network_id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "dns_nameservers": ["89.36.90.101", "89.36.90.102"], "updated_at": "2016-10-22T13:46:26", "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.4.0.2", "end": "10.4.0.200"}], "gateway_ip": "10.4.0.1", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.4.0.0/24", "id": "f0ad1df5-53ee-473f-b86b-3604ea5591e9", "subnetpool_id": null, "name": "private-subnet-ipv4"}]} {25} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_add_ip_from_pool [0.086268s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,246 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,250 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,251 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,254 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,258 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,285 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,289 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,290 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} 2020-07-27 06:27:20,296 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,300 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,301 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} 2020-07-27 06:27:20,307 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server-id/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addFloatingIp": {"fixed_address": "192.0.2.129", "address": "203.0.113.1"}}' 2020-07-27 06:27:20,310 keystoneauth.session RESP: [200] content-type: application/json {13} openstack.tests.unit.cloud.test_image.TestImage.test_delete_autocreated_image_objects [0.084808s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,767 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,771 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,772 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,774 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,778 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,791 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3?prefix=None&format=json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2020-07-27 06:27:19,796 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,797 keystoneauth.session RESP BODY: [{"hash": "249219347276c331b87bf1ac2152d9af", "last_modified": "2015-02-16T17:50:05.289600", "bytes": 1437258240, "name": "no-delete-5", "content_type": "application/octet-stream"}, {"hash": "93b885adfe0da089cdf634904fd59f71", "last_modified": "2015-04-14T18:29:00.502530", "bytes": 1290170880, "name": "image-2", "content_type": "application/octet-stream"}] 2020-07-27 06:27:19,802 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/no-delete-5 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2020-07-27 06:27:19,806 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 1290170880 Content-Type: application/octet-stream Date: Thu, 16 Nov 2017 15:24:30 GMT Etag: 249219347276c331b87bf1ac2152d9af Last-Modified: Tue, 14 Apr 2015 18:29:01 GMT X-Object-Meta-X-Shade-Md5: does not matter X-Object-Meta-X-Shade-Sha256: does not matter X-Timestamp: 1429036140.50253 X-Trans-Id: txbbb825960a3243b49a36f-005a0dadaedfw1 2020-07-27 06:27:19,807 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. 2020-07-27 06:27:19,811 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2020-07-27 06:27:19,815 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 1290170880 Content-Type: application/octet-stream Date: Thu, 16 Nov 2017 15:24:30 GMT Etag: 93b885adfe0da089cdf634904fd59f71 Last-Modified: Tue, 14 Apr 2015 18:29:01 GMT X-Object-Meta-X-Shade-Md5: 93b885adfe0da089cdf634904fd59f71 X-Object-Meta-X-Shade-Sha256: 6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d X-Timestamp: 1429036140.50253 X-Trans-Id: txbbb825960a3243b49a36f-005a0dadaedfw1 x-object-meta-x-sdk-autocreated: true 2020-07-27 06:27:19,816 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. 2020-07-27 06:27:19,820 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/container-3/image-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2020-07-27 06:27:19,823 keystoneauth.session RESP: [200] content-type: application/json {31} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_neutron_available_floating_ips [0.111195s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,983 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,986 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,988 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,990 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,994 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,033 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,036 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,038 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2020-07-27 06:27:20,040 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,043 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,044 keystoneauth.session RESP BODY: {"subnets": []} 2020-07-27 06:27:20,051 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,055 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,056 keystoneauth.session RESP BODY: {"floatingips": []} 2020-07-27 06:27:20,058 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id"}}' 2020-07-27 06:27:20,061 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,063 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {31} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_cleanup_floating_ips [0.018536s] ... ok {23} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_delete_flavor_not_found [0.053768s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,757 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,759 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,760 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,762 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,765 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,777 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/flavors/detail?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,782 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,783 keystoneauth.session RESP BODY: {"flavors": [{"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "rel": "bookmark"}], "ram": 100, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddd", "name": "vanilla", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "rel": "bookmark"}], "ram": 200, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8ddde", "name": "chocolate", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}, {"links": [{"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "self"}, {"href": "https://compute.example.com/v2.1/flavors/0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "rel": "bookmark"}], "ram": 300, "OS-FLV-DISABLED:disabled": false, "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "disk": 1600, "id": "0c1d9008-f546-4608-9e8f-f8bdaec8dddf", "name": "strawberry", "vcpus": 24, "swap": "", "OS-FLV-EXT-DATA:ephemeral": 0}]} 2020-07-27 06:27:19,787 openstack Flavor invalid not found for deleting {30} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_with_admin_pass_wait [0.063291s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,582 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,585 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,586 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,587 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,589 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,609 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,611 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,612 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:19,625 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "server-name", "imageRef": "image-id", "adminPass": "password-2", "flavorRef": "flavor-id", "max_count": 1, "min_count": 1}}' 2020-07-27 06:27:19,628 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,630 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "adminPass": "password-2", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {18} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_get_floating_ip_by_id [0.063877s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,066 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,070 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,071 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,073 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,078 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,101 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,105 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,107 keystoneauth.session RESP BODY: {"floating_ip": {"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}} {25} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_delete_firewall_policy [0.094514s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,335 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,339 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,340 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,343 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,347 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,383 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,387 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,389 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,393 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,394 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "description": "block ports of well-known services"}]} 2020-07-27 06:27:20,400 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "Accept: " -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,404 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:20,406 keystoneauth.session RESP BODY: {} {4} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_with_mtu [0.064734s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,931 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,935 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,937 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,940 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,944 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,966 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"mtu": 1500, "name": "netname", "admin_state_up": true}}' 2020-07-27 06:27:19,971 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,973 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": null, "tags": [], "ipv6_address_scope": null, "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": true, "provider:network_type": "local", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": null, "router:external": false, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 1500, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23"}} {10} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_find_nat_source_inferred [0.060444s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,793 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,796 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,797 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,799 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,801 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,825 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,829 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,830 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "ext-net", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "description": null}, {"status": "ACTIVE", "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "my-network", "admin_state_up": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 0, "is_default": false, "router:external": true, "ipv4_address_scope": null, "shared": false, "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebg", "description": null}, {"status": "ACTIVE", "subnets": ["f0ad1df5-53ee-473f-b86b-3604ea5591e9"], "availability_zone_hints": [], "availability_zones": ["nova"], "name": "private", "admin_state_up": true, "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "tags": [], "updated_at": "2016-10-22T13:46:26", "ipv6_address_scope": null, "router:external": false, "ipv4_address_scope": null, "shared": false, "mtu": 1450, "id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "description": ""}]} 2020-07-27 06:27:19,832 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,835 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,837 keystoneauth.session RESP BODY: {"subnets": [{"description": "", "enable_dhcp": true, "network_id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26", "dns_nameservers": ["89.36.90.101", "89.36.90.102"], "updated_at": "2016-10-22T13:46:26", "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.4.0.2", "end": "10.4.0.200"}], "gateway_ip": "10.4.0.1", "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.4.0.0/24", "id": "f0ad1df5-53ee-473f-b86b-3604ea5591e9", "subnetpool_id": null, "name": "private-subnet-ipv4"}]} {11} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_v1_bad_delete [0.072389s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,806 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,809 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,810 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,811 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,814 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,817 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,820 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,821 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,826 openstack Calculating hashes for /tmp/tmpom75OH/tmphmNX8m 2020-07-27 06:27:19,827 openstack Image file /tmp/tmpom75OH/tmphmNX8m md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2020-07-27 06:27:19,836 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v1/images/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,839 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,840 keystoneauth.session RESP BODY: {"images": []} 2020-07-27 06:27:19,843 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v1/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "name": "image-2"}' 2020-07-27 06:27:19,846 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,846 keystoneauth.session RESP BODY: {"image": {"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "id": "fa02307a-ef03-4456-9044-751f4a44df25"}} 2020-07-27 06:27:19,850 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v1/images/fa02307a-ef03-4456-9044-751f4a44df25 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-glance-registry-purge-props: false" -H "x-image-meta-checksum: 93b885adfe0da089cdf634904fd59f71" -d '' 2020-07-27 06:27:19,853 keystoneauth.session RESP: [400] content-type: application/json 2020-07-27 06:27:19,854 openstack Deleting failed upload of image image-2 2020-07-27 06:27:19,857 keystoneauth.session REQ: curl -g -i -X DELETE https://image.example.com/v1/images/fa02307a-ef03-4456-9044-751f4a44df25 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,859 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,860 keystoneauth.session RESP BODY: {"images": [{"status": "success", "name": "image-2", "container_format": "bare", "disk_format": "qcow2", "properties": {"is_public": false, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, "id": "fa02307a-ef03-4456-9044-751f4a44df25"}]} {2} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_create [0.011290s] ... ok {31} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_delete_floating_ip_not_found [0.059976s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,110 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,114 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,115 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,118 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,122 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,145 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-floating-ips/a-wild-id-appears -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,149 keystoneauth.session RESP: [404] content-type: application/json {31} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_list_firewall_policies_filters [0.075069s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,173 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,177 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,178 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,181 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,185 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,215 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?project_id=b64238cb-a25d-41af-9ee1-42deb4587d20" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,219 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,220 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["deny_ssh"], "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "location": {"project": {"domain_id": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "audited": true, "description": "block ports of well-known services"}]} {12} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_get_qos_policy [0.083501s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,955 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,959 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,962 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,965 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,970 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,000 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,004 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,006 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:20,010 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,014 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,016 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} {27} openstack.tests.unit.cloud.test_image.TestImage.test_get_image_by_id [0.070316s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,206 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,210 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,211 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,214 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,219 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,232 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,236 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,238 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,245 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/6e439f04-9e24-4ebf-9f32-579d7cb5d35e -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,249 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,251 keystoneauth.session RESP BODY: {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/6e439f04-9e24-4ebf-9f32-579d7cb5d35e/file", "id": "6e439f04-9e24-4ebf-9f32-579d7cb5d35e", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/6e439f04-9e24-4ebf-9f32-579d7cb5d35e", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"} {15} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_delete_firewall_rule_filters [0.095904s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,979 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,984 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,985 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,988 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,992 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,027 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,031 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,033 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?project_id=ef44f1efcb9548d9a441cdc252a979a6&name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,037 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,039 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} 2020-07-27 06:27:20,046 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "Accept: " -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,050 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:20,051 keystoneauth.session RESP BODY: {} {22} openstack.tests.unit.cloud.test_image.TestImage.test_get_image_name_operator [0.087297s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,053 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,056 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,058 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,060 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,065 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,079 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,083 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,084 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,095 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,099 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,100 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/f4c0d86b-3eda-488e-9e74-6ece1da13e47/file", "id": "f4c0d86b-3eda-488e-9e74-6ece1da13e47", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/f4c0d86b-3eda-488e-9e74-6ece1da13e47", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:20,111 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,115 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,117 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/f4c0d86b-3eda-488e-9e74-6ece1da13e47/file", "id": "f4c0d86b-3eda-488e-9e74-6ece1da13e47", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/f4c0d86b-3eda-488e-9e74-6ece1da13e47", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {19} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_create_floating_ip [0.094430s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,867 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,871 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,872 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,875 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,879 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,918 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,922 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,923 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2020-07-27 06:27:19,926 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id"}}' 2020-07-27 06:27:19,930 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,932 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {13} openstack.tests.unit.cloud.test_image.TestImage.test_get_image_id [0.088126s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,847 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,851 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,852 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,855 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,859 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,874 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,878 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,879 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,890 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,894 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,895 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/5c12073a-e07c-47e8-b1cb-d59e79666119/file", "id": "5c12073a-e07c-47e8-b1cb-d59e79666119", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/5c12073a-e07c-47e8-b1cb-d59e79666119", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:19,906 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,910 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,911 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/5c12073a-e07c-47e8-b1cb-d59e79666119/file", "id": "5c12073a-e07c-47e8-b1cb-d59e79666119", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/5c12073a-e07c-47e8-b1cb-d59e79666119", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {23} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_detach_ip_from_server [0.099074s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,825 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,829 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,830 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,832 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,837 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,888 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,891 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,892 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": null, "status": "ACTIVE", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "floating_network_id": "my-network-id", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "port_id": "server-port-id", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}]} 2020-07-27 06:27:19,897 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda8.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"port_id": null}}' 2020-07-27 06:27:19,899 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,900 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {9} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_neutron_available_floating_ips_invalid_network [0.087295s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,908 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,911 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,913 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,915 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,920 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,957 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,961 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,963 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2020-07-27 06:27:19,965 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,969 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,971 keystoneauth.session RESP BODY: {"subnets": []} {2} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profiles [0.018421s] ... ok {8} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_basic [0.012166s] ... ok {5} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_detach_ip_from_server [0.079833s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,985 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,989 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,991 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,994 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,998 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,024 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,029 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,030 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} 2020-07-27 06:27:20,037 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server-id/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"removeFloatingIp": {"address": "203.0.113.1"}}' 2020-07-27 06:27:20,041 keystoneauth.session RESP: [200] content-type: application/json {26} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_get_qos_minimum_bandwidth_rule_no_qos_policy_found [0.092745s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,145 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,149 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,151 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,154 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,159 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,191 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,196 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,197 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,200 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,205 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,207 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,209 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,213 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,215 keystoneauth.session RESP BODY: {"policies": []} {29} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_no_wait [0.094025s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,766 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,768 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,769 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,770 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,773 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,798 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,802 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,803 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:19,823 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2020-07-27 06:27:19,827 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,829 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,834 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,838 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,840 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {31} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_remove_rule_from_policy [0.121903s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,249 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,252 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,254 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,257 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,261 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,303 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,307 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,309 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,313 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,315 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} 2020-07-27 06:27:20,322 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,325 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,328 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,332 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,334 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "name": "deny_ssh", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": null, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}]} 2020-07-27 06:27:20,341 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4/remove_rule -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_rule_id": "d525a9b2-ab28-493d-b988-b824c8c033b1"}' 2020-07-27 06:27:20,345 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,346 keystoneauth.session RESP BODY: {"name": "block_popular_services", "firewall_rules": [], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"} {7} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_add_flavor_access [0.060348s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,808 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,812 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,814 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,816 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,821 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,834 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/flavors/flavor_id/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addTenantAccess": {"tenant": "tenant_id"}}' 2020-07-27 06:27:19,838 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,839 keystoneauth.session RESP BODY: {"flavor_access": [{"tenant_id": "tenant_id", "flavor_id": "flavor_id"}]} {21} openstack.tests.unit.cloud.test_domains.TestDomains.test_update_domain_exception [0.055912s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,893 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,897 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,899 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,901 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,906 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,921 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/ba96d06611914153935739c5fa2ba01d -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": false}}' 2020-07-27 06:27:19,925 keystoneauth.session RESP: [409] content-type: application/json 2020-07-27 06:27:19,927 keystoneauth.session RESP BODY: {"domain": {"description": "domainDesc-2", "enabled": true, "id": "ba96d06611914153935739c5fa2ba01d", "name": "domainName-3"}} {17} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_list_firewall_rules [0.053349s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,779 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,781 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,782 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,784 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,786 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,805 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,808 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,809 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} {6} openstack.tests.unit.cloud.test_network.TestNetwork.test_list_networks [0.072389s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,222 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,226 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,228 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,232 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,237 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,265 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,270 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,272 keystoneauth.session RESP BODY: {"networks": [{"id": "1", "name": "net1"}, {"id": "2", "name": "net2"}]} {28} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_delete_qos_bandwidth_limit_rule_not_found [0.098011s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,809 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,813 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,814 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,816 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,820 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,859 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,863 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,864 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:19,866 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,870 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,871 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:19,873 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,877 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,878 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:19,880 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,884 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,885 openstack QoS bandwidth limit rule ed1a2b05-0ad7-45d7-873f-008b575a02b3 not found in policy 881d1bb7-a663-44c0-8f9f-ee2765b74486. Ignoring. {3} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_update_firewall_group_compact [0.064671s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,813 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,815 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,816 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,818 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,821 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,848 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,852 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,853 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} 2020-07-27 06:27:19,857 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"description": "updated again!"}}' 2020-07-27 06:27:19,861 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,862 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "updated again!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} {1} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_neutron_update_quotas [0.065351s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,660 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,662 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,663 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,665 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,668 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,687 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,691 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,693 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "1c7d7a45a54c412892f4002f5ebab4a6", "enabled": true, "id": "9c1467609b704f4bbe975a4be0a842b8", "name": "projectName-2"}]} 2020-07-27 06:27:19,708 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/quotas/9c1467609b704f4bbe975a4be0a842b8.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"quota": {"network": 1}}' 2020-07-27 06:27:19,710 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,711 keystoneauth.session RESP BODY: {} {30} openstack.tests.unit.cloud.test_domains.TestDomains.test_delete_domain_exception [0.071373s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,073 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,076 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,078 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,081 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,085 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,100 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/domains/4b74e89e20db4b98b066a03322914be9 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"domain": {"enabled": false}}' 2020-07-27 06:27:20,104 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,106 keystoneauth.session RESP BODY: {"domain": {"enabled": false, "id": "4b74e89e20db4b98b066a03322914be9", "name": "domainName-2"}} 2020-07-27 06:27:20,111 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/4b74e89e20db4b98b066a03322914be9 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,115 keystoneauth.session RESP: [404] content-type: application/json {0} openstack.tests.unit.cloud.test_caching.TestMemoryCache.test_list_volumes_creating_invalidates [0.069349s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,812 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,815 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,817 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,819 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,823 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,837 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,841 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,842 keystoneauth.session RESP BODY: {"volumes": [{"status": "creating", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 1 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}]} 2020-07-27 06:27:19,849 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,852 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,854 keystoneauth.session RESP BODY: {"volumes": [{"status": "creating", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 1 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume1", "metadata": {}}, {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "Volume 2 Display Name", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume2", "metadata": {}}]} {10} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_get_floating_ip_by_id [0.092299s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,861 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,865 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,866 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,868 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,872 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,909 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda8 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,913 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,914 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {20} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_delete_firewall_group_not_found [0.073775s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,841 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,844 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,845 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,847 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,851 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,884 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/max_security_group -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,888 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,891 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_groups?name=max_security_group" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,895 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,896 keystoneauth.session RESP BODY: {"firewall_groups": []} {13} openstack.tests.unit.cloud.test_meta.TestMeta.test_find_nova_addresses_floating_first [0.018509s] ... ok {4} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_with_wrong_mtu_type [0.019269s] ... ok {16} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_config_drive_none [0.073448s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:18,988 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:18,990 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:18,991 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:18,992 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:18,994 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,019 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,022 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,022 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:19,034 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2020-07-27 06:27:19,036 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,037 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:19,041 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,043 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,043 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e"}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64"}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {9} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_neutron_available_floating_ips_network [0.116545s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,997 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,000 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,002 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,005 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,009 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,048 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,052 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,054 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2020-07-27 06:27:20,056 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,060 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,061 keystoneauth.session RESP BODY: {"subnets": []} 2020-07-27 06:27:20,069 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,073 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,074 keystoneauth.session RESP BODY: {"floatingips": []} 2020-07-27 06:27:20,076 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id"}}' 2020-07-27 06:27:20,081 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,082 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {23} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_available_floating_ip_existing [0.039156s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,915 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,918 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,919 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,921 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,923 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,937 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,939 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,940 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}]} {12} openstack.tests.unit.cloud.test_qos_rule_type.TestQosRuleType.test_list_qos_rule_types [0.083959s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,040 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,045 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,047 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,050 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,055 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,084 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,090 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,092 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,095 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/rule-types.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,099 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,101 keystoneauth.session RESP BODY: {"rule_types": [{"type": "bandwidth_limit"}, {"type": "dscp_marking"}]} {4} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_volumes_v1 [0.056274s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,016 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,020 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,022 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,025 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,030 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,044 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,048 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,050 keystoneauth.session RESP BODY: {"volumes": [{"status": "in-use", "display_name": "test", "multiattach": "true", "bootable": "false", "created_at": "2015-08-27T09:49:58-05:00", "id": "55db9e89-9cb4-4202-af88-d8c4a174998e", "display_description": "description"}]} {18} openstack.tests.unit.cloud.test_image.TestImage.test_config_v2 [0.056108s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,138 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,142 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,144 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,147 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,152 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,157 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,161 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,163 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } {2} openstack.tests.unit.compute.v2.test_limits.TestLimits.test_get [0.074548s] ... ok {22} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_neutron_exception [0.068890s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,145 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,149 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,150 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,153 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,158 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,185 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,189 keystoneauth.session RESP: [404] content-type: application/json {8} openstack.tests.unit.clustering.v1.test_policy_type.TestPolicyType.test_instantiate [0.011086s] ... ok {14} openstack.tests.unit.cloud.test_clustering.TestClustering.test_list_cluster_profiles [0.061939s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,833 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,837 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,838 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,840 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,845 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,857 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,861 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,863 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:19,868 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,872 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,873 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} {19} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_list_floating_ips [0.091553s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,963 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,967 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,969 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,971 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,976 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,013 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,018 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,019 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}, {"router_id": null, "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "DOWN", "port_id": null, "id": "61cea855-49cb-4846-997d-801b70c71bdd"}]} {31} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_delete_firewall_multiple_matches [0.088453s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,372 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,376 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,377 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,380 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,386 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,419 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,423 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,426 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,430 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,431 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}, {"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} {9} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_delete_role_by_id [0.074761s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,112 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,116 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,117 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,120 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,125 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,146 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,150 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,151 keystoneauth.session RESP BODY: {"roles": [{"name": "de7a01356a3343c2841a6415843da869", "id": "4498ecc3856c45d5b02e8f7e62f57f00"}]} 2020-07-27 06:27:20,161 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/roles/4498ecc3856c45d5b02e8f7e62f57f00 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,165 keystoneauth.session RESP: [204] content-type: application/json {11} openstack.tests.unit.cloud.test_image.TestImageBrokenDiscovery.test_url_fix [0.054130s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,875 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,878 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,879 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,881 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,885 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,894 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,897 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,899 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://localhost/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://localhost/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://localhost/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://localhost/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://localhost/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://localhost/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,907 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,911 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,912 keystoneauth.session RESP BODY: {"images": []} {22} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_servers_normal [0.041510s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,214 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,218 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,220 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,223 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,227 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {22} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_session_endpoint_exception [0.023020s] ... ok {27} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_private_ip_devstack [0.123696s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,290 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,294 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,296 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,298 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,303 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,321 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=test-id" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,326 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,328 keystoneauth.session RESP BODY: {"ports": [{"device_id": "test-id", "id": "test_port_id", "mac_address": "fa:16:3e:ae:7d:42"}]} 2020-07-27 06:27:20,330 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/floatingips.json?port_id=test_port_id" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,334 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,336 keystoneauth.session RESP BODY: {"floatingips": []} 2020-07-27 06:27:20,338 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,341 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,343 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "id": "test_pnztt_net", "name": "test_pnztt_net"}, {"id": "private", "name": "private"}]} 2020-07-27 06:27:20,345 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,349 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,351 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} 2020-07-27 06:27:20,372 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,376 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,378 keystoneauth.session RESP BODY: {"security_groups": []} {27} openstack.tests.unit.cloud.test_meta.TestMeta.test_obj_list_to_munch [0.015172s] ... ok {4} openstack.tests.unit.cloud.test_object.TestObject.test_list_objects_exception [0.052563s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,077 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,082 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,084 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,087 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,092 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,099 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_list_objects_exception-2?prefix=None&format=json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,104 keystoneauth.session RESP: [416] content-type: application/json {6} openstack.tests.unit.cloud.test_operator_noauth.TestOpenStackCloudOperatorNoAuth.test_ironic_noauth_auth_endpoint [0.074858s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,297 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,301 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,303 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,307 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,312 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,332 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,336 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,339 keystoneauth.session RESP BODY: {"id": "v1", "links": [{"href": "https://bare-metal.example.com/v1", "rel": "self"}]} 2020-07-27 06:27:20,342 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be" 2020-07-27 06:27:20,347 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,349 keystoneauth.session RESP BODY: {"nodes": []} {29} openstack.tests.unit.cloud.test_create_server.TestCreateServer.test_create_server_wait [0.102368s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,870 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,874 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,876 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,879 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,883 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,917 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,922 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,923 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:19,942 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"min_count": 1, "flavorRef": "flavor-id", "name": "server-name", "imageRef": "image-id", "max_count": 1}}' 2020-07-27 06:27:19,946 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,948 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "BUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} {26} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_wait [0.153652s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,240 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,245 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,246 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,250 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,255 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,284 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/076d39b4-0494-4e03-9ab7-5022e80f3fb0/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a"}}' 2020-07-27 06:27:20,289 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,291 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "076d39b4-0494-4e03-9ab7-5022e80f3fb0", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:20,296 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,301 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,303 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "076d39b4-0494-4e03-9ab7-5022e80f3fb0", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:20,314 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:20,319 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,323 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,325 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "076d39b4-0494-4e03-9ab7-5022e80f3fb0", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:20,364 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,369 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,371 keystoneauth.session RESP BODY: {"networks": []} {27} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_volumes_v2 [0.035012s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,418 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,422 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,424 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,426 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,431 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {27} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_servers [0.076997s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,457 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,461 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,463 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,466 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,471 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,494 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,499 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,501 keystoneauth.session RESP BODY: {"servers": [{"status": "ACTIVE", "updated": "2016-10-15T15:49:29Z", "OS-EXT-STS:task_state": null, "NAME_ATTR": "name", "OS-SRV-USG:terminated_at": null, "links": [{"href": "https://compute-ca-ymq-1.vexxhost.net/v2/db9/servers/811", "rel": "self"}, {"href": "https://compute-ca-ymq-1.vexxhost.net/db9/servers/811", "rel": "bookmark"}], "key_name": "mordred", "image": {"id": "69c99b45-cd53-49de-afdc-f24789eb8f83", "links": [{"href": "https://compute-ca-ymq-1.vexxhost.net/db9/images/69c", "rel": "bookmark"}]}, "networks": {"public": ["2604:e100:1:0:f816:3eff:fe9f:463e", "162.253.54.192"]}, "request_ids": [], "hostId": "bd37", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2015-08-01T19:52:02.000000", "flavor": {"id": "bbcb7eb5-5c8d-498f-9d7e-307c575d3566", "links": [{"href": "https://compute-ca-ymq-1.vexxhost.net/db9/flavors/bbc", "rel": "bookmark"}]}, "HUMAN_ID": true, "security_groups": [{"name": "default"}], "addresses": {"public": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:46:3e", "version": 6, "addr": "2604:e100:1:0:f816:3eff:fe9f:463e", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:46:3e", "version": 4, "addr": "162.253.54.192", "OS-EXT-IPS:type": "fixed"}]}, "user_id": "e9b21dc437d149858faee0898fb08e92", "name": "mordred-irc", "created": "2015-08-01T19:52:16Z", "tenant_id": "db92b20496ae4fbda850a689ea9d563f", "OS-DCF:diskConfig": "MANUAL", "metadata": {"group": "irc", "groups": "irc,enabled"}, "id": "811c5197-dba7-4d3a-a3f6-68ca5328b9a7", "os-extended-volumes:volumes_attached": [], "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "ca-ymq-2", "human_id": "mordred-irc", "config_drive": "True"}]} {21} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_set_flavor_specs [0.062036s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,958 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,962 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,964 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,967 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,971 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,985 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/flavors/1/os-extra_specs -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"extra_specs": {"key1": "value1"}}' 2020-07-27 06:27:19,989 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,991 keystoneauth.session RESP BODY: {"extra_specs": {"key1": "value1"}} {17} openstack.tests.unit.cloud.test_groups.TestGroups.test_update_group [0.056965s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,850 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,853 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,854 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,855 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,859 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,873 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,877 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,878 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "883e59dd765c4e929eadf6575366e9d4", "id": "8d3964965f3d4a62a8084605c33a9d1b", "name": "groupname-2"}]} 2020-07-27 06:27:19,885 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/groups/8d3964965f3d4a62a8084605c33a9d1b -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"group": {"name": "groupname-2"}}' 2020-07-27 06:27:19,889 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,890 keystoneauth.session RESP BODY: {"group": {"domain_id": "883e59dd765c4e929eadf6575366e9d4", "id": "8d3964965f3d4a62a8084605c33a9d1b", "name": "groupname-2"}} {14} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_auto_ip [0.020768s] ... ok {15} openstack.tests.unit.cloud.test_image.TestImage.test_download_image_with_path [0.212859s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,083 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,088 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,089 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,092 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,097 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,101 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,105 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,107 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,118 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,122 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,124 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/99c7cf64-1077-4a0e-816a-c8fe86714449/file", "id": "99c7cf64-1077-4a0e-816a-c8fe86714449", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/99c7cf64-1077-4a0e-816a-c8fe86714449", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:20,134 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/99c7cf64-1077-4a0e-816a-c8fe86714449/file -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,138 keystoneauth.session RESP: [200] Content-Type: application/octet-stream 2020-07-27 06:27:20,140 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {10} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_get_floating_ip [0.061215s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,952 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,956 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,957 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,959 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,963 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,985 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,989 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,990 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} {10} openstack.tests.unit.cloud.test_inventory.TestInventory.test_get_host [0.023236s] ... ok {19} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_create_floating_ip [0.076138s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,052 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,056 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,058 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,061 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,065 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,090 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-floating-ips -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"pool": "nova"}' 2020-07-27 06:27:20,094 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,096 keystoneauth.session RESP BODY: {"floating_ip": {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}} 2020-07-27 06:27:20,101 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips/2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,105 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,107 keystoneauth.session RESP BODY: {"floating_ip": {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}} {28} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_domain_exists [0.298282s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,911 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,914 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,916 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,918 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,923 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,970 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,974 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,975 keystoneauth.session RESP BODY: {"roles": [{"name": "4b506989685d425d95dd7265f1f6834c", "id": "526d3fa62b984159b0451f764483c67d"}]} 2020-07-27 06:27:19,984 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/0c9c1c1f379f4fdd9bf73b2b21903316 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,987 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,989 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "0c9c1c1f379f4fdd9bf73b2b21903316", "name": "domainName-2"}} 2020-07-27 06:27:19,994 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=0c9c1c1f379f4fdd9bf73b2b21903316" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,998 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,999 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "e37c8a66292546fe9cb24b77e17b5391", "domain_id": "0c9c1c1f379f4fdd9bf73b2b21903316", "name": "username-3"}]} 2020-07-27 06:27:20,011 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=526d3fa62b984159b0451f764483c67d&user.id=e37c8a66292546fe9cb24b77e17b5391&scope.domain.id=0c9c1c1f379f4fdd9bf73b2b21903316" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,015 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,016 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "0c9c1c1f379f4fdd9bf73b2b21903316"}}, "role": {"id": "526d3fa62b984159b0451f764483c67d"}, "user": {"id": "e37c8a66292546fe9cb24b77e17b5391"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/0c9c1c1f379f4fdd9bf73b2b21903316/users/e37c8a66292546fe9cb24b77e17b5391/roles/526d3fa62b984159b0451f764483c67d"}}]} 2020-07-27 06:27:20,018 openstack Assignment already exists 2020-07-27 06:27:20,026 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,030 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,031 keystoneauth.session RESP BODY: {"roles": [{"name": "4b506989685d425d95dd7265f1f6834c", "id": "526d3fa62b984159b0451f764483c67d"}]} 2020-07-27 06:27:20,040 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/0c9c1c1f379f4fdd9bf73b2b21903316 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,044 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,045 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "0c9c1c1f379f4fdd9bf73b2b21903316", "name": "domainName-2"}} 2020-07-27 06:27:20,050 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=0c9c1c1f379f4fdd9bf73b2b21903316" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,054 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,055 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "e37c8a66292546fe9cb24b77e17b5391", "domain_id": "0c9c1c1f379f4fdd9bf73b2b21903316", "name": "username-3"}]} 2020-07-27 06:27:20,067 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=526d3fa62b984159b0451f764483c67d&user.id=e37c8a66292546fe9cb24b77e17b5391&scope.domain.id=0c9c1c1f379f4fdd9bf73b2b21903316" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,072 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,073 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "0c9c1c1f379f4fdd9bf73b2b21903316"}}, "role": {"id": "526d3fa62b984159b0451f764483c67d"}, "user": {"id": "e37c8a66292546fe9cb24b77e17b5391"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/0c9c1c1f379f4fdd9bf73b2b21903316/users/e37c8a66292546fe9cb24b77e17b5391/roles/526d3fa62b984159b0451f764483c67d"}}]} 2020-07-27 06:27:20,074 openstack Assignment already exists 2020-07-27 06:27:20,082 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,086 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,087 keystoneauth.session RESP BODY: {"roles": [{"name": "4b506989685d425d95dd7265f1f6834c", "id": "526d3fa62b984159b0451f764483c67d"}]} 2020-07-27 06:27:20,095 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,099 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,100 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "0c9c1c1f379f4fdd9bf73b2b21903316", "name": "domainName-2"}} 2020-07-27 06:27:20,106 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=0c9c1c1f379f4fdd9bf73b2b21903316" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,110 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,111 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "e37c8a66292546fe9cb24b77e17b5391", "domain_id": "0c9c1c1f379f4fdd9bf73b2b21903316", "name": "username-3"}]} 2020-07-27 06:27:20,123 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=526d3fa62b984159b0451f764483c67d&user.id=e37c8a66292546fe9cb24b77e17b5391&scope.domain.id=0c9c1c1f379f4fdd9bf73b2b21903316" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,127 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,128 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "0c9c1c1f379f4fdd9bf73b2b21903316"}}, "role": {"id": "526d3fa62b984159b0451f764483c67d"}, "user": {"id": "e37c8a66292546fe9cb24b77e17b5391"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/0c9c1c1f379f4fdd9bf73b2b21903316/users/e37c8a66292546fe9cb24b77e17b5391/roles/526d3fa62b984159b0451f764483c67d"}}]} 2020-07-27 06:27:20,130 openstack Assignment already exists 2020-07-27 06:27:20,138 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,141 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,143 keystoneauth.session RESP BODY: {"roles": [{"name": "4b506989685d425d95dd7265f1f6834c", "id": "526d3fa62b984159b0451f764483c67d"}]} 2020-07-27 06:27:20,151 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,155 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,156 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "0c9c1c1f379f4fdd9bf73b2b21903316", "name": "domainName-2"}} 2020-07-27 06:27:20,161 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=0c9c1c1f379f4fdd9bf73b2b21903316" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,165 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,166 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "e37c8a66292546fe9cb24b77e17b5391", "domain_id": "0c9c1c1f379f4fdd9bf73b2b21903316", "name": "username-3"}]} 2020-07-27 06:27:20,177 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=526d3fa62b984159b0451f764483c67d&user.id=e37c8a66292546fe9cb24b77e17b5391&scope.domain.id=0c9c1c1f379f4fdd9bf73b2b21903316" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,181 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,183 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "0c9c1c1f379f4fdd9bf73b2b21903316"}}, "role": {"id": "526d3fa62b984159b0451f764483c67d"}, "user": {"id": "e37c8a66292546fe9cb24b77e17b5391"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/0c9c1c1f379f4fdd9bf73b2b21903316/users/e37c8a66292546fe9cb24b77e17b5391/roles/526d3fa62b984159b0451f764483c67d"}}]} 2020-07-27 06:27:20,184 openstack Assignment already exists {28} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_add_security_group_to_bad_server [0.073278s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,219 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,223 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,224 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,227 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,231 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,245 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,249 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,251 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "server-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:20,262 openstack Server None not found {26} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_bad_domain_exception [0.082588s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,396 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,400 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,402 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,406 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,411 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,432 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,436 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,438 keystoneauth.session RESP BODY: {"roles": [{"name": "c681547555fa465a83b406f4ce434150", "id": "2a38d38d5aaa4606818333d312620ff1"}]} 2020-07-27 06:27:20,448 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/baddomain -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,452 keystoneauth.session RESP: [404] Content-Type: text/plain 2020-07-27 06:27:20,454 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. {6} openstack.tests.unit.cloud.test_port.TestPort.test_delete_subnet_multiple_using_id [0.086346s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,372 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,376 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,379 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,382 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,387 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,419 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,424 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,426 keystoneauth.session RESP BODY: {"ports": [{"name": "port-name", "id": "123"}, {"name": "port-name", "id": "456"}]} 2020-07-27 06:27:20,429 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/ports/123.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,434 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,436 keystoneauth.session RESP BODY: {} {3} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_v2_bad_delete [0.125996s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,891 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,895 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,897 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,900 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,906 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,911 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,915 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,917 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,926 openstack Calculating hashes for /tmp/tmpbW7F1R/tmpuo30kR 2020-07-27 06:27:19,928 openstack Image file /tmp/tmpbW7F1R/tmpuo30kR md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2020-07-27 06:27:19,945 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,950 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,952 keystoneauth.session RESP BODY: {"images": []} 2020-07-27 06:27:19,958 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "container_format": "bare", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "name": "image-2"}' 2020-07-27 06:27:19,962 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,964 keystoneauth.session RESP BODY: {"status": "success", "owner_specified.openstack.object": "images/image-2", "name": "image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "container_format": "bare", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "id": "7a45d767-a33d-4aaf-bb52-2b82bd38f255", "visibility": "private"} 2020-07-27 06:27:19,970 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v2/images/7a45d767-a33d-4aaf-bb52-2b82bd38f255/file -H "Content-Type: application/octet-stream" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2020-07-27 06:27:19,975 keystoneauth.session RESP: [400] content-type: application/json 2020-07-27 06:27:19,977 openstack Deleting failed upload of image image-2 2020-07-27 06:27:19,982 keystoneauth.session REQ: curl -g -i -X DELETE https://image.example.com/v2/images/7a45d767-a33d-4aaf-bb52-2b82bd38f255 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,987 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,988 openstack Image creation failed Traceback (most recent call last): File "openstack/image/v2/_proxy.py", line 135, in _upload_image **kwargs) File "openstack/image/v2/_proxy.py", line 175, in _upload_image_put exceptions.raise_from_response(response) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id BadRequestException: BadRequestException: 400: Client Error for url: https://image.example.com/v2/images/7a45d767-a33d-4aaf-bb52-2b82bd38f255/file {1} openstack.tests.unit.cloud.test_router.TestRouter.test_delete_router [0.048018s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,725 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,727 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,729 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,730 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,733 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,751 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,754 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,755 keystoneauth.session RESP BODY: {"routers": [{"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [], "project_id": "861808a93da0484ea1767967c4df8a23"}]} 2020-07-27 06:27:19,757 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/routers/57076620-dcfb-42ed-8ad6-79ccb4a79ed2.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,759 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,760 keystoneauth.session RESP BODY: {} {8} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policies [0.011724s] ... ok {17} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_delete_role_by_name [0.053058s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,961 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,964 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,965 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,966 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,969 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,985 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,988 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,989 keystoneauth.session RESP BODY: {"roles": [{"name": "bbbd8d22527c441fbf7564766475c3b9", "id": "7d63ed40bd3147a3bec440a27e3b423d"}]} 2020-07-27 06:27:19,996 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/roles/7d63ed40bd3147a3bec440a27e3b423d -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,998 keystoneauth.session RESP: [204] content-type: application/json {6} openstack.tests.unit.cloud.test_port.TestPort.test_list_ports_exception [0.072294s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,459 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,464 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,466 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,470 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,475 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,504 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,510 keystoneauth.session RESP: [500] content-type: application/json {10} openstack.tests.unit.cloud.test_meta.TestMeta.test_find_nova_addresses_all [0.018301s] ... ok {7} openstack.tests.unit.cloud.test_floating_ip_common.TestFloatingIP.test_add_ips_to_server_rackspace_local_ipv4 [0.021139s] ... ok {9} openstack.tests.unit.cloud.test_image_snapshot.TestImageSnapshot.test_create_image_snapshot_wait_active [0.112654s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,197 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,201 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,203 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,206 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,211 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,224 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/a89699d4-8426-416c-be80-3c3dcaf379e7/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"createImage": {"name": "test-snapshot", "metadata": {}}}' 2020-07-27 06:27:20,229 keystoneauth.session RESP: [200] Location: https://images.example.com/images/6ce0e905-fbf3-4ab8-80c8-aed7062818cc content-type: application/json 2020-07-27 06:27:20,238 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,242 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,244 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,254 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,258 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,260 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/6ce0e905-fbf3-4ab8-80c8-aed7062818cc/file", "id": "6ce0e905-fbf3-4ab8-80c8-aed7062818cc", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "pending", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/6ce0e905-fbf3-4ab8-80c8-aed7062818cc", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:20,271 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,275 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,277 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/6ce0e905-fbf3-4ab8-80c8-aed7062818cc/file", "id": "6ce0e905-fbf3-4ab8-80c8-aed7062818cc", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/6ce0e905-fbf3-4ab8-80c8-aed7062818cc", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {5} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_create_firewall_group [0.145456s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,067 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,071 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,073 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,076 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,081 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,131 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/safe_outgoing_data -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,136 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,138 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=safe_outgoing_data" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,143 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,145 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "safe_outgoing_data", "firewall_rules": null, "id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "location": {"project": {"domain_id": null, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "admin", "domain_name": "default"}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": null, "project_id": null, "audited": null, "description": null}]} 2020-07-27 06:27:20,151 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/bad_incoming_data -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,156 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,158 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=bad_incoming_data" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,162 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,164 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "bad_incoming_data", "firewall_rules": null, "id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "location": {"project": {"domain_id": null, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "admin", "domain_name": "default"}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "shared": null, "project_id": null, "audited": null, "description": null}]} 2020-07-27 06:27:20,168 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,173 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,174 keystoneauth.session RESP BODY: {"ports": [{"name": "mock_port", "id": "7d90977c-45ec-467e-a16d-dcaed772a161"}]} 2020-07-27 06:27:20,180 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/fwaas/firewall_groups -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}}' 2020-07-27 06:27:20,184 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,186 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} {6} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_no_role [0.068274s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,535 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,540 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,542 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,546 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,551 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,571 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,576 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,579 keystoneauth.session RESP BODY: {"roles": []} {20} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments [0.060878s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,921 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,925 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,927 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,930 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,935 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,953 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/role_assignments -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,958 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,959 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "184656660be84d54a3a9e0047131b1f3"}}, "role": {"id": "e33e4b28a8e54f7091c02656c5f7c1e1"}, "user": {"id": "49092c48531b42c1ac147494c8fccf6e"}, "links": "https://example.com"}, {"scope": {"project": {"id": "ade3bd4ec09c4884963be77dba348fd4"}}, "role": {"id": "e33e4b28a8e54f7091c02656c5f7c1e1"}, "links": "https://example.com", "group": {"id": "743406ec07cc4f969b73f712aef92def"}}]} {10} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_neutron_accessIPv4 [0.018860s] ... ok {11} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_cloud_no_fips [0.089610s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,935 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,938 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,939 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,941 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,944 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,969 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,972 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,974 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "id": "test_pnztt_net", "name": "test_pnztt_net"}, {"id": "private", "name": "private"}]} 2020-07-27 06:27:19,976 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,980 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,982 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} 2020-07-27 06:27:19,998 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,001 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,002 keystoneauth.session RESP BODY: {"security_groups": []} {19} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_delete_floating_ip_existing [0.059827s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,123 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,125 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,126 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,128 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,130 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,153 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-floating-ips/a-wild-id-appears -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,157 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,161 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,166 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,167 keystoneauth.session RESP BODY: {"floating_ips": []} {28} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_nova [0.062981s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,293 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,297 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,299 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,301 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,306 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,319 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-security-groups -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_nova-2", "description": "description-3"}}' 2020-07-27 06:27:20,323 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,325 keystoneauth.session RESP BODY: {"security_group": {"rules": [], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "description-3", "name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_nova-2", "id": "2"}} {8} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_type_get [0.012317s] ... ok {2} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_add_fixed_ip_to_server [0.018707s] ... ok {15} openstack.tests.unit.cloud.test_inventory.TestInventory.test_list_hosts [0.024293s] ... ok {3} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_paginated [0.090460s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,013 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,017 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,019 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,022 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,028 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,043 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,048 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,050 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,060 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,065 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,067 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/22ebe68d-3272-4a52-9b30-50f2089b2ee3/file", "id": "22ebe68d-3272-4a52-9b30-50f2089b2ee3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/22ebe68d-3272-4a52-9b30-50f2089b2ee3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}], "next": "/v2/images?marker=3a466a5c-bd36-4688-9bbf-c1a0da9f7b7d"} 2020-07-27 06:27:20,073 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images?marker=3a466a5c-bd36-4688-9bbf-c1a0da9f7b7d -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,078 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,080 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/22ebe68d-3272-4a52-9b30-50f2089b2ee3/file", "id": "22ebe68d-3272-4a52-9b30-50f2089b2ee3", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/22ebe68d-3272-4a52-9b30-50f2089b2ee3", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {31} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_delete_firewall_rule [0.098664s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,461 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,465 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,467 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,470 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,475 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,510 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,515 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,517 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,521 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,523 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} 2020-07-27 06:27:20,530 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "Accept: " -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,534 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:20,536 keystoneauth.session RESP BODY: {} {31} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_external [0.070547s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,562 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,566 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,568 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,571 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,576 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,604 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"router:external": true, "name": "netname", "admin_state_up": true}}' 2020-07-27 06:27:20,608 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,610 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": null, "tags": [], "ipv6_address_scope": null, "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": true, "provider:network_type": "local", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": null, "router:external": true, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 0, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23"}} {24} openstack.tests.unit.cloud.test_port.TestPort.test_create_port_parameters [0.283619s] ... ok {24} openstack.tests.unit.cloud.test_project.TestProject.test_create_project_v3 [0.070857s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,580 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,585 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,588 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,591 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,597 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,619 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/projects -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"project": {"description": "projectDesc-2", "enabled": true, "domain_id": "a5984cfb7e7e4d5f9ddc2044f5e30d39", "name": "projectName-3"}}' 2020-07-27 06:27:20,625 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,627 keystoneauth.session RESP BODY: {"project": {"domain_id": "a5984cfb7e7e4d5f9ddc2044f5e30d39", "description": "projectDesc-2", "enabled": true, "id": "deba275e8be14b39856d02cccb8b0e1e", "name": "projectName-3"}} {0} openstack.tests.unit.cloud.test_clustering.TestClustering.test_update_cluster_profile [0.076082s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,878 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,882 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,884 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,886 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,890 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,905 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,909 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,911 keystoneauth.session RESP BODY: { "versions": [ { "id": "1.0", "links": [ { "href": "/v1/", "rel": "self" }, { "href": "https://clustering.example.com/api-ref/clustering", "rel": "help" } ], "max_version": "1.7", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.clustering-v1+json" } ], "min_version": "1.0", "status": "CURRENT", "updated": "2016-01-18T00:00:00Z" } ] } 2020-07-27 06:27:19,917 keystoneauth.session REQ: curl -g -i -X GET https://clustering.example.com/v1/profiles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,920 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,922 keystoneauth.session RESP BODY: {"profiles": [{"id": "1", "spec": {}, "name": "fake-profile-name", "metadata": {}}]} 2020-07-27 06:27:19,927 keystoneauth.session REQ: curl -g -i -X PATCH https://clustering.example.com/v1/profiles/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"profile": {"name": "new-name"}}' 2020-07-27 06:27:19,931 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,932 keystoneauth.session RESP BODY: {"metadata": {}, "id": "1", "name": "new-name", "spec": {}} {13} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_neutron [0.077855s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,958 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,962 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,964 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,966 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,971 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,998 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,002 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,004 keystoneauth.session RESP BODY: {"networks": [{"router:external": true, "id": "test-net-id", "name": "test-net"}]} 2020-07-27 06:27:20,006 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,010 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,011 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {23} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_v2 [0.140251s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,988 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,992 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,993 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,996 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,000 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,041 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,045 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,047 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,058 openstack Calculating hashes for /tmp/tmp0knHLO/tmp5PRpPk 2020-07-27 06:27:20,060 openstack Image file /tmp/tmp0knHLO/tmp5PRpPk md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2020-07-27 06:27:20,074 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,077 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,077 keystoneauth.session RESP BODY: {"images": []} 2020-07-27 06:27:20,082 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"owner_specified.openstack.object": "images/image-2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "container_format": "bare", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "name": "image-2"}' 2020-07-27 06:27:20,084 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,085 keystoneauth.session RESP BODY: {"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/b80d2a68-05a1-4dfe-b7fa-289d8d3df6de/file", "id": "b80d2a68-05a1-4dfe-b7fa-289d8d3df6de", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/b80d2a68-05a1-4dfe-b7fa-289d8d3df6de", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"} 2020-07-27 06:27:20,088 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v2/images/b80d2a68-05a1-4dfe-b7fa-289d8d3df6de/file -H "Content-Type: application/octet-stream" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2020-07-27 06:27:20,091 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,099 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,102 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,104 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/b80d2a68-05a1-4dfe-b7fa-289d8d3df6de/file", "id": "b80d2a68-05a1-4dfe-b7fa-289d8d3df6de", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/b80d2a68-05a1-4dfe-b7fa-289d8d3df6de", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {21} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_unset_flavor_specs [0.068868s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,021 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,025 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,027 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,029 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,034 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,047 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/flavors/1/os-extra_specs/key1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,051 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,056 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/flavors/1/os-extra_specs/key2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,060 keystoneauth.session RESP: [200] content-type: application/json {25} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_insert_rule_into_policy [0.173412s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,431 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,434 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,436 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,439 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,443 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,495 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,500 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,503 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,507 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,508 keystoneauth.session RESP BODY: {"firewall_policies": [{"name": "block_popular_services", "firewall_rules": ["8068fc06-0e72-43f2-a76f-a51a33b46e08", "c716382d-183b-475d-b500-dcc762f45ce3"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}]} 2020-07-27 06:27:20,515 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,519 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,521 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,526 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,527 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "name": "deny_ssh", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}]} 2020-07-27 06:27:20,534 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/after_rule -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,538 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,541 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=after_rule" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,545 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,547 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "name": "after_rule", "id": "8068fc06-0e72-43f2-a76f-a51a33b46e08", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": null, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}]} 2020-07-27 06:27:20,554 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/before_rule -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,557 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,560 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=before_rule" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,564 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,566 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "name": "before_rule", "id": "c716382d-183b-475d-b500-dcc762f45ce3", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": null, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}]} 2020-07-27 06:27:20,572 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4/insert_rule -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"insert_after": "8068fc06-0e72-43f2-a76f-a51a33b46e08", "firewall_rule_id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "insert_before": "c716382d-183b-475d-b500-dcc762f45ce3"}' 2020-07-27 06:27:20,577 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,578 keystoneauth.session RESP BODY: {"name": "block_popular_services", "firewall_rules": ["d525a9b2-ab28-493d-b988-b824c8c033b1", "8068fc06-0e72-43f2-a76f-a51a33b46e08", "c716382d-183b-475d-b500-dcc762f45ce3"], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"} {17} openstack.tests.unit.cloud.test_image.TestImage.test_list_images [0.059264s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,017 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,020 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,022 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,024 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,027 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,035 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,039 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,040 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,051 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,055 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,057 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/b5bb8a41-5e4c-4190-be05-135db27fa473/file", "id": "b5bb8a41-5e4c-4190-be05-135db27fa473", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/b5bb8a41-5e4c-4190-be05-135db27fa473", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {13} openstack.tests.unit.cloud.test_meta.TestMeta.test_unknown_volume_exception [0.041011s] ... ok {5} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_groups_from_server [0.019482s] ... ok {4} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data [0.081460s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,130 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,135 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,137 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,140 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,145 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,151 openstack Calculating hashes for /tmp/tmpi4J9d3/tmpVjVvKA 2020-07-27 06:27:20,153 openstack Image file /tmp/tmpi4J9d3/tmpVjVvKA md5:05f5ef0d823b862983ffa5dfd9295b57 sha256:8d72385835ce79088e957a5724b8380c6c3e001434cd0902ff45ac87ded8e48a 2020-07-27 06:27:20,158 openstack swift uploading data to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data-3 2020-07-27 06:27:20,181 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d 'openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_data-4' 2020-07-27 06:27:20,187 keystoneauth.session RESP: [201] content-type: application/json {14} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_get_floating_ip_not_found [0.096255s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,922 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,926 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,928 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,930 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,935 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,977 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,982 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,983 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}, {"router_id": null, "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "DOWN", "port_id": null, "id": "61cea855-49cb-4846-997d-801b70c71bdd"}]} {23} openstack.tests.unit.cloud.test_image.TestImage.test_get_image_id_operator [0.077379s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,124 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,127 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,129 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,131 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,134 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,146 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,149 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,151 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,161 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,165 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,166 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/2b51ff34-c0a7-4ee1-8a09-75cd51f86ffd/file", "id": "2b51ff34-c0a7-4ee1-8a09-75cd51f86ffd", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/2b51ff34-c0a7-4ee1-8a09-75cd51f86ffd", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:20,177 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,181 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,182 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/2b51ff34-c0a7-4ee1-8a09-75cd51f86ffd/file", "id": "2b51ff34-c0a7-4ee1-8a09-75cd51f86ffd", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/2b51ff34-c0a7-4ee1-8a09-75cd51f86ffd", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {12} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_group_domain_exists [0.408528s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,127 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,131 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,134 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,137 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,143 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,197 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,202 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,204 keystoneauth.session RESP BODY: {"roles": [{"name": "005f0966f30c4107b7cfa5e7e4aa3951", "id": "702dcf9f8bf8411db3e98d9cfdd17f51"}]} 2020-07-27 06:27:20,214 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,218 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,220 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c", "name": "domainName-2"}} 2020-07-27 06:27:20,227 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,232 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,234 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c", "id": "0d55f77ffacd466788a2224e9c41b70f", "name": "groupname-6"}]} 2020-07-27 06:27:20,247 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=e303b1c2aa8e4f61aa82fbe50fc7fb6c&role.id=702dcf9f8bf8411db3e98d9cfdd17f51&group.id=0d55f77ffacd466788a2224e9c41b70f" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,252 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,254 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c"}}, "role": {"id": "702dcf9f8bf8411db3e98d9cfdd17f51"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/e303b1c2aa8e4f61aa82fbe50fc7fb6c/groups/0d55f77ffacd466788a2224e9c41b70f/roles/702dcf9f8bf8411db3e98d9cfdd17f51"}, "group": {"id": "0d55f77ffacd466788a2224e9c41b70f"}}]} 2020-07-27 06:27:20,263 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/e303b1c2aa8e4f61aa82fbe50fc7fb6c/groups/0d55f77ffacd466788a2224e9c41b70f/roles/702dcf9f8bf8411db3e98d9cfdd17f51 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,268 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,277 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,285 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,287 keystoneauth.session RESP BODY: {"roles": [{"name": "005f0966f30c4107b7cfa5e7e4aa3951", "id": "702dcf9f8bf8411db3e98d9cfdd17f51"}]} 2020-07-27 06:27:20,296 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,301 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,303 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c", "name": "domainName-2"}} 2020-07-27 06:27:20,310 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,314 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,316 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c", "id": "0d55f77ffacd466788a2224e9c41b70f", "name": "groupname-6"}]} 2020-07-27 06:27:20,330 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=e303b1c2aa8e4f61aa82fbe50fc7fb6c&role.id=702dcf9f8bf8411db3e98d9cfdd17f51&group.id=0d55f77ffacd466788a2224e9c41b70f" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,335 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,337 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c"}}, "role": {"id": "702dcf9f8bf8411db3e98d9cfdd17f51"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/e303b1c2aa8e4f61aa82fbe50fc7fb6c/groups/0d55f77ffacd466788a2224e9c41b70f/roles/702dcf9f8bf8411db3e98d9cfdd17f51"}, "group": {"id": "0d55f77ffacd466788a2224e9c41b70f"}}]} 2020-07-27 06:27:20,346 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/e303b1c2aa8e4f61aa82fbe50fc7fb6c/groups/0d55f77ffacd466788a2224e9c41b70f/roles/702dcf9f8bf8411db3e98d9cfdd17f51 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,351 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,360 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,365 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,367 keystoneauth.session RESP BODY: {"roles": [{"name": "005f0966f30c4107b7cfa5e7e4aa3951", "id": "702dcf9f8bf8411db3e98d9cfdd17f51"}]} 2020-07-27 06:27:20,376 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/e303b1c2aa8e4f61aa82fbe50fc7fb6c -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,381 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,383 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c", "name": "domainName-2"}} 2020-07-27 06:27:20,389 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,394 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,396 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c", "id": "0d55f77ffacd466788a2224e9c41b70f", "name": "groupname-6"}]} 2020-07-27 06:27:20,409 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=e303b1c2aa8e4f61aa82fbe50fc7fb6c&role.id=702dcf9f8bf8411db3e98d9cfdd17f51&group.id=0d55f77ffacd466788a2224e9c41b70f" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,414 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,416 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c"}}, "role": {"id": "702dcf9f8bf8411db3e98d9cfdd17f51"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/e303b1c2aa8e4f61aa82fbe50fc7fb6c/groups/0d55f77ffacd466788a2224e9c41b70f/roles/702dcf9f8bf8411db3e98d9cfdd17f51"}, "group": {"id": "0d55f77ffacd466788a2224e9c41b70f"}}]} 2020-07-27 06:27:20,425 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/e303b1c2aa8e4f61aa82fbe50fc7fb6c/groups/0d55f77ffacd466788a2224e9c41b70f/roles/702dcf9f8bf8411db3e98d9cfdd17f51 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,430 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,439 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,443 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,446 keystoneauth.session RESP BODY: {"roles": [{"name": "005f0966f30c4107b7cfa5e7e4aa3951", "id": "702dcf9f8bf8411db3e98d9cfdd17f51"}]} 2020-07-27 06:27:20,456 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/e303b1c2aa8e4f61aa82fbe50fc7fb6c -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,460 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,463 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c", "name": "domainName-2"}} 2020-07-27 06:27:20,469 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,474 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,476 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c", "id": "0d55f77ffacd466788a2224e9c41b70f", "name": "groupname-6"}]} 2020-07-27 06:27:20,489 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=e303b1c2aa8e4f61aa82fbe50fc7fb6c&role.id=702dcf9f8bf8411db3e98d9cfdd17f51&group.id=0d55f77ffacd466788a2224e9c41b70f" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,494 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,496 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "e303b1c2aa8e4f61aa82fbe50fc7fb6c"}}, "role": {"id": "702dcf9f8bf8411db3e98d9cfdd17f51"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/e303b1c2aa8e4f61aa82fbe50fc7fb6c/groups/0d55f77ffacd466788a2224e9c41b70f/roles/702dcf9f8bf8411db3e98d9cfdd17f51"}, "group": {"id": "0d55f77ffacd466788a2224e9c41b70f"}}]} 2020-07-27 06:27:20,505 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/e303b1c2aa8e4f61aa82fbe50fc7fb6c/groups/0d55f77ffacd466788a2224e9c41b70f/roles/702dcf9f8bf8411db3e98d9cfdd17f51 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,510 keystoneauth.session RESP: [200] content-type: application/json {27} openstack.tests.unit.cloud.test_object.TestObject.test_set_container_access_invalid [0.043319s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,537 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,541 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,543 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,546 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,551 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {4} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure [0.173260s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,213 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,218 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,220 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,223 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,229 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,234 openstack Calculating hashes for /tmp/tmpHyE3vW/tmpzLqKhF 2020-07-27 06:27:20,236 openstack Image file /tmp/tmpHyE3vW/tmpzLqKhF md5:c05cf8cc50eb6af4769c10e069df4996 sha256:1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964 2020-07-27 06:27:20,261 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,266 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,268 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 1}, "swift": {"max_file_size": 25}} 2020-07-27 06:27:20,273 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,277 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,279 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3 2020-07-27 06:27:20,281 openstack swift uploading /tmp/tmpHyE3vW/tmpzLqKhF to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3 2020-07-27 06:27:20,287 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000000 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c05cf8cc50eb6af4769c10e069df4996" -H "x-object-meta-x-sdk-sha256: 1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964" -d '' 2020-07-27 06:27:20,293 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,298 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000001 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c05cf8cc50eb6af4769c10e069df4996" -H "x-object-meta-x-sdk-sha256: 1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964" -d '' 2020-07-27 06:27:20,303 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,315 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000002 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c05cf8cc50eb6af4769c10e069df4996" -H "x-object-meta-x-sdk-sha256: 1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964" -d '' 2020-07-27 06:27:20,320 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,334 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000003 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c05cf8cc50eb6af4769c10e069df4996" -H "x-object-meta-x-sdk-sha256: 1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964" -d '' 2020-07-27 06:27:20,339 keystoneauth.session RESP: [501] content-type: application/json 2020-07-27 06:27:20,342 openstack Exception processing async task: HttpException: 501: Server Error for url: https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000003 2020-07-27 06:27:20,351 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000003 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c05cf8cc50eb6af4769c10e069df4996" -H "x-object-meta-x-sdk-sha256: 1bae3ca7f14b075bac503df1c0295ae39429682bb62e009ac73f0b25a5a4a964" -d '' 2020-07-27 06:27:20,356 keystoneauth.session RESP: [501] content-type: application/json 2020-07-27 06:27:20,360 openstack Exception processing async task: HttpException: 501: Server Error for url: https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000003 Traceback (most recent call last): File "openstack/cloud/openstackcloud.py", line 7502, in _wait_for_futures exceptions.raise_from_response(result) File "openstack/exceptions.py", line 229, in raise_from_response http_status=http_status, request_id=request_id HttpException: HttpException: 501: Server Error for url: https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retry_failure-3/000003 {2} openstack.tests.unit.compute.v2.test_server.TestServer.test_evacuate [0.013014s] ... ok {9} openstack.tests.unit.cloud.test_meta.TestMeta.test_current_location [0.036499s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,303 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,307 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,309 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,312 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,317 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {16} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_create_floating_ip_port [0.053586s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,624 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,627 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,628 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,629 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,631 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,653 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,655 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,656 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2020-07-27 06:27:19,657 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac"}}' 2020-07-27 06:27:19,660 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,660 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {13} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_with_availability_zone_hints [0.079360s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,076 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,080 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,082 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,085 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,089 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,119 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,123 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,125 keystoneauth.session RESP BODY: {"extensions": [{"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "description": "Availability zone support for router.", "links": [], "name": "Network Availability Zone"}]} 2020-07-27 06:27:20,127 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"availability_zone_hints": ["nova"], "name": "netname", "admin_state_up": true}}' 2020-07-27 06:27:20,131 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,133 keystoneauth.session RESP BODY: {"network": {"provider:physical_network": null, "ipv6_address_scope": null, "revision_number": 3, "port_security_enabled": true, "mtu": 0, "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "router:external": false, "availability_zone_hints": [], "availability_zones": [], "provider:segmentation_id": null, "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23", "status": "ACTIVE", "subnets": [], "description": "", "tags": [], "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "qos_policy_id": null, "name": "netname", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "created_at": "2017-04-22T19:22:53Z", "provider:network_type": "local"}} {11} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_neutron_accessIPv6 [0.016947s] ... ok {15} openstack.tests.unit.cloud.test_meta.TestMeta.test_az [0.030793s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,315 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,318 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,319 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,321 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,324 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {30} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_available_floating_ip_new [0.105764s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,130 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,133 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,133 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,135 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,137 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,176 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,180 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,182 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2020-07-27 06:27:20,184 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,188 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,189 keystoneauth.session RESP BODY: {"subnets": []} 2020-07-27 06:27:20,196 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,201 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,202 keystoneauth.session RESP BODY: {"floatingips": []} 2020-07-27 06:27:20,204 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id"}}' 2020-07-27 06:27:20,208 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,209 keystoneauth.session RESP BODY: {"floatingip": {"floating_network_id": "my-network-id", "router_id": null, "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62df", "status": "ACTIVE", "port_id": null, "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda8"}} {7} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_bad_int [0.091271s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,895 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,899 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,901 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,904 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,909 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,914 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,918 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:19,919 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:19,929 openstack Calculating hashes for /tmp/tmpF37qbG/tmp6j2xf6 2020-07-27 06:27:19,931 openstack Image file /tmp/tmpF37qbG/tmp6j2xf6 md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2020-07-27 06:27:19,949 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,953 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,954 keystoneauth.session RESP BODY: {"images": []} {8} openstack.tests.unit.compute.v2.test_aggregate.TestAggregate.test_set_metadata [0.014811s] ... ok {0} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_already_gone [0.062340s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,956 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,960 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,961 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,964 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,968 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,990 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,995 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,996 keystoneauth.session RESP BODY: {"servers": []} {22} openstack.tests.unit.cloud.test_port.TestPort.test_search_ports_by_name [0.069477s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,279 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,283 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,285 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,287 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,292 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,320 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,324 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,326 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} {26} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_group_project_exists [0.206665s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,477 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,481 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,483 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,486 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,491 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,528 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,533 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,535 keystoneauth.session RESP BODY: {"roles": [{"name": "e253b6e6f8174f3e9805ff83929cbc0d", "id": "c64d503080244d1798992021aca0ce47"}]} 2020-07-27 06:27:20,550 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,555 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,557 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "5eaa30ad54844f368ff32fba56c5dffa", "enabled": true, "id": "9efbd45edf72451d8b906e2cacab1bd7", "name": "projectName-5"}]} 2020-07-27 06:27:20,565 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,569 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,572 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "5eaa30ad54844f368ff32fba56c5dffa", "id": "559970c78be44e8596524e4b42adcfb7", "name": "groupname-6"}]} 2020-07-27 06:27:20,584 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=559970c78be44e8596524e4b42adcfb7&scope.project.id=9efbd45edf72451d8b906e2cacab1bd7&role.id=c64d503080244d1798992021aca0ce47" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,590 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,592 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "9efbd45edf72451d8b906e2cacab1bd7"}}, "role": {"id": "c64d503080244d1798992021aca0ce47"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/9efbd45edf72451d8b906e2cacab1bd7/groups/559970c78be44e8596524e4b42adcfb7/roles/c64d503080244d1798992021aca0ce47"}, "group": {"id": "559970c78be44e8596524e4b42adcfb7"}}]} 2020-07-27 06:27:20,601 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/9efbd45edf72451d8b906e2cacab1bd7/groups/559970c78be44e8596524e4b42adcfb7/roles/c64d503080244d1798992021aca0ce47 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,606 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,614 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,619 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,621 keystoneauth.session RESP BODY: {"roles": [{"name": "e253b6e6f8174f3e9805ff83929cbc0d", "id": "c64d503080244d1798992021aca0ce47"}]} 2020-07-27 06:27:20,632 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,635 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,636 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "5eaa30ad54844f368ff32fba56c5dffa", "enabled": true, "id": "9efbd45edf72451d8b906e2cacab1bd7", "name": "projectName-5"}]} 2020-07-27 06:27:20,640 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,642 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,643 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "5eaa30ad54844f368ff32fba56c5dffa", "id": "559970c78be44e8596524e4b42adcfb7", "name": "groupname-6"}]} 2020-07-27 06:27:20,651 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=559970c78be44e8596524e4b42adcfb7&scope.project.id=9efbd45edf72451d8b906e2cacab1bd7&role.id=c64d503080244d1798992021aca0ce47" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,654 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,655 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "9efbd45edf72451d8b906e2cacab1bd7"}}, "role": {"id": "c64d503080244d1798992021aca0ce47"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/9efbd45edf72451d8b906e2cacab1bd7/groups/559970c78be44e8596524e4b42adcfb7/roles/c64d503080244d1798992021aca0ce47"}, "group": {"id": "559970c78be44e8596524e4b42adcfb7"}}]} 2020-07-27 06:27:20,660 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/9efbd45edf72451d8b906e2cacab1bd7/groups/559970c78be44e8596524e4b42adcfb7/roles/c64d503080244d1798992021aca0ce47 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,662 keystoneauth.session RESP: [200] content-type: application/json {3} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_show_all [0.068489s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,106 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,110 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,112 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,116 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,121 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,134 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,139 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,141 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,148 keystoneauth.session REQ: curl -g -i -X GET "https://image.example.com/v2/images?member_status=all" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,150 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,151 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/9c692801-1f67-4dae-8e9e-9dae98e3c81f/file", "id": "9c692801-1f67-4dae-8e9e-9dae98e3c81f", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/9c692801-1f67-4dae-8e9e-9dae98e3c81f", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {18} openstack.tests.unit.cloud.test_image.TestImage.test_empty_list_images [0.055100s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,186 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,189 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,190 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,191 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,194 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,204 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,207 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,208 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,217 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,221 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,222 keystoneauth.session RESP BODY: {"images": []} {7} openstack.tests.unit.cloud.test_limits.TestLimits.test_other_get_compute_limits [0.107136s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,979 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,983 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,985 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,988 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,992 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,016 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,020 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,022 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "8afd2f4a368847a0b03bac06ce92fb6b", "enabled": true, "id": "b73af4db3c5d4b6a84efaf413188f8d7", "name": "projectName-2"}]} 2020-07-27 06:27:20,044 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/limits?tenant_id=b73af4db3c5d4b6a84efaf413188f8d7" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,061 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,063 keystoneauth.session RESP BODY: {"limits": {"rate": [], "absolute": {"maxServerMeta": 128, "maxPersonality": 5, "totalServerGroupsUsed": 0, "maxImageMeta": 128, "maxPersonalitySize": 10240, "maxTotalRAMSize": 51200, "maxSecurityGroupRules": 20, "maxTotalKeypairs": 100, "totalCoresUsed": 0, "totalRAMUsed": 0, "maxSecurityGroups": 10, "totalFloatingIpsUsed": 0, "totalInstancesUsed": 0, "maxServerGroupMembers": 10, "maxTotalFloatingIps": 10, "totalSecurityGroupsUsed": 0, "maxTotalInstances": 10, "maxTotalCores": 20, "maxServerGroups": 10}}} {24} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_get_qos_dscp_marking_rule_no_qos_extension [0.078850s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,654 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,659 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,662 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,666 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,672 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,700 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,706 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,708 keystoneauth.session RESP BODY: {"extensions": []} {5} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_security_groups [0.021549s] ... ok {31} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_with_wrong_mtu_size [0.019327s] ... ok {28} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_rule_neutron [0.081230s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,349 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,353 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,354 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,357 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,361 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,391 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,396 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,398 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2020-07-27 06:27:20,401 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/security-group-rules.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group_rule": {"remote_group_id": "456", "direction": "egress", "port_range_min": null, "remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port_range_max": 40000, "ethertype": "IPv6", "security_group_id": "1"}}' 2020-07-27 06:27:20,405 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,407 keystoneauth.session RESP BODY: {"security_group_rule": {"remote_group_id": "456", "direction": "egress", "protocol": "tcp", "ethertype": "IPv6", "port_range_max": 40000, "security_group_id": "1", "tenant_id": "", "port_range_min": null, "remote_ip_prefix": "0.0.0.0/0", "project_id": "", "id": "1234"}} {21} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_delete_floating_ip_existing_no_delete [0.194914s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,086 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,090 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,092 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,095 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,099 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,150 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,154 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,156 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:20,168 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,172 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,174 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} 2020-07-27 06:27:20,188 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,192 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,194 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:20,206 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,210 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,212 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} 2020-07-27 06:27:20,225 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/floatingips/2f245a7b-796b-4f26-9cf9-9e82d248fda7.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,229 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,231 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:20,243 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,248 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,250 keystoneauth.session RESP BODY: {"floatingips": [{"status": "ACTIVE", "floating_ip_address": "172.99.106.167", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}]} {17} openstack.tests.unit.cloud.test_image.TestImageV1Only.test_config_v1 [0.060075s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,180 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,184 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,186 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,189 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,194 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,199 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,203 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,205 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } {19} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_get_floating_ip_not_found [0.068269s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,191 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,195 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,197 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,200 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,206 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,229 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,233 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,235 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} {20} openstack.tests.unit.cloud.test_inventory.TestInventory.test_search_hosts [0.024557s] ... ok {11} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_ip [0.018253s] ... ok {0} openstack.tests.unit.cloud.test_flavors.TestFlavors.test_remove_flavor_access [0.061116s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,043 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,047 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,048 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,051 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,055 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,068 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/flavors/flavor_id/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"removeTenantAccess": {"tenant": "tenant_id"}}' 2020-07-27 06:27:20,072 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,074 keystoneauth.session RESP BODY: {"flavor_access": []} {0} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_delete_firewall_group_filters [0.085769s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,139 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,143 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,145 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,147 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,152 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,194 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "Accept: " -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,198 keystoneauth.session RESP: [204] content-type: application/json {29} openstack.tests.unit.cloud.test_delete_server.TestDeleteServer.test_delete_server_no_cinder [0.083249s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,973 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,977 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,979 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,982 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,987 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,011 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,015 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,017 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "porky", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:20,030 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,034 keystoneauth.session RESP: [200] content-type: application/json {10} openstack.tests.unit.cloud.test_object.TestObject.test_delete_container_error [0.091998s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,084 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,087 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,089 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,092 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,096 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,130 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_container_error-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,140 keystoneauth.session RESP: [409] content-type: application/json {14} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_list_floating_ips_with_filters [0.081385s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,020 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,023 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,025 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,028 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,032 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,070 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/floatingips.json?Foo=42" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,075 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,076 keystoneauth.session RESP BODY: {"floatingips": []} {27} openstack.tests.unit.cloud.test_object.TestObject.test_stream_object_not_found [0.053421s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,581 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,585 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,587 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,591 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,596 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,603 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_stream_object_not_found-2/openstack.tests.unit.cloud.test_object.TestObject.test_stream_object_not_found-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,608 keystoneauth.session RESP: [404] content-type: application/json {3} openstack.tests.unit.cloud.test_image.TestImageSuburl.test_list_images [0.047453s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,167 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,170 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,171 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,173 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,176 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://example.com/compute/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://example.com/volumev2/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://example.com/image", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://example.com/volume/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://example.com/identity", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/example", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/container-infra/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/object-store/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/bare-metal", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/orchestration/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://example.com/dns", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints": [{"interface": "public", "url": "https://example.com/clustering", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin", "endpoint_links": []}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,184 keystoneauth.session REQ: curl -g -i -X GET https://example.com/image -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,187 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,189 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://example.com/image/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://example.com/image/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://example.com/image/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,195 keystoneauth.session REQ: curl -g -i -X GET https://example.com/image/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}7b9973c7c26d43bf362e5dc169c96d406bca12faa39a62fd43db55f00f28ba48" 2020-07-27 06:27:20,198 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,199 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/768ba952-ecd2-4311-8e2b-ddaf4333b77d/file", "id": "768ba952-ecd2-4311-8e2b-ddaf4333b77d", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/768ba952-ecd2-4311-8e2b-ddaf4333b77d", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {4} openstack.tests.unit.cloud.test_port.TestPort.test_create_port_exception [0.095033s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,405 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,409 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,412 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,416 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,422 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,452 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/ports.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"port": {"network_id": "test-net-id", "name": "test-port-name", "admin_state_up": true}}' 2020-07-27 06:27:20,457 keystoneauth.session RESP: [500] content-type: application/json {15} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv6 [0.017034s] ... ok {15} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_has_service_no [0.024334s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,368 openstack.config Keystone catalog entry not found (service_type=image,service_name=None,interface=public,region_name=RegionOne) {1} openstack.tests.unit.cloud.test_router.TestRouter.test_list_router_interfaces_internal_dvr [0.079219s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,774 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,777 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,778 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,780 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,783 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,814 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,819 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,821 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:19,824 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface_distributed&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,827 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,828 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_interface_distributed", "fixed_ips": [{"subnet_id": "internal_subnet_id", "ip_address": "10.0.0.1"}], "id": "internal_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} 2020-07-27 06:27:19,830 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Aha_router_replicated_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,833 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,834 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:19,836 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_gateway&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,838 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,840 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_gateway", "fixed_ips": [{"subnet_id": "external_subnet_id", "ip_address": "1.2.3.4"}], "id": "external_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} {16} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_delete_firewall_policy_not_found [0.079729s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,936 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,939 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,941 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,943 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,947 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,981 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,985 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:19,987 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,991 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,992 keystoneauth.session RESP BODY: {"firewall_policies": []} {5} openstack.tests.unit.cloud.test_network.TestNetwork.test_delete_network_exception [0.082606s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,259 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,263 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,265 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,268 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,273 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,304 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,309 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,311 keystoneauth.session RESP BODY: {"networks": [{"id": "test-net-id", "name": "network"}]} 2020-07-27 06:27:20,314 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/networks/test-net-id.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,318 keystoneauth.session RESP: [503] content-type: application/json {11} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_provider_ignored_value [0.072499s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,065 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,069 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,071 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,074 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,079 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,107 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"provider:segmentation_id": "vlan1", "provider:network_type": "vlan", "name": "netname", "provider:physical_network": "mynet", "admin_state_up": true}}' 2020-07-27 06:27:20,112 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,115 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": "mynet", "tags": [], "ipv6_address_scope": null, "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": true, "provider:network_type": "vlan", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": "vlan1", "router:external": false, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 0, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23"}} {17} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_nova_none [0.020052s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,264 openstack Disabling network entry in catalog per config {2} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_no_microversion_force_true [0.013320s] ... ok {12} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_remove_security_group_from_server_nova [0.079351s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,545 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,549 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,552 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,555 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,561 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,575 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,580 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,582 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2020-07-27 06:27:20,589 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/1234/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"removeSecurityGroup": {"name": "nova-sec-group"}}' 2020-07-27 06:27:20,593 keystoneauth.session RESP: [200] content-type: application/json {15} openstack.tests.unit.cloud.test_port.TestPort.test_delete_subnet_multiple_found [0.070265s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,394 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,399 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,401 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,403 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,408 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,433 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,437 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,439 keystoneauth.session RESP BODY: {"ports": [{"name": "port-name", "id": "123"}, {"name": "port-name", "id": "456"}]} {28} openstack.tests.unit.cloud.test_services.CloudServices.test_create_service_v2 [0.059306s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,434 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,438 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,440 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,442 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:20,462 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/OS-KSADM/services -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" -d '{"OS-KSADM:service": {"type": "network", "description": "A test service", "name": "a service"}}' 2020-07-27 06:27:20,466 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,468 keystoneauth.session RESP BODY: {"OS-KSADM:service": {"enabled": true, "description": "A test service", "type": "network", "id": "2e571f6de0d44550a936d4dfb2dcb336", "name": "a service"}} {11} openstack.tests.unit.cloud.test_network.TestNetwork.test_list_networks_filtered [0.074982s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,172 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,177 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,179 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,182 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,187 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,215 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/networks.json?name=test" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,223 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,225 keystoneauth.session RESP BODY: {"networks": []} {11} openstack.tests.unit.cloud.test_object.TestObject.test_list_containers [0.071560s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,252 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,256 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,259 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,262 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,267 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,291 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/?prefix=None&format=json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,296 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,298 keystoneauth.session RESP BODY: [{"count": 0, "bytes": 0, "name": "openstack.tests.unit.cloud.test_object.TestObject.test_list_containers-2"}] {5} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_secgroup_rules [0.039189s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,343 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,347 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,349 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,353 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,358 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {3} openstack.tests.unit.cloud.test_image.TestImageV2Only.test_config_v2 [0.046643s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,219 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,223 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,224 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,227 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,233 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,237 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,240 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,242 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] } ] } {3} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_delete_keypair [0.064771s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,266 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,270 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,272 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,275 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,281 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,305 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-keypairs/key-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,312 keystoneauth.session RESP: [202] content-type: application/json {23} openstack.tests.unit.cloud.test_image.TestImageVolume.test_create_image_volume [0.137904s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,207 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,211 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,213 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,215 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,218 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,230 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,233 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,234 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2020-07-27 06:27:20,242 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/7b0238f6-9f89-4fc3-b0c6-5ef59d06311b/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-volume_upload_image": {"container_format": "bare", "force": false, "image_name": "fake_image", "disk_format": "qcow2"}}' 2020-07-27 06:27:20,245 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,246 keystoneauth.session RESP BODY: {"os-volume_upload_image": {"image_id": "0f545259-4684-4385-8467-4b7cdfb98e12"}} 2020-07-27 06:27:20,259 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,263 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,265 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,314 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,318 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,320 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/0f545259-4684-4385-8467-4b7cdfb98e12/file", "id": "0f545259-4684-4385-8467-4b7cdfb98e12", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/0f545259-4684-4385-8467-4b7cdfb98e12", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {23} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_provider_ipv4_neutron [0.081910s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,349 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,354 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,356 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,358 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,363 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,391 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,396 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,397 keystoneauth.session RESP BODY: {"networks": [{"provider:network_type": "vlan", "id": "test-net-id", "provider:physical_network": "vlan", "name": "test-net"}]} 2020-07-27 06:27:20,400 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,404 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,406 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {23} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_provider_wrong_type [0.032533s] ... ok {13} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_glance_images [0.037100s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,157 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,161 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,163 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,166 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,170 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {24} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_update_qos_dscp_marking_rule_no_qos_extension [0.076539s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,732 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,737 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,740 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,743 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,749 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,778 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,783 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,786 keystoneauth.session RESP BODY: {"extensions": []} {3} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_list_keypairs [0.069973s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,368 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,373 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,375 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,379 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,384 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,408 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-keypairs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,413 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,415 keystoneauth.session RESP BODY: {"keypairs": [{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkF3MX59OrlBs3dH5CU7lNmvpbrgZxSpyGjlnE8Flkirnc/Up22lpjznoxqeoTAwTW034k7Dz6aYIrZGmQwe2TkE084yqvlj45Dkyoj95fW/sZacm0cZNuL69EObEGHdprfGJQajrpz22NQoCD8TFB8Wv+8om9NH9Le6s+WPe98WC77KLw8qgfQsbIey+JawPWl4O67ZdL5xrypuRjfIPWjgy/VH85IXg/Z/GONZ2nxHgSShMkwqSFECAC5L3PHB+0+/12M/iikdatFSVGjpuHvkLOs3oe7m6HlOfluSJ85BzLWBbvva93qkGmLg4ZAc8rPh2O+YIsBUHNLLMM/oQp Generated-by-Nova\n", "created_at": "2020-07-27T06:27:20.367769", "type": "ssh", "name": "key-2", "fingerprint": "7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd"}}]} {3} openstack.tests.unit.cloud.test_meta.TestMeta.test_has_volume [0.030972s] ... ok {3} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_create_qos_minimum_bandwidth_rule [0.082706s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,562 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,565 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,567 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,569 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,573 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,597 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,602 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,604 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,606 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,609 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,610 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,613 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,617 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,619 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,622 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"minimum_bandwidth_rule": {"min_kbps": 1000}}' 2020-07-27 06:27:20,626 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,628 keystoneauth.session RESP BODY: {"minimum_bandwidth_rule": {"direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "min_kbps": 1000}} {3} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_update_recordset [0.096330s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,651 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,655 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,657 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,661 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,666 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,683 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,687 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,689 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:20,694 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,698 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,700 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "id": "1", "ttl": 3600, "type": "PRIMARY", "email": "test@example.net", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} 2020-07-27 06:27:20,705 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,708 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,710 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "id": "1", "ttl": 3600, "type": "PRIMARY", "email": "test@example.net", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} 2020-07-27 06:27:20,714 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1/recordsets/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,717 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,719 keystoneauth.session RESP BODY: {"description": "Example zone", "zone": "1", "records": ["192.168.1.1"], "ttl": 3600, "type": "A", "id": "1", "name": "www.example.net."} 2020-07-27 06:27:20,723 keystoneauth.session REQ: curl -g -i -X PUT https://dns.example.com/v2/zones/1/recordsets/1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"ttl": 7200}' 2020-07-27 06:27:20,727 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,728 keystoneauth.session RESP BODY: {"records": ["192.168.1.1"], "type": "A", "name": "www.example.net."} {16} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_remove_rule_from_policy_not_associated [0.091914s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,042 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,045 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,047 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,050 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,055 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,091 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/78d05d20-d406-41ec-819d-06b65c2684e4 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,095 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,096 keystoneauth.session RESP BODY: {"firewall_policy": {"name": "block_popular_services", "firewall_rules": [], "audited": true, "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "b64238cb-a25d-41af-9ee1-42deb4587d20"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "b64238cb-a25d-41af-9ee1-42deb4587d20", "id": "78d05d20-d406-41ec-819d-06b65c2684e4", "description": "block ports of well-known services"}} 2020-07-27 06:27:20,102 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/d525a9b2-ab28-493d-b988-b824c8c033b1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,106 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,107 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": null, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}} {8} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_get_hypervisor [0.019163s] ... ok {20} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_multiple_private_ip [0.082948s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,014 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,018 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,020 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,022 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,028 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,055 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,060 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,062 keystoneauth.session RESP BODY: {"networks": [{"id": "test-net-id", "name": "test-net"}]} 2020-07-27 06:27:20,064 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,069 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,070 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {14} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_get_firewall_group_not_found [0.088014s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,100 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,104 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,105 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,108 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,112 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,153 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/not_found -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,157 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,160 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_groups?name=not_found" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,164 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,165 keystoneauth.session RESP BODY: {"firewall_groups": []} {14} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_keystone_v2_with_role [0.058131s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,191 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,195 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,197 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,200 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:20,218 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/d1806aa2d6a545c8b330cf6144d85983/users/5c74f79121f144df8601a4852765a56c/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,223 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,224 keystoneauth.session RESP BODY: {"roles": [{"name": "18e4f2a668984880aeefccf077591ed5", "id": "6b21bc72bb8d4f79be4e1dd1c7c52a3c"}, {"name": "cfcc66e3983849669d64a8d071c107cd", "id": "e22273226d664d1d9dfcf0ce17eeec8d"}]} {3} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project_v2_exists [0.124196s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,750 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,755 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,757 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,761 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:20,783 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,787 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,789 keystoneauth.session RESP BODY: {"roles": [{"name": "ff54104ebe7a48098daaa5c927e5731a", "id": "c0422383409540a5af92d2844fdc6ad2"}]} 2020-07-27 06:27:20,797 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,802 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,805 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "1b459b82f2014f1a80c56d51164548d2", "domain_id": "0d401e2127f54d9b937e4c5ec2a19cbc", "name": "username-3"}]} 2020-07-27 06:27:20,815 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,819 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,822 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "7d4db8c97d8c40459b788b3686c3efa1", "name": "projectName-5"}]} 2020-07-27 06:27:20,833 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/7d4db8c97d8c40459b788b3686c3efa1/users/1b459b82f2014f1a80c56d51164548d2/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,837 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,839 keystoneauth.session RESP BODY: {"roles": [{"name": "ff54104ebe7a48098daaa5c927e5731a", "id": "c0422383409540a5af92d2844fdc6ad2"}]} 2020-07-27 06:27:20,847 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/7d4db8c97d8c40459b788b3686c3efa1/users/1b459b82f2014f1a80c56d51164548d2/roles/OS-KSADM/c0422383409540a5af92d2844fdc6ad2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,852 keystoneauth.session RESP: [204] content-type: application/json {12} openstack.tests.unit.cloud.test_shade.TestShade.test_iterate_timeout_int_wait [0.022243s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,617 openstack.iterate_timeout Waiting 1.0 seconds {12} openstack.tests.unit.cloud.test_shade.TestShade.test_iterate_timeout_timeout [0.120728s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,640 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,643 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,645 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,648 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,650 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,653 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,655 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,657 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,660 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,662 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,664 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,667 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,669 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,672 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,674 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,676 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,679 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,681 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,683 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,686 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,688 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,691 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,693 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,695 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,698 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,700 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,702 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,705 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,707 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,710 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,712 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,714 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,718 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,720 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,722 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,725 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,727 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,729 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,732 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,734 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,736 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:20,739 openstack.iterate_timeout Waiting 1.0 seconds {24} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_list_server_security_groups_nova [0.075503s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,822 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,827 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,830 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,833 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,839 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,854 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/server_id/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,860 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,863 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} {2} openstack.tests.unit.compute.v2.test_server.TestServer.test_reboot [0.020530s] ... ok {2} openstack.tests.unit.compute.v2.test_server.TestServer.test_unpause [0.023920s] ... ok {26} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_list_security_groups_none [0.016248s] ... ok {10} openstack.tests.unit.cloud.test_object.TestObject.test_get_object_exception [0.052041s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,178 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,182 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,184 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,186 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,191 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,199 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_object_exception-2/openstack.tests.unit.cloud.test_object.TestObject.test_get_object_exception-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,204 keystoneauth.session RESP: [416] content-type: application/json {1} openstack.tests.unit.cloud.test_services.CloudServices.test_delete_service [0.076292s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,854 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,856 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,858 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,860 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,863 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:19,879 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,883 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,884 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "e3bd4bf16aaf48a7a204f80c157fd6f7", "id": "fc827ddfaa904f399ff3a5b28c34dcd8", "name": "4c0592fd87564b20bbbb1ef84293edd7"}]} 2020-07-27 06:27:19,890 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/services/fc827ddfaa904f399ff3a5b28c34dcd8 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,893 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:19,900 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,904 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,905 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "e3bd4bf16aaf48a7a204f80c157fd6f7", "id": "fc827ddfaa904f399ff3a5b28c34dcd8", "name": "4c0592fd87564b20bbbb1ef84293edd7"}]} 2020-07-27 06:27:19,913 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/services/fc827ddfaa904f399ff3a5b28c34dcd8 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:19,916 keystoneauth.session RESP: [204] content-type: application/json {12} openstack.tests.unit.cloud.test_shade.TestShade.test_list_servers_all_projects [0.071364s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,762 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,767 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,769 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,773 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,779 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,803 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/servers/detail?all_tenants=True" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,808 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,811 keystoneauth.session RESP BODY: {"servers": []} {27} openstack.tests.unit.cloud.test_project.TestProject.test_list_projects_v3 [0.067717s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,633 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,638 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,640 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,643 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,648 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,670 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=96adbb60da374db487dad3020246ff19" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,675 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,677 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "96adbb60da374db487dad3020246ff19", "description": "projectDesc-2", "enabled": true, "id": "e2a2591d93bb4629accde5cf060ff463", "name": "projectName-3"}]} {16} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_get_firewall_rule [0.070588s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,128 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,131 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,132 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,134 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,138 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,167 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/deny_ssh -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,171 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,173 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=deny_ssh" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,177 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,179 keystoneauth.session RESP BODY: {"firewall_rules": [{"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "source_ip_address": null, "destination_ip_address": null, "firewall_policy_id": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "name": "deny_ssh"}]} {15} openstack.tests.unit.cloud.test_port.TestPort.test_list_ports [0.057995s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,456 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,459 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,461 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,463 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,468 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,491 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,496 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,498 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} {13} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_session_endpoint_identity [0.021849s] ... ok {18} openstack.tests.unit.cloud.test_image.TestImage.test_get_image_name [0.073938s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,243 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,247 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,249 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,252 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,256 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,269 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,273 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,274 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,280 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,282 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,283 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/ed9f62d0-94a8-41cb-b72c-4de92eb2865f/file", "id": "ed9f62d0-94a8-41cb-b72c-4de92eb2865f", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/ed9f62d0-94a8-41cb-b72c-4de92eb2865f", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:20,290 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,294 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,295 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/ed9f62d0-94a8-41cb-b72c-4de92eb2865f/file", "id": "ed9f62d0-94a8-41cb-b72c-4de92eb2865f", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/ed9f62d0-94a8-41cb-b72c-4de92eb2865f", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {17} openstack.tests.unit.cloud.test_object.TestObject.test_create_container_exists [0.072309s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,290 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,294 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,296 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,303 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,308 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,331 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container_exists-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,336 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 0 Content-Type: text/plain; charset=utf-8 Date: Fri, 16 Dec 2016 18:29:05 GMT X-Container-Bytes-Used: 0 X-Container-Object-Count: 0 X-Storage-Policy: Policy-0 X-Timestamp: 1481912480.41664 X-Trans-Id: tx60ec128d9dbf44b9add68-0058543271dfw1 2020-07-27 06:27:20,338 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain; charset=utf-8. Only application/json responses have their bodies logged. {7} openstack.tests.unit.cloud.test_magnum_services.TestMagnumServices.test_list_magnum_services [0.052607s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,091 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,095 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,097 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,100 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,104 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,110 keystoneauth.session REQ: curl -g -i -X GET https://container-infra.example.com/v1/mservices -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,114 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,116 keystoneauth.session RESP BODY: {"mservices": [{"binary": "fake-service", "created_at": "2015-08-27T09:49:58-05:00", "updated_at": null, "report_count": 1, "human_id": null, "state": "up", "host": "fake-host", "disabled_reason": null, "id": 1}]} {0} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_get_role_by_id [0.062044s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,226 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,230 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,232 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,234 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,239 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,258 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,262 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,264 keystoneauth.session RESP BODY: {"roles": [{"name": "7b28217b67f54a2ca27f3b3087892823", "id": "2d873982626b4d9785aacd6a3ec08f7b"}]} {9} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_cloud_missing_fips [0.129161s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,353 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,357 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,359 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,362 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,367 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,384 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=test-id" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,389 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,391 keystoneauth.session RESP BODY: {"ports": [{"device_id": "test-id", "id": "test_port_id", "mac_address": "fa:16:3e:ae:7d:42"}]} 2020-07-27 06:27:20,394 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/floatingips.json?port_id=test_port_id" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,398 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,400 keystoneauth.session RESP BODY: {"floatingips": [{"floating_ip_address": "192.0.2.99", "fixed_ip_address": "198.51.100.3", "port_id": "test_port_id", "id": "floating-ip-id"}]} 2020-07-27 06:27:20,403 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,408 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,410 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "id": "test_pnztt_net", "name": "test_pnztt_net"}, {"id": "private", "name": "private"}]} 2020-07-27 06:27:20,413 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,417 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,419 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} 2020-07-27 06:27:20,440 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,445 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,447 keystoneauth.session RESP BODY: {"security_groups": []} {27} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_update_qos_policy [0.114948s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,702 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,707 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,709 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,712 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,717 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,755 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,760 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,762 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:20,766 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,770 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,773 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:20,776 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,780 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,783 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,787 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"name": "goofy"}}' 2020-07-27 06:27:20,791 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,794 keystoneauth.session RESP BODY: {"policy": {"name": "goofy", "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "is_default": false, "shared": false, "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}} {30} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_get_floating_ip [0.097516s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,246 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,250 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,251 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,254 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,259 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,302 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/floatingips.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,306 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,307 keystoneauth.session RESP BODY: {"floatingips": [{"router_id": "d23abc8d-2991-4a55-ba98-2aaea84cc72f", "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": "10.0.0.4", "floating_ip_address": "172.24.4.229", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "ACTIVE", "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ac", "id": "2f245a7b-796b-4f26-9cf9-9e82d248fda7"}, {"router_id": null, "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", "fixed_ip_address": null, "floating_ip_address": "203.0.113.30", "tenant_id": "4969c491a3c74ee4af974e6d800c62de", "status": "DOWN", "port_id": null, "id": "61cea855-49cb-4846-997d-801b70c71bdd"}]} {29} openstack.tests.unit.cloud.test_delete_volume_snapshot.TestDeleteVolumeSnapshot.test_delete_volume_snapshot [0.065501s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,057 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,061 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,063 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,065 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,070 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,084 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,088 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,090 keystoneauth.session RESP BODY: {"snapshots": [{"status": "available", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "1234", "size": 75}]} 2020-07-27 06:27:20,096 keystoneauth.session REQ: curl -g -i -X DELETE https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,100 keystoneauth.session RESP: [200] content-type: application/json {23} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_list_hypervisors [0.068021s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,499 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,503 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,505 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,509 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,513 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,538 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-hypervisors/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,543 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,545 keystoneauth.session RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "host1", "disabled_reason": null, "id": 7}, "vcpus_used": 0, "hypervisor_type": "fake", "free_ram_mb": 7680, "local_gb_used": 0, "host_ip": "1.1.1.1", "hypervisor_hostname": "testserver1", "id": "1", "memory_mb": 8192, "current_workload": 0, "vcpus": 1, "state": "up", "running_vms": 0, "free_disk_gb": 1028, "hypervisor_version": 1000, "disk_available_least": 0, "local_gb": 1028, "cpu_info": {"arch": "x86_64", "model": "Nehalem", "vendor": "Intel", "features": ["pge", "clflush"], "topology": {"cores": 1, "threads": 1, "sockets": 4}}, "memory_mb_used": 512}, {"status": "enabled", "service": {"host": "host1", "disabled_reason": null, "id": 7}, "vcpus_used": 0, "hypervisor_type": "fake", "free_ram_mb": 7680, "local_gb_used": 0, "host_ip": "1.1.1.1", "hypervisor_hostname": "testserver2", "id": "2", "memory_mb": 8192, "current_workload": 0, "vcpus": 1, "state": "up", "running_vms": 0, "free_disk_gb": 1028, "hypervisor_version": 1000, "disk_available_least": 0, "local_gb": 1028, "cpu_info": {"arch": "x86_64", "model": "Nehalem", "vendor": "Intel", "features": ["pge", "clflush"], "topology": {"cores": 1, "threads": 1, "sockets": 4}}, "memory_mb_used": 512}]} {7} openstack.tests.unit.cloud.test_meta.TestMeta.test_find_nova_addresses_ext_tag [0.018708s] ... ok {21} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_create_firewall_rule [0.079591s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,282 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,286 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,288 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,291 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,295 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,329 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/fwaas/firewall_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "ip_version": 4, "enabled": true, "source_ip_address": null, "destination_ip_address": null, "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "name": "deny_ssh"}}' 2020-07-27 06:27:20,334 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,335 keystoneauth.session RESP BODY: {"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "name": "deny_ssh", "id": "d525a9b2-ab28-493d-b988-b824c8c033b1", "enabled": true, "source_port": null, "source_ip_address": null, "destination_ip_address": null, "location": {"project": {"domain_id": null, "id": "ef44f1efcb9548d9a441cdc252a979a6", "name": null, "domain_name": null}, "zone": null, "region_name": "RegionOne", "cloud": "_test_cloud_"}, "ip_version": 4, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "action": "deny", "firewall_policy_id": null}} {30} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_create_role [0.059032s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,343 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,347 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,349 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,351 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,356 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,374 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/roles -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"role": {"name": "e77b116adcb54ec7b03e8c8fc07c39cb"}}' 2020-07-27 06:27:20,378 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,380 keystoneauth.session RESP BODY: {"role": {"name": "e77b116adcb54ec7b03e8c8fc07c39cb", "id": "6110549cfa814202b68e297e9dd33f14"}} {4} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_cinder_get_quotas [0.091946s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,484 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,489 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,491 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,495 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,500 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,526 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,531 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,533 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "44eef0cfb5a94fe39a9ca6d2f0405f23", "enabled": true, "id": "c3755270ef584d66b19625506319ea54", "name": "projectName-2"}]} 2020-07-27 06:27:20,544 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/os-quota-sets/c3755270ef584d66b19625506319ea54 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,549 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,552 keystoneauth.session RESP BODY: {"quota_set": {"volumes": 20, "snapshots": 10}} {12} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume_exception [0.069981s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,835 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,840 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,843 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,846 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,853 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,877 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server001/os-volume_attachments -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volumeAttachment": {"volumeId": "volume001"}}' 2020-07-27 06:27:20,882 keystoneauth.session RESP: [404] content-type: application/json {14} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_port_security_disabled [0.069013s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,249 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,253 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,255 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,257 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,262 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,290 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"port_security_enabled": false, "name": "netname", "admin_state_up": true}}' 2020-07-27 06:27:20,294 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,296 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": null, "tags": [], "ipv6_address_scope": null, "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": false, "provider:network_type": "local", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": null, "router:external": false, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 0, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23"}} {25} openstack.tests.unit.cloud.test_image.TestImageVolume.test_create_image_volume_duplicate [0.136443s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,606 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,610 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,612 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,615 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,620 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,639 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,643 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,645 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "updated": "2017-02-25T12:00:00Z", "links": [ { "href": "https://docs.openstack.org/", "type": "text/html", "rel": "describedby" }, { "href": "https://volume.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.volume+json;version=2" } ], "id": "v2.0" } ] } 2020-07-27 06:27:20,658 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/f7373c28-55d2-401d-90d6-a546aa198910/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-volume_upload_image": {"container_format": "bare", "force": true, "image_name": "fake_image", "disk_format": "qcow2"}}' 2020-07-27 06:27:20,662 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,664 keystoneauth.session RESP BODY: {"os-volume_upload_image": {"image_id": "cdb89268-48cf-46c6-8571-6ae0d6f108a6"}} 2020-07-27 06:27:20,677 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,681 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,682 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,711 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,715 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,717 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/cdb89268-48cf-46c6-8571-6ae0d6f108a6/file", "id": "cdb89268-48cf-46c6-8571-6ae0d6f108a6", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/cdb89268-48cf-46c6-8571-6ae0d6f108a6", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {28} openstack.tests.unit.cloud.test_shade.TestShade.test__has_neutron_extension_missing [0.071574s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,492 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,496 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,498 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,501 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,506 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,535 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,539 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,541 keystoneauth.session RESP BODY: {"extensions": [{"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}]} {15} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_delete_qos_policy [0.108196s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,519 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,531 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,533 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,536 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,542 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,575 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,579 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,582 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:20,584 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,587 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,589 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:20,592 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,596 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,598 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,601 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,605 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,607 keystoneauth.session RESP BODY: {} {10} openstack.tests.unit.cloud.test_port.TestPort.test_update_port [0.111453s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,239 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,258 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,260 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,263 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,268 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,299 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,304 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,306 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} 2020-07-27 06:27:20,310 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/ports/d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"port": {"name": "test-port-name-updated"}}' 2020-07-27 06:27:20,314 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,316 keystoneauth.session RESP BODY: {"port": {"status": "DOWN", "binding:host_id": "", "name": "test-port-name-updated", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "test-net-id", "tenant_id": "test-tenant-id", "binding:vif_details": {}, "binding:vnic_type": "normal", "binding:vif_type": "unbound", "device_owner": "", "mac_address": "50:1c:0d:e4:f0:0d", "binding:profile": {}, "fixed_ips": [{"subnet_id": "test-subnet-id", "ip_address": "29.29.29.29"}], "id": "test-port-id", "security_groups": [], "device_id": ""}} {11} openstack.tests.unit.cloud.test_operator_noauth.TestOpenStackCloudOperatorNoAuth.test_ironic_noauth_admin_token_auth_type [0.073752s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,322 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,326 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,328 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,332 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,337 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,362 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,365 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,367 keystoneauth.session RESP BODY: {"id": "v1", "links": [{"href": "https://bare-metal.example.com/v1", "rel": "self"}]} 2020-07-27 06:27:20,368 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3514cf816e5407a39cb7a1c1e1243f176dda121e06398a8934edb1dc426b0b34" 2020-07-27 06:27:20,371 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,373 keystoneauth.session RESP BODY: {"nodes": []} {7} openstack.tests.unit.cloud.test_meta.TestMeta.test_find_nova_addresses_key_name_and_ext_tag [0.018602s] ... ok {8} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_image_delete_ignore [0.019386s] ... ok {31} openstack.tests.unit.cloud.test_port.TestPort.test_update_port_exception [0.082728s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,655 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,659 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,661 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,664 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,669 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,700 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,705 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,707 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} 2020-07-27 06:27:20,711 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/ports/d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"port": {"name": "test-port-name-updated"}}' 2020-07-27 06:27:20,715 keystoneauth.session RESP: [500] content-type: application/json {9} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_nova_images [0.036615s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,470 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,474 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,476 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,479 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,484 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {9} openstack.tests.unit.cloud.test_object.TestObject.test_list_objects [0.057825s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,515 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,519 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,522 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,525 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,530 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,538 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_list_objects-2?prefix=None&format=json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,542 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,544 keystoneauth.session RESP BODY: [{"hash": "daaf9ed2106d09bba96cf193d866445e", "last_modified": "2016-12-15T13:34:13.650090", "bytes": 20304400896, "name": "openstack.tests.unit.cloud.test_object.TestObject.test_list_objects-3", "content_type": "application/octet-stream"}] {9} openstack.tests.unit.cloud.test_port.TestPort.test_get_port_by_id [0.073081s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,568 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,573 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,576 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,579 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,584 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,612 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports/123 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,617 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,619 keystoneauth.session RESP BODY: {"port": {"name": "456", "id": "123"}} {18} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_filter_deleted [0.069160s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,318 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,322 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,324 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,326 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,329 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,343 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,347 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,348 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,359 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,363 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,366 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/42858744-c473-4ad8-86d1-89d00a39f302/file", "id": "42858744-c473-4ad8-86d1-89d00a39f302", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/42858744-c473-4ad8-86d1-89d00a39f302", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"status": "deleted", "image_state": "available", "ramdisk_id": null, "tags": [], "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/42858744-c473-4ad8-86d1-89d00a39f302", "metadata": {}}], "file": "/v2/images/42858744-c473-4ad8-86d1-89d00a39f302/file", "min_disk": 40, "virtual_size": null, "id": "42858744-c473-4ad8-86d1-89d00a39f302", "size": 3402170368, "name": "image-2", "image_type": "snapshot", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "disk_format": "qcow2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "protected": false, "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image"}]} {1} openstack.tests.unit.cloud.test_shade.TestShade.test_range_search_4 [0.017617s] ... ok {12} openstack.tests.unit.cloud.test_volume.TestVolume.test_set_volume_bootable_false [0.080562s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,906 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,911 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,914 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,919 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,925 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,940 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,946 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,948 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2020-07-27 06:27:20,956 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/volume001/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-set_bootable": {"bootable": true}}' 2020-07-27 06:27:20,961 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,964 keystoneauth.session RESP BODY: {"os-set_bootable": {"bootable": false}} {12} openstack.tests.unit.clustering.v1.test_cluster_policy.TestClusterPolicy.test_basic [0.019728s] ... ok {26} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_nova [0.062871s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,704 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,707 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,708 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,710 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,716 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,726 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,730 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,732 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2020-07-27 06:27:20,738 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/os-security-groups/2 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_nova-2", "description": "Test Nova security group #1"}}' 2020-07-27 06:27:20,741 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,742 keystoneauth.session RESP BODY: {"security_group": {"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "2", "description": "Test Nova security group #1", "name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_nova-2"}} {26} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_add_volume_type_access [0.106504s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,769 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,773 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,776 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,779 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,784 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,803 keystoneauth.session REQ: curl -g -i -X GET "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,808 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,811 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2020-07-27 06:27:20,817 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addProjectAccess": {"project": "prj02"}}' 2020-07-27 06:27:20,822 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,824 keystoneauth.session RESP BODY: {"addProjectAccess": {"project": "prj02"}} 2020-07-27 06:27:20,830 keystoneauth.session REQ: curl -g -i -X GET "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,835 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,838 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2020-07-27 06:27:20,844 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/os-volume-type-access -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,849 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,851 keystoneauth.session RESP BODY: {"volume_type_access": [{"volume_type_id": "voltype01", "project_id": "prj01", "name": "name"}, {"volume_type_id": "voltype01", "project_id": "prj02", "name": "name"}]} {1} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_get_subnet_by_id [0.067326s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:19,958 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:19,962 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:19,965 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:19,968 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:19,973 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,000 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets/1f1696eb-7f47-47f6-835c-4889bff88604 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,003 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,004 keystoneauth.session RESP BODY: {"subnet": {"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}} {19} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_create_firewall_group_compact [0.095688s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,261 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,265 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,267 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,270 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,274 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,323 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/fwaas/firewall_groups -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "description": "Providing max security!", "name": "max_security_group", "admin_state_up": true}}' 2020-07-27 06:27:20,327 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,329 keystoneauth.session RESP BODY: {"firewall_group": {"description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": null, "ports": [], "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "egress_firewall_policy_id": null, "name": "max_security_group"}} {5} openstack.tests.unit.cloud.test_object.TestObject.test_delete_container_404 [0.073710s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,431 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,436 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,438 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,441 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,447 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,472 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_container_404-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,477 keystoneauth.session RESP: [404] content-type: application/json {2} openstack.tests.unit.config.test_config.TestConfig.test_remote_profile [0.072422s] ... ok {22} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_create_qos_bandwidth_limit_rule [0.104578s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,351 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,355 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,357 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,360 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,365 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,398 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,402 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,404 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:20,407 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,411 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,413 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:20,416 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,420 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,422 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,425 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"bandwidth_limit_rule": {"max_kbps": 1000}}' 2020-07-27 06:27:20,430 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,432 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} {22} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_get_qos_minimum_bandwidth_rule_no_qos_extension [0.069744s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,456 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,460 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,462 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,465 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,470 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,497 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,501 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,503 keystoneauth.session RESP BODY: {"extensions": []} {30} openstack.tests.unit.cloud.test_image.TestImage.test_download_image_two_outputs [0.019453s] ... ok {27} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project_v2_wait [0.155531s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,823 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,828 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,830 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,834 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:20,863 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,868 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,870 keystoneauth.session RESP BODY: {"roles": [{"name": "973adf24abe349209dc0b7a8140de76c", "id": "1214423a12a14286ab74ab0ef713f4ac"}]} 2020-07-27 06:27:20,879 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,884 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,887 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "4c094e55d7a749b0b3096bc006d604ec", "domain_id": "fa3f8de55a2c4c2eaaa70833cf536415", "name": "username-3"}]} 2020-07-27 06:27:20,898 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,903 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,905 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "5d348f8ee1ec4b82bec807ea8a539971", "name": "projectName-5"}]} 2020-07-27 06:27:20,917 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/5d348f8ee1ec4b82bec807ea8a539971/users/4c094e55d7a749b0b3096bc006d604ec/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,922 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,924 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:20,932 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/5d348f8ee1ec4b82bec807ea8a539971/users/4c094e55d7a749b0b3096bc006d604ec/roles/OS-KSADM/1214423a12a14286ab74ab0ef713f4ac -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,937 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,944 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/5d348f8ee1ec4b82bec807ea8a539971/users/4c094e55d7a749b0b3096bc006d604ec/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,949 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,951 keystoneauth.session RESP BODY: {"roles": [{"name": "973adf24abe349209dc0b7a8140de76c", "id": "1214423a12a14286ab74ab0ef713f4ac"}]} {20} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_volumes_v2 [0.037179s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,095 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,099 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,101 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,104 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,109 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {17} openstack.tests.unit.cloud.test_object.TestObject.test_get_container_access [0.077646s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,406 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,410 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,411 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,416 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,421 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,444 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_container_access-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,449 keystoneauth.session RESP: [200] content-type: application/json x-container-read: .r:*,.rlistings {29} openstack.tests.unit.cloud.test_delete_volume_snapshot.TestDeleteVolumeSnapshot.test_delete_volume_snapshot_with_timeout [0.079826s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,123 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,128 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,130 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,132 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,137 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,151 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,155 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,157 keystoneauth.session RESP BODY: {"snapshots": [{"status": "available", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "1234", "size": 75}]} 2020-07-27 06:27:20,163 keystoneauth.session REQ: curl -g -i -X DELETE https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/1234 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,167 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,172 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/snapshots/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,177 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,178 keystoneauth.session RESP BODY: {"snapshots": [{"status": "available", "description": "derpysnapshot", "created_at": "1900-01-01 12:34:56", "name": "foo", "volume_id": "12345", "metadata": {}, "id": "1234", "size": 75}]} 2020-07-27 06:27:20,181 openstack.iterate_timeout Waiting 2.0 seconds {13} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_delete_qos_policy_multiple_using_id [0.105508s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,219 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,224 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,226 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,229 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,234 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,267 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,272 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,274 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:20,277 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,281 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,283 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:20,286 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,290 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,292 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}, {"name": "qos test policy", "id": "456"}]} 2020-07-27 06:27:20,296 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,300 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,302 keystoneauth.session RESP BODY: {} {8} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_limits_get [0.019521s] ... ok {3} openstack.tests.unit.cloud.test_services.CloudServices.test_get_service [0.108841s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,876 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,881 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,884 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,888 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,893 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,912 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,916 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,918 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "baa9a3825fb64dfaa9cba786cb19b7d9", "id": "8606b3b7b1a346279cab6eb7193c458c", "name": "c1d88c22c54f4c4c8cfc371392205b35"}, {"enabled": true, "type": "2d2debdcf3464fa3881f10bf8edcf7bc", "id": "7ee67060524044bb8a4db6b6710a3266", "name": "584f489d5361476d81ffa40a95f5a066"}]} 2020-07-27 06:27:20,929 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,934 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,936 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "baa9a3825fb64dfaa9cba786cb19b7d9", "id": "8606b3b7b1a346279cab6eb7193c458c", "name": "c1d88c22c54f4c4c8cfc371392205b35"}, {"enabled": true, "type": "2d2debdcf3464fa3881f10bf8edcf7bc", "id": "7ee67060524044bb8a4db6b6710a3266", "name": "584f489d5361476d81ffa40a95f5a066"}]} 2020-07-27 06:27:20,942 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,945 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,947 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "baa9a3825fb64dfaa9cba786cb19b7d9", "id": "8606b3b7b1a346279cab6eb7193c458c", "name": "c1d88c22c54f4c4c8cfc371392205b35"}, {"enabled": true, "type": "2d2debdcf3464fa3881f10bf8edcf7bc", "id": "7ee67060524044bb8a4db6b6710a3266", "name": "584f489d5361476d81ffa40a95f5a066"}]} 2020-07-27 06:27:20,957 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,962 keystoneauth.session RESP: [400] content-type: application/json {21} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_get_firewall_rule_not_found [0.088535s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,363 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,367 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,369 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,372 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,377 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,413 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_rules/not_found -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,417 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,420 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_rules?name=not_found" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,425 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,427 keystoneauth.session RESP BODY: {"firewall_rules": []} {12} openstack.tests.unit.clustering.v1.test_profile_type.TestProfileType.test_instantiate [0.019940s] ... ok {14} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network_provider [0.069858s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,320 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,324 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,326 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,329 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,333 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,361 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"provider:segmentation_id": "vlan1", "provider:network_type": "vlan", "name": "netname", "provider:physical_network": "mynet", "admin_state_up": true}}' 2020-07-27 06:27:20,365 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,367 keystoneauth.session RESP BODY: {"network": {"status": "ACTIVE", "subnets": [], "description": "", "provider:physical_network": "mynet", "tags": [], "ipv6_address_scope": null, "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "revision_number": 3, "port_security_enabled": true, "provider:network_type": "vlan", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "provider:segmentation_id": "vlan1", "router:external": false, "availability_zone_hints": [], "availability_zones": [], "qos_policy_id": null, "admin_state_up": true, "name": "netname", "created_at": "2017-04-22T19:22:53Z", "mtu": 0, "tenant_id": "861808a93da0484ea1767967c4df8a23", "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23"}} {1} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume_already_attached [0.011354s] ... ok {0} openstack.tests.unit.cloud.test_image.TestImage.test_create_image_put_user_int [0.133326s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,298 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,303 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,305 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,307 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,312 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,318 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,322 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,324 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,333 openstack Calculating hashes for /tmp/tmpHX_dmE/tmpItinME 2020-07-27 06:27:20,335 openstack Image file /tmp/tmpHX_dmE/tmpItinME md5:93b885adfe0da089cdf634904fd59f71 sha256:6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d 2020-07-27 06:27:20,353 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,357 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,359 keystoneauth.session RESP BODY: {"images": []} 2020-07-27 06:27:20,365 keystoneauth.session REQ: curl -g -i -X POST https://image.example.com/v2/images -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "owner_specified.openstack.object": "images/image-2", "int_v": "12345", "min_disk": 0}' 2020-07-27 06:27:20,369 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,371 keystoneauth.session RESP BODY: {"status": "success", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.object": "images/image-2", "min_disk": 0, "id": "7568543c-8337-41ee-9bd7-ed3db7e55e5c", "int_v": "12345"} 2020-07-27 06:27:20,377 keystoneauth.session REQ: curl -g -i -X PUT https://image.example.com/v2/images/7568543c-8337-41ee-9bd7-ed3db7e55e5c/file -H "Content-Type: application/octet-stream" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2020-07-27 06:27:20,381 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,391 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,395 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,397 keystoneauth.session RESP BODY: {"images": [{"status": "success", "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "name": "image-2", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "disk_format": "qcow2", "visibility": "private", "owner_specified.openstack.object": "images/image-2", "min_disk": 0, "id": "7568543c-8337-41ee-9bd7-ed3db7e55e5c", "int_v": "12345"}]} {28} openstack.tests.unit.cloud.test_shade.TestShade.test_get_image_not_found [0.022299s] ... ok {26} openstack.tests.unit.cloud.test_volume_backups.TestVolumeBackups.test_delete_volume_backup_force [0.105318s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,876 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,881 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,883 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,887 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,892 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,911 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,916 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,917 keystoneauth.session RESP BODY: {"backups": [{"id": "6ff16bdf-44d5-4bf9-b0f3-687549c76414"}]} 2020-07-27 06:27:20,922 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/6ff16bdf-44d5-4bf9-b0f3-687549c76414/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-force_delete": null}' 2020-07-27 06:27:20,927 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,929 keystoneauth.session RESP BODY: {"os-force_delete": {}} 2020-07-27 06:27:20,935 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,940 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,942 keystoneauth.session RESP BODY: {"backups": [{"id": "6ff16bdf-44d5-4bf9-b0f3-687549c76414"}]} 2020-07-27 06:27:20,945 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:20,951 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,956 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,958 keystoneauth.session RESP BODY: {"backups": []} {2} openstack.tests.unit.config.test_config.TestConfigArgparse.test_argparse_token [0.117898s] ... ok {16} openstack.tests.unit.cloud.test_image.TestImageV1Only.test_config_v2 [0.070766s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/cloud/openstackcloud.py:496: UserWarning: image is configured for 2 but only 1.1 is available. shade is happy with this version, but if you were trying to force an override, that did not happen. You may want to check your cloud, or remove the version specification from your config. warnings.warn(warning_msg) Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,209 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,213 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,215 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,218 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,222 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,227 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,231 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,233 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,244 openstack image is configured for 2 but only 1.1 is available. shade is happy with this version, but if you were trying to force an override, that did not happen. You may want to check your cloud, or remove the version specification from your config. {18} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_no_filter_deleted [0.065723s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,387 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,391 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,393 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,396 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,400 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,414 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,418 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,420 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,428 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,433 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,434 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/533987ab-2fde-42ab-a3bf-b42b5bbee4ef/file", "id": "533987ab-2fde-42ab-a3bf-b42b5bbee4ef", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/533987ab-2fde-42ab-a3bf-b42b5bbee4ef", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}, {"status": "deleted", "image_state": "available", "ramdisk_id": null, "tags": [], "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/533987ab-2fde-42ab-a3bf-b42b5bbee4ef", "metadata": {}}], "file": "/v2/images/533987ab-2fde-42ab-a3bf-b42b5bbee4ef/file", "min_disk": 40, "virtual_size": null, "id": "533987ab-2fde-42ab-a3bf-b42b5bbee4ef", "size": 3402170368, "name": "image-2", "image_type": "snapshot", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "disk_format": "qcow2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "protected": false, "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image"}]} {24} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_bad_kwarg [0.034169s] ... ok {31} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_create_qos_dscp_marking_rule [0.111390s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,739 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,743 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,745 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,748 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,754 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,791 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,795 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,797 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,800 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,805 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,807 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,811 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,815 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,817 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,821 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"dscp_marking_rule": {"dscp_mark": 32}}' 2020-07-27 06:27:20,825 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,828 keystoneauth.session RESP BODY: {"dscp_marking_rule": {"dscp_mark": 32, "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3"}} {23} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_delete_qos_dscp_marking_rule_not_found [0.104985s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,569 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,574 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,576 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,579 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,584 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,618 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,623 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,625 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,627 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,632 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,634 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,636 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,641 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,642 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,646 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,650 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,652 openstack QoS DSCP marking rule ed1a2b05-0ad7-45d7-873f-008b575a02b3 not found in policy 881d1bb7-a663-44c0-8f9f-ee2765b74486. Ignoring. {9} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_get_qos_bandwidth_limit_rule_no_qos_extension [0.066458s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,642 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,646 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,649 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,652 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,657 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,684 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,687 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,688 keystoneauth.session RESP BODY: {"extensions": []} {19} openstack.tests.unit.cloud.test_fwaas.TestFirewallPolicy.test_remove_rule_from_policy_not_found [0.076878s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,359 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,363 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,365 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,367 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,370 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,398 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_policies/block_popular_services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,402 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,405 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/fwaas/firewall_policies?name=block_popular_services" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,409 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,411 keystoneauth.session RESP BODY: {"firewall_policies": []} {5} openstack.tests.unit.cloud.test_object.TestObject.test_get_object_segment_size_http_404 [0.073174s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,504 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,509 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,511 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,515 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,520 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,544 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,549 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,551 openstack Swift capabilities not supported. Using default max file size. {20} openstack.tests.unit.cloud.test_object.TestObject.test_delete_object [0.062006s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,158 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,162 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,164 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,167 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,172 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,180 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object-2/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,185 keystoneauth.session RESP: [200] X-Object-Meta: foo content-type: application/json 2020-07-27 06:27:20,189 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object-2/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,193 keystoneauth.session RESP: [204] content-type: application/json {25} openstack.tests.unit.cloud.test_object.TestObject.test_list_containers_exception [0.066633s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,747 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,751 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,753 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,756 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,761 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,784 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/?prefix=None&format=json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,789 keystoneauth.session RESP: [416] content-type: application/json {11} openstack.tests.unit.cloud.test_port.TestPort.test_create_port [0.076583s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,396 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,400 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,403 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,406 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,412 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,442 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/ports.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"port": {"network_id": "test-net-id", "name": "test-port-name", "admin_state_up": true}}' 2020-07-27 06:27:20,447 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,450 keystoneauth.session RESP BODY: {"port": {"status": "DOWN", "binding:host_id": "", "name": "test-port-name", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "test-net-id", "tenant_id": "test-tenant-id", "binding:vif_details": {}, "binding:vnic_type": "normal", "binding:vif_type": "unbound", "device_owner": "", "mac_address": "50:1c:0d:e4:f0:0d", "binding:profile": {}, "fixed_ips": [{"subnet_id": "test-subnet-id", "ip_address": "29.29.29.29"}], "id": "test-port-id", "security_groups": [], "device_id": ""}} {8} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_find [0.019940s] ... ok {17} openstack.tests.unit.cloud.test_object.TestObject.test_get_object_not_found [0.081791s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,475 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,479 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,481 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,485 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,490 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,500 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_object_not_found-2/openstack.tests.unit.cloud.test_object.TestObject.test_get_object_not_found-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,531 keystoneauth.session RESP: [404] content-type: application/json {7} openstack.tests.unit.cloud.test_object.TestObject.test_get_object [0.056760s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,183 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,188 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,190 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,193 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,200 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,208 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_object-2/openstack.tests.unit.cloud.test_object.TestObject.test_get_object-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,213 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 20304400896 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2020-07-27 06:27:20,215 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {6} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_domain [0.420954s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,604 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,609 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,612 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,615 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,621 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,675 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,680 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,682 keystoneauth.session RESP BODY: {"roles": [{"name": "b457549810b14b09a49c8730138139bf", "id": "30a96ad6fb404a13af8fc7e42e75bdc9"}]} 2020-07-27 06:27:20,692 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/9980e899227749189dfa9cca776fc110 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,698 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,700 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "9980e899227749189dfa9cca776fc110", "name": "domainName-2"}} 2020-07-27 06:27:20,707 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=9980e899227749189dfa9cca776fc110" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,712 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,715 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "76ae36ba08bf4c98b207775c959da553", "domain_id": "9980e899227749189dfa9cca776fc110", "name": "username-3"}]} 2020-07-27 06:27:20,728 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=30a96ad6fb404a13af8fc7e42e75bdc9&user.id=76ae36ba08bf4c98b207775c959da553&scope.domain.id=9980e899227749189dfa9cca776fc110" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,733 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,735 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:20,744 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/9980e899227749189dfa9cca776fc110/users/76ae36ba08bf4c98b207775c959da553/roles/30a96ad6fb404a13af8fc7e42e75bdc9 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,749 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:20,758 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,764 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,766 keystoneauth.session RESP BODY: {"roles": [{"name": "b457549810b14b09a49c8730138139bf", "id": "30a96ad6fb404a13af8fc7e42e75bdc9"}]} 2020-07-27 06:27:20,776 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/9980e899227749189dfa9cca776fc110 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,782 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,784 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "9980e899227749189dfa9cca776fc110", "name": "domainName-2"}} 2020-07-27 06:27:20,791 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=9980e899227749189dfa9cca776fc110" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,796 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,799 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "76ae36ba08bf4c98b207775c959da553", "domain_id": "9980e899227749189dfa9cca776fc110", "name": "username-3"}]} 2020-07-27 06:27:20,813 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=30a96ad6fb404a13af8fc7e42e75bdc9&user.id=76ae36ba08bf4c98b207775c959da553&scope.domain.id=9980e899227749189dfa9cca776fc110" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,818 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,821 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:20,830 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/9980e899227749189dfa9cca776fc110/users/76ae36ba08bf4c98b207775c959da553/roles/30a96ad6fb404a13af8fc7e42e75bdc9 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,834 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:20,843 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,847 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,850 keystoneauth.session RESP BODY: {"roles": [{"name": "b457549810b14b09a49c8730138139bf", "id": "30a96ad6fb404a13af8fc7e42e75bdc9"}]} 2020-07-27 06:27:20,859 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,864 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,867 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "9980e899227749189dfa9cca776fc110", "name": "domainName-2"}} 2020-07-27 06:27:20,873 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=9980e899227749189dfa9cca776fc110" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,878 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,881 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "76ae36ba08bf4c98b207775c959da553", "domain_id": "9980e899227749189dfa9cca776fc110", "name": "username-3"}]} 2020-07-27 06:27:20,894 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=30a96ad6fb404a13af8fc7e42e75bdc9&user.id=76ae36ba08bf4c98b207775c959da553&scope.domain.id=9980e899227749189dfa9cca776fc110" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,899 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,902 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:20,911 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/9980e899227749189dfa9cca776fc110/users/76ae36ba08bf4c98b207775c959da553/roles/30a96ad6fb404a13af8fc7e42e75bdc9 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,916 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:20,925 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,930 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,933 keystoneauth.session RESP BODY: {"roles": [{"name": "b457549810b14b09a49c8730138139bf", "id": "30a96ad6fb404a13af8fc7e42e75bdc9"}]} 2020-07-27 06:27:20,942 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,947 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,950 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "9980e899227749189dfa9cca776fc110", "name": "domainName-2"}} 2020-07-27 06:27:20,956 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=9980e899227749189dfa9cca776fc110" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,962 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,964 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "76ae36ba08bf4c98b207775c959da553", "domain_id": "9980e899227749189dfa9cca776fc110", "name": "username-3"}]} 2020-07-27 06:27:20,977 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=30a96ad6fb404a13af8fc7e42e75bdc9&user.id=76ae36ba08bf4c98b207775c959da553&scope.domain.id=9980e899227749189dfa9cca776fc110" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,982 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,985 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:20,994 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/9980e899227749189dfa9cca776fc110/users/76ae36ba08bf4c98b207775c959da553/roles/30a96ad6fb404a13af8fc7e42e75bdc9 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,999 keystoneauth.session RESP: [204] content-type: application/json {12} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_delete [0.019714s] ... ok {26} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_del_nodes [0.021456s] ... ok {27} openstack.tests.unit.cloud.test_router.TestRouter.test_update_router [0.089153s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,977 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,982 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,984 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,988 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,995 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,024 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,029 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,032 keystoneauth.session RESP BODY: {"routers": [{"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [], "project_id": "861808a93da0484ea1767967c4df8a23"}]} 2020-07-27 06:27:21,036 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/routers/57076620-dcfb-42ed-8ad6-79ccb4a79ed2.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"name": "mickey"}}' 2020-07-27 06:27:21,041 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,043 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "project_id": "861808a93da0484ea1767967c4df8a23", "flavor_id": null, "routes": [], "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "name": "mickey"}} {18} openstack.tests.unit.cloud.test_image.TestImage.test_list_images_string_properties [0.057246s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,453 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,457 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,459 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,460 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,463 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,473 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,477 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,479 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,487 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,490 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,491 keystoneauth.session RESP BODY: {"images": [{"status": "active", "image_state": "available", "ramdisk_id": null, "tags": [], "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/4dbf0a2f-89c4-40e8-84b5-0edb7be76b32", "metadata": {}}], "file": "/v2/images/4dbf0a2f-89c4-40e8-84b5-0edb7be76b32/file", "min_disk": 40, "virtual_size": null, "id": "4dbf0a2f-89c4-40e8-84b5-0edb7be76b32", "size": 3402170368, "properties": "list,of,properties", "name": "image-2", "image_type": "snapshot", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "disk_format": "qcow2", "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71", "protected": false, "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image"}]} {18} openstack.tests.unit.cloud.test_inventory.TestInventory.test__init [0.017977s] ... ok {29} openstack.tests.unit.cloud.test_floating_ip_neutron.TestFloatingIP.test_create_floating_ip_no_port [0.125815s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,208 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,212 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,214 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,217 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,222 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,268 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,272 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,274 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["54d6f61d-db07-451c-9ab3-b9609b6b6f0b"], "provider:physical_network": null, "id": "my-network-id", "provider:segmentation_id": null, "router:external": true, "name": "my-network", "admin_state_up": true, "tenant_id": "4fd44f30292945e481c7b8a0c8908869", "provider:network_type": "local", "shared": true}]} 2020-07-27 06:27:20,277 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,281 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,284 keystoneauth.session RESP BODY: {"subnets": []} 2020-07-27 06:27:20,286 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_id=some-server" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,291 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,293 keystoneauth.session RESP BODY: {"ports": [{"created_at": "2020-07-27T06:27:20.232824", "fixed_ips": [{"subnet_id": "subnet-id", "ip_address": "172.24.4.2"}], "id": "port-id", "device_id": "some-server"}]} 2020-07-27 06:27:20,296 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/floatingips.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"floatingip": {"floating_network_id": "my-network-id", "fixed_ip_address": "172.24.4.2", "port_id": "port-id"}}' 2020-07-27 06:27:20,300 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,302 keystoneauth.session RESP BODY: {"floatingip": {"port_id": null, "id": "floating-ip-id"}} {25} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum [0.098109s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,815 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,819 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,821 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,824 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,828 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,834 openstack Calculating hashes for /tmp/tmp5r_eIT/tmpFoW1Y3 2020-07-27 06:27:20,836 openstack Image file /tmp/tmp5r_eIT/tmpFoW1Y3 md5:8db540978b79c6b1bec84f8395049f70 sha256:6ac7d58264f1d35bf71dc56eaa351afebc044ae348b85501f2fe80f4e20d74ab 2020-07-27 06:27:20,861 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,865 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,867 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2020-07-27 06:27:20,871 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,875 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,877 openstack swift checksum mismatch: /tmp/tmp5r_eIT/tmpFoW1Y3!=openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-3 2020-07-27 06:27:20,879 openstack swift uploading /tmp/tmp5r_eIT/tmpFoW1Y3 to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-3 2020-07-27 06:27:20,883 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object_skip_checksum-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '' 2020-07-27 06:27:20,888 keystoneauth.session RESP: [201] content-type: application/json {15} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_domain [0.288673s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,628 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,632 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,634 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,636 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,641 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,679 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,684 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,685 keystoneauth.session RESP BODY: {"roles": [{"name": "487896c70d744762bb1915355b80d71b", "id": "b74deadaf1984922a4467d7792ff71fa"}]} 2020-07-27 06:27:20,692 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/791ef755f1fe4fb187fbe6a8aee29160 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,696 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,698 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "791ef755f1fe4fb187fbe6a8aee29160", "name": "domainName-2"}} 2020-07-27 06:27:20,703 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=791ef755f1fe4fb187fbe6a8aee29160" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,707 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,709 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "d4a37f4380ee45f08fa72bd3578d820b", "domain_id": "791ef755f1fe4fb187fbe6a8aee29160", "name": "username-3"}]} 2020-07-27 06:27:20,718 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=b74deadaf1984922a4467d7792ff71fa&user.id=d4a37f4380ee45f08fa72bd3578d820b&scope.domain.id=791ef755f1fe4fb187fbe6a8aee29160" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,722 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,724 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:20,726 openstack Assignment does not exist 2020-07-27 06:27:20,733 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,737 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,739 keystoneauth.session RESP BODY: {"roles": [{"name": "487896c70d744762bb1915355b80d71b", "id": "b74deadaf1984922a4467d7792ff71fa"}]} 2020-07-27 06:27:20,746 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/791ef755f1fe4fb187fbe6a8aee29160 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,750 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,753 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "791ef755f1fe4fb187fbe6a8aee29160", "name": "domainName-2"}} 2020-07-27 06:27:20,759 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=791ef755f1fe4fb187fbe6a8aee29160" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,762 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,763 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "d4a37f4380ee45f08fa72bd3578d820b", "domain_id": "791ef755f1fe4fb187fbe6a8aee29160", "name": "username-3"}]} 2020-07-27 06:27:20,774 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=b74deadaf1984922a4467d7792ff71fa&user.id=d4a37f4380ee45f08fa72bd3578d820b&scope.domain.id=791ef755f1fe4fb187fbe6a8aee29160" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,778 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,780 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:20,781 openstack Assignment does not exist 2020-07-27 06:27:20,789 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,794 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,796 keystoneauth.session RESP BODY: {"roles": [{"name": "487896c70d744762bb1915355b80d71b", "id": "b74deadaf1984922a4467d7792ff71fa"}]} 2020-07-27 06:27:20,804 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,808 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,811 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "791ef755f1fe4fb187fbe6a8aee29160", "name": "domainName-2"}} 2020-07-27 06:27:20,816 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=791ef755f1fe4fb187fbe6a8aee29160" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,821 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,823 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "d4a37f4380ee45f08fa72bd3578d820b", "domain_id": "791ef755f1fe4fb187fbe6a8aee29160", "name": "username-3"}]} 2020-07-27 06:27:20,832 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=b74deadaf1984922a4467d7792ff71fa&user.id=d4a37f4380ee45f08fa72bd3578d820b&scope.domain.id=791ef755f1fe4fb187fbe6a8aee29160" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,837 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,839 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:20,841 openstack Assignment does not exist 2020-07-27 06:27:20,847 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,851 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,853 keystoneauth.session RESP BODY: {"roles": [{"name": "487896c70d744762bb1915355b80d71b", "id": "b74deadaf1984922a4467d7792ff71fa"}]} 2020-07-27 06:27:20,861 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,864 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,866 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "791ef755f1fe4fb187fbe6a8aee29160", "name": "domainName-2"}} 2020-07-27 06:27:20,872 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=791ef755f1fe4fb187fbe6a8aee29160" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,876 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,878 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "d4a37f4380ee45f08fa72bd3578d820b", "domain_id": "791ef755f1fe4fb187fbe6a8aee29160", "name": "username-3"}]} 2020-07-27 06:27:20,888 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=b74deadaf1984922a4467d7792ff71fa&user.id=d4a37f4380ee45f08fa72bd3578d820b&scope.domain.id=791ef755f1fe4fb187fbe6a8aee29160" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,892 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,894 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:20,896 openstack Assignment does not exist {8} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_group_delete_ignore [0.019871s] ... ok {21} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_exception_v2_no_project [0.047774s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,458 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,462 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,464 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,467 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {27} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_none [0.019637s] ... ok {24} openstack.tests.unit.cloud.test_services.CloudServices.test_update_service_v3 [0.086919s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,920 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,924 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,927 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,930 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,936 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,964 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,969 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,972 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "description": "A test service", "type": "network", "id": "f5934e73d5144c039bf7d009ab221d09", "name": "a service"}]} 2020-07-27 06:27:20,979 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/services/f5934e73d5144c039bf7d009ab221d09 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"service": {"enabled": false}}' 2020-07-27 06:27:20,984 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,987 keystoneauth.session RESP BODY: {"enabled": false, "service": {"enabled": true, "description": "A test service", "type": "network", "id": "f5934e73d5144c039bf7d009ab221d09", "name": "a service"}} {18} openstack.tests.unit.cloud.test_object.TestObject.test_get_container_invalid [0.063752s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,532 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,536 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,538 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,542 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,547 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,571 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_container_invalid-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,576 keystoneauth.session RESP: [200] content-type: application/json x-container-read: invalid {16} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_list_keypairs_exception [0.062749s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,277 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,281 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,283 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,286 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,290 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,313 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-keypairs -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,318 keystoneauth.session RESP: [400] content-type: application/json {28} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_get_subnet [0.073527s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,589 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,593 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,595 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,598 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,603 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,632 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,637 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,639 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}]} {20} openstack.tests.unit.cloud.test_object.TestObject.test_list_objects_with_prefix [0.055937s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,221 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,225 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,227 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,230 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,235 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,243 keystoneauth.session REQ: curl -g -i -X GET "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_list_objects_with_prefix-2?prefix=test&format=json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,248 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,250 keystoneauth.session RESP BODY: [{"hash": "daaf9ed2106d09bba96cf193d866445e", "last_modified": "2016-12-15T13:34:13.650090", "bytes": 20304400896, "name": "openstack.tests.unit.cloud.test_object.TestObject.test_list_objects_with_prefix-3", "content_type": "application/octet-stream"}] {5} openstack.tests.unit.cloud.test_project.TestProject.test_update_project_not_found [0.069432s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,576 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,581 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,583 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,587 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,592 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,614 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,619 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,621 keystoneauth.session RESP BODY: {"projects": []} {3} openstack.tests.unit.cloud.test_shade.TestShade.test_connect_as [0.020932s] ... ok {8} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_group_find [0.020120s] ... ok {18} openstack.tests.unit.cloud.test_port.TestPort.test_list_ports_filtered [0.066565s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,643 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,647 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,649 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,652 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,658 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,686 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?status=DOWN" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,691 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,693 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} {1} openstack.tests.unit.cloud.test_volume_backups.TestVolumeBackups.test_delete_volume_backup_wait [0.094789s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,031 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,034 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,036 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,039 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,044 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,060 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,065 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,067 keystoneauth.session RESP BODY: {"backups": [{"id": "6ff16bdf-44d5-4bf9-b0f3-687549c76414"}]} 2020-07-27 06:27:20,074 keystoneauth.session REQ: curl -g -i -X DELETE https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/6ff16bdf-44d5-4bf9-b0f3-687549c76414 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,080 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,086 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,090 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,093 keystoneauth.session RESP BODY: {"backups": [{"id": "6ff16bdf-44d5-4bf9-b0f3-687549c76414"}]} 2020-07-27 06:27:20,096 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:20,102 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,107 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,109 keystoneauth.session RESP BODY: {"backups": []} {14} openstack.tests.unit.cloud.test_network.TestNetwork.test_delete_network [0.081480s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,390 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,394 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,396 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,399 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,404 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,434 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,438 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,440 keystoneauth.session RESP BODY: {"networks": [{"id": "test-net-id", "name": "network"}]} 2020-07-27 06:27:20,443 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/networks/test-net-id.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,447 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,449 keystoneauth.session RESP BODY: {} {5} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_delete_qos_minimum_bandwidth_rule_no_qos_extension [0.076908s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,647 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,652 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,654 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,657 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,663 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,693 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,699 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,701 keystoneauth.session RESP BODY: {"extensions": []} {5} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_update_qos_minimum_bandwidth_rule [0.167197s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,724 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,729 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,732 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,735 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,741 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,785 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,790 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,793 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,796 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,801 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,804 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,807 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,812 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,814 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,818 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,823 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,826 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,829 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,833 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,836 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,839 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,844 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,846 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,850 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,855 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,857 keystoneauth.session RESP BODY: {"minimum_bandwidth_rule": {"direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "min_kbps": 1000}} 2020-07-27 06:27:20,861 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"minimum_bandwidth_rule": {"min_kbps": 1100}}' 2020-07-27 06:27:20,866 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,868 keystoneauth.session RESP BODY: {"minimum_bandwidth_rule": {"direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "min_kbps": 1100}} {13} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_update_qos_policy_no_qos_default_extension [0.119292s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,326 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,330 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,332 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,336 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,340 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,376 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,380 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,382 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,385 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,389 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,392 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,394 openstack 'qos-default' extension is not available on target cloud 2020-07-27 06:27:20,396 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,401 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,403 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,406 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,410 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,412 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,416 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"name": "goofy"}}' 2020-07-27 06:27:20,420 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,422 keystoneauth.session RESP BODY: {"policy": {"name": "goofy", "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "is_default": false, "shared": false, "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}} {22} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_create_qos_policy_no_qos_default_extension [0.096715s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,527 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,531 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,533 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,536 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,541 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,573 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,578 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,580 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,583 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,588 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,590 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,592 openstack 'qos-default' extension is not available on target cloud 2020-07-27 06:27:20,594 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "name": "qos test policy"}}' 2020-07-27 06:27:20,599 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,601 keystoneauth.session RESP BODY: {"policy": {"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}} {6} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_with_enable_snat_False [0.078319s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,026 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,031 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,034 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,038 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,044 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,073 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"external_gateway_info": {"enable_snat": false}, "name": "goofy", "admin_state_up": true}}' 2020-07-27 06:27:21,079 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,081 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [], "project_id": "861808a93da0484ea1767967c4df8a23"}} {18} openstack.tests.unit.cloud.test_project.TestProject.test_delete_project_v2 [0.079866s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,776 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,781 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,783 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,786 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:20,809 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,815 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,817 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "389ae14106df40208f5b892693b71548", "name": "projectName-2"}]} 2020-07-27 06:27:20,826 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/389ae14106df40208f5b892693b71548 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,830 keystoneauth.session RESP: [204] content-type: application/json {25} openstack.tests.unit.cloud.test_project.TestProject.test_list_projects_search_compat_v3 [0.063449s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,911 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,915 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,917 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,920 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,924 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,945 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=e05531f03be146319fb3686deab161bb" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,950 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,952 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "e05531f03be146319fb3686deab161bb", "description": "projectDesc-2", "enabled": true, "id": "557c2979b24942f3adc1ad4aa8f3696e", "name": "projectName-3"}]} {3} openstack.tests.unit.cloud.test_stack.TestStack.test_create_stack_wait [0.102704s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,019 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,024 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,027 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,031 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,037 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,044 keystoneauth.session REQ: curl -g -i -X POST https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"files": {}, "disable_rollback": false, "parameters": {}, "tags": "tag-4", "stack_name": "name-3", "environment": {}, "template": {"outputs": {"rand": {"value": {"get_attr": ["my_rand", "value"]}}}, "heat_template_version": "2014-10-16", "parameters": {"length": {"default": 10, "type": "number"}}, "resources": {"my_rand": {"type": "OS::Heat::RandomString", "properties": {"length": {"get_param": "length"}}}}}, "timeout_mins": 60}' 2020-07-27 06:27:21,050 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,053 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2020-07-27 06:27:21,058 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/events?marker=None&sort_dir=asc" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,064 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,067 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "name-3", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/0bd06f4e9420484885eaa109e759119b", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "CREATE_COMPLETE", "id": "0bd06f4e9420484885eaa109e759119b"}]} 2020-07-27 06:27:21,073 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,079 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2020-07-27 06:27:21,084 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,087 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} {3} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_add_nodes [0.021274s] ... ok {30} openstack.tests.unit.cloud.test_image.TestImage.test_download_image_with_fd [0.086558s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,430 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,434 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,436 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,439 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,444 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,449 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,453 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,455 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,466 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,470 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,472 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/26d6b041-0d74-45ba-968f-edf1534472bf/file", "id": "26d6b041-0d74-45ba-968f-edf1534472bf", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/image-2", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/26d6b041-0d74-45ba-968f-edf1534472bf", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "image-2", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:20,482 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images/26d6b041-0d74-45ba-968f-edf1534472bf/file -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,486 keystoneauth.session RESP: [200] Content-Type: application/octet-stream 2020-07-27 06:27:20,488 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {0} openstack.tests.unit.cloud.test_inventory.TestInventory.test__init_one_cloud [0.023049s] ... ok {0} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_glance_images [0.037579s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,448 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,453 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,454 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,458 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,463 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {0} openstack.tests.unit.cloud.test_object.TestObject.test_stream_object [0.058333s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,496 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,501 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,503 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,506 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,511 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,519 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_stream_object-2/openstack.tests.unit.cloud.test_object.TestObject.test_stream_object-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,524 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 20304400896 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2020-07-27 06:27:20,526 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {0} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id [0.096176s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,556 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,561 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,563 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,566 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,571 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,576 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,581 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,583 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,595 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,599 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,602 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2/file", "id": "openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:20,614 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,619 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,622 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2/file", "id": "openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_id-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {0} openstack.tests.unit.cloud.test_port.TestPort.test_delete_port_not_found [0.077241s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,763 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,768 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,770 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,774 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,779 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,807 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,812 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,814 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} 2020-07-27 06:27:20,818 openstack Port non-existent not found for deleting {29} openstack.tests.unit.cloud.test_floating_ip_nova.TestFloatingIP.test_attach_ip_to_server [0.083242s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,332 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,336 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,338 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,342 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,347 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,375 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-floating-ips -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,379 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,381 keystoneauth.session RESP BODY: {"floating_ips": [{"instance_id": null, "ip": "203.0.113.1", "fixed_ip": null, "id": 1, "pool": "nova"}, {"instance_id": null, "ip": "203.0.113.2", "fixed_ip": null, "id": 2, "pool": "nova"}, {"instance_id": "myself", "ip": "198.51.100.29", "fixed_ip": "192.0.2.3", "id": 29, "pool": "black_hole"}]} 2020-07-27 06:27:20,388 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server-id/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addFloatingIp": {"fixed_address": "192.0.2.129", "address": "203.0.113.1"}}' 2020-07-27 06:27:20,393 keystoneauth.session RESP: [200] content-type: application/json {23} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project_v2 [0.310002s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,680 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,685 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,687 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,690 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:20,719 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,722 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,724 keystoneauth.session RESP BODY: {"roles": [{"name": "dad657cb69d04bfb85c2e041c7a45cfd", "id": "764d919cc5fd492b96c900daff4fec69"}]} 2020-07-27 06:27:20,729 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,732 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,733 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "8c8a2fd02f4e4ace85a256da4555a5cf", "domain_id": "b6874f8320d1498ba12dfb2ffe9cc936", "name": "username-3"}]} 2020-07-27 06:27:20,741 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,746 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,748 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "4739d3115c2c418a8d2d0a8de835cb19", "name": "projectName-5"}]} 2020-07-27 06:27:20,759 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/4739d3115c2c418a8d2d0a8de835cb19/users/8c8a2fd02f4e4ace85a256da4555a5cf/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,763 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,765 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:20,767 openstack Assignment does not exist 2020-07-27 06:27:20,775 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,783 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,785 keystoneauth.session RESP BODY: {"roles": [{"name": "dad657cb69d04bfb85c2e041c7a45cfd", "id": "764d919cc5fd492b96c900daff4fec69"}]} 2020-07-27 06:27:20,793 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,797 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,799 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "8c8a2fd02f4e4ace85a256da4555a5cf", "domain_id": "b6874f8320d1498ba12dfb2ffe9cc936", "name": "username-3"}]} 2020-07-27 06:27:20,811 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,815 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,817 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "4739d3115c2c418a8d2d0a8de835cb19", "name": "projectName-5"}]} 2020-07-27 06:27:20,828 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/4739d3115c2c418a8d2d0a8de835cb19/users/8c8a2fd02f4e4ace85a256da4555a5cf/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,833 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,835 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:20,837 openstack Assignment does not exist 2020-07-27 06:27:20,845 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,849 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,851 keystoneauth.session RESP BODY: {"roles": [{"name": "dad657cb69d04bfb85c2e041c7a45cfd", "id": "764d919cc5fd492b96c900daff4fec69"}]} 2020-07-27 06:27:20,860 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,865 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,867 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "8c8a2fd02f4e4ace85a256da4555a5cf", "domain_id": "b6874f8320d1498ba12dfb2ffe9cc936", "name": "username-3"}]} 2020-07-27 06:27:20,876 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,878 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,880 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "4739d3115c2c418a8d2d0a8de835cb19", "name": "projectName-5"}]} 2020-07-27 06:27:20,890 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/4739d3115c2c418a8d2d0a8de835cb19/users/8c8a2fd02f4e4ace85a256da4555a5cf/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,894 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,896 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:20,898 openstack Assignment does not exist 2020-07-27 06:27:20,906 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,910 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,912 keystoneauth.session RESP BODY: {"roles": [{"name": "dad657cb69d04bfb85c2e041c7a45cfd", "id": "764d919cc5fd492b96c900daff4fec69"}]} 2020-07-27 06:27:20,921 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,925 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,927 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "8c8a2fd02f4e4ace85a256da4555a5cf", "domain_id": "b6874f8320d1498ba12dfb2ffe9cc936", "name": "username-3"}]} 2020-07-27 06:27:20,938 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,942 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,944 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "4739d3115c2c418a8d2d0a8de835cb19", "name": "projectName-5"}]} 2020-07-27 06:27:20,954 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/4739d3115c2c418a8d2d0a8de835cb19/users/8c8a2fd02f4e4ace85a256da4555a5cf/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,959 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,961 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:20,963 openstack Assignment does not exist {6} openstack.tests.unit.cloud.test_server_delete_metadata.TestServerDeleteMetadata.test_server_delete_metadata_with_exception [0.096231s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,106 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,111 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,114 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,118 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,124 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,152 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,157 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,160 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "47f9a66b-1d8a-4033-b64e-9686b8565fdb", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:21,174 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/47f9a66b-1d8a-4033-b64e-9686b8565fdb/metadata/key -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,179 keystoneauth.session RESP: [404] content-type: application/json {11} openstack.tests.unit.cloud.test_project.TestProject.test_list_projects_search_compat [0.069674s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,474 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,479 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,481 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,484 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,490 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,512 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,517 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,520 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "175add68647c4d8296d6e2a7e506f8f2", "description": "projectDesc-2", "enabled": true, "id": "28abd0f6147a4236a4efe2fed0be4154", "name": "projectName-3"}]} {27} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_nova [0.084202s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,097 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,102 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,105 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,109 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,115 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,130 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,135 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,137 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2020-07-27 06:27:21,144 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-security-groups/2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,149 keystoneauth.session RESP: [200] content-type: application/json {16} openstack.tests.unit.cloud.test_meta.TestMeta.test_basic_hostvars [0.038601s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,343 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,347 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,349 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,352 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,357 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {2} openstack.tests.unit.config.test_config.TestConfigArgparse.test_argparse_underscores [0.066590s] ... ok {2} openstack.tests.unit.config.test_config.TestConfigDefault.test_set_no_default [0.117517s] ... ok {5} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project_exists [0.211487s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,896 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,901 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,904 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,908 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,914 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,947 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,952 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,954 keystoneauth.session RESP BODY: {"roles": [{"name": "301071fa9a33488a8acf3e9b8fe57e9b", "id": "a282ab67d0114bf4850fcb362ec93457"}]} 2020-07-27 06:27:20,965 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,970 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,973 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "631572b297f441bbbb290bc24dea8dee", "domain_id": "67595167fac347e1876ddcd3a3fd1165", "name": "username-3"}]} 2020-07-27 06:27:20,986 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,991 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,993 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "67595167fac347e1876ddcd3a3fd1165", "enabled": true, "id": "48cf1e86fde145a5a42163bb44228a11", "name": "projectName-5"}]} 2020-07-27 06:27:21,006 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=631572b297f441bbbb290bc24dea8dee&role.id=a282ab67d0114bf4850fcb362ec93457&scope.project.id=48cf1e86fde145a5a42163bb44228a11" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,012 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,014 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "48cf1e86fde145a5a42163bb44228a11"}}, "role": {"id": "a282ab67d0114bf4850fcb362ec93457"}, "user": {"id": "631572b297f441bbbb290bc24dea8dee"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/48cf1e86fde145a5a42163bb44228a11/users/631572b297f441bbbb290bc24dea8dee/roles/a282ab67d0114bf4850fcb362ec93457"}}]} 2020-07-27 06:27:21,017 openstack Assignment already exists 2020-07-27 06:27:21,026 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,030 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,031 keystoneauth.session RESP BODY: {"roles": [{"name": "301071fa9a33488a8acf3e9b8fe57e9b", "id": "a282ab67d0114bf4850fcb362ec93457"}]} 2020-07-27 06:27:21,038 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,041 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,042 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "631572b297f441bbbb290bc24dea8dee", "domain_id": "67595167fac347e1876ddcd3a3fd1165", "name": "username-3"}]} 2020-07-27 06:27:21,051 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,055 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,058 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "67595167fac347e1876ddcd3a3fd1165", "enabled": true, "id": "48cf1e86fde145a5a42163bb44228a11", "name": "projectName-5"}]} 2020-07-27 06:27:21,071 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=631572b297f441bbbb290bc24dea8dee&role.id=a282ab67d0114bf4850fcb362ec93457&scope.project.id=48cf1e86fde145a5a42163bb44228a11" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,076 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,079 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "48cf1e86fde145a5a42163bb44228a11"}}, "role": {"id": "a282ab67d0114bf4850fcb362ec93457"}, "user": {"id": "631572b297f441bbbb290bc24dea8dee"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/48cf1e86fde145a5a42163bb44228a11/users/631572b297f441bbbb290bc24dea8dee/roles/a282ab67d0114bf4850fcb362ec93457"}}]} 2020-07-27 06:27:21,082 openstack Assignment already exists {4} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_delete_recordset [0.126784s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,577 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,582 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,585 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,588 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,594 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,614 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,620 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,623 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:20,630 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,635 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,638 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "id": "1", "ttl": 3600, "type": "PRIMARY", "email": "test@example.net", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} 2020-07-27 06:27:20,644 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,649 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,652 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "id": "1", "ttl": 3600, "type": "PRIMARY", "email": "test@example.net", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} 2020-07-27 06:27:20,658 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1/recordsets/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,664 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,666 keystoneauth.session RESP BODY: {"description": "Example zone", "zone": "1", "records": ["192.168.1.1"], "ttl": 3600, "type": "A", "id": "1", "name": "www.example.net."} 2020-07-27 06:27:20,672 keystoneauth.session REQ: curl -g -i -X DELETE https://dns.example.com/v2/zones/1/recordsets/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,678 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,680 keystoneauth.session RESP BODY: {} {15} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_v2 [0.217668s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,924 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,926 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,928 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,931 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:20,966 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,971 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,973 keystoneauth.session RESP BODY: {"roles": [{"name": "1b89a78c48ac443287e756cae04b6afa", "id": "b9fe51b3f45c413bb49a80a35f9264c6"}]} 2020-07-27 06:27:20,982 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,986 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,988 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "6a1224fa9ea1412e9c040ce9bb29d0f9", "domain_id": "ef438afa00254c4ebf1fee66cacad0fd", "name": "username-3"}]} 2020-07-27 06:27:20,999 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,004 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,006 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "9cea3f2d8e124a1687bace36afa6f5ab", "name": "projectName-5"}]} 2020-07-27 06:27:21,016 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/9cea3f2d8e124a1687bace36afa6f5ab/users/6a1224fa9ea1412e9c040ce9bb29d0f9/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,021 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,023 keystoneauth.session RESP BODY: {"roles": [{"name": "1b89a78c48ac443287e756cae04b6afa", "id": "b9fe51b3f45c413bb49a80a35f9264c6"}]} 2020-07-27 06:27:21,031 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/9cea3f2d8e124a1687bace36afa6f5ab/users/6a1224fa9ea1412e9c040ce9bb29d0f9/roles/OS-KSADM/b9fe51b3f45c413bb49a80a35f9264c6 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,036 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:21,044 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,049 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,051 keystoneauth.session RESP BODY: {"roles": [{"name": "1b89a78c48ac443287e756cae04b6afa", "id": "b9fe51b3f45c413bb49a80a35f9264c6"}]} 2020-07-27 06:27:21,059 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,064 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,066 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "6a1224fa9ea1412e9c040ce9bb29d0f9", "domain_id": "ef438afa00254c4ebf1fee66cacad0fd", "name": "username-3"}]} 2020-07-27 06:27:21,077 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,082 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,084 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "9cea3f2d8e124a1687bace36afa6f5ab", "name": "projectName-5"}]} 2020-07-27 06:27:21,095 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/9cea3f2d8e124a1687bace36afa6f5ab/users/6a1224fa9ea1412e9c040ce9bb29d0f9/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,100 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,102 keystoneauth.session RESP BODY: {"roles": [{"name": "1b89a78c48ac443287e756cae04b6afa", "id": "b9fe51b3f45c413bb49a80a35f9264c6"}]} 2020-07-27 06:27:21,110 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/9cea3f2d8e124a1687bace36afa6f5ab/users/6a1224fa9ea1412e9c040ce9bb29d0f9/roles/OS-KSADM/b9fe51b3f45c413bb49a80a35f9264c6 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,115 keystoneauth.session RESP: [204] content-type: application/json {1} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_policy_detach [0.032659s] ... ok {2} openstack.tests.unit.config.test_config.TestConfigPrompt.test_get_one_prompt [0.115410s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:493: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) {18} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_update_qos_bandwidth_limit_rule_no_qos_direction_extension [0.174187s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,855 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,859 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,862 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,865 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,872 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,914 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,919 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,921 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,925 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,929 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,932 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,935 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,939 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,941 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,945 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,950 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,952 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,955 openstack 'qos-bw-limit-direction' extension is not available on target cloud 2020-07-27 06:27:20,957 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,962 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,964 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,967 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,972 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,974 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,977 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,982 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,984 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,987 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,992 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,994 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} 2020-07-27 06:27:20,998 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"bandwidth_limit_rule": {"max_kbps": 1100}}' 2020-07-27 06:27:21,003 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,005 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": 1100, "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} {10} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_group_domain_exists [0.341435s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,344 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,347 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,348 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,351 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,356 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,407 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,412 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,414 keystoneauth.session RESP BODY: {"roles": [{"name": "f932be7f1bd744799520f7f20020848a", "id": "2de539efdf754d8fb0aaa32de37fa3b1"}]} 2020-07-27 06:27:20,424 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/5a77b967e3544c8cbe1f7e71b52565a8 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,428 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,430 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "5a77b967e3544c8cbe1f7e71b52565a8", "name": "domainName-2"}} 2020-07-27 06:27:20,436 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,440 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,442 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "5a77b967e3544c8cbe1f7e71b52565a8", "id": "cce71bf4b7074e8b81468a7f7a5b9e9b", "name": "groupname-6"}]} 2020-07-27 06:27:20,455 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=5a77b967e3544c8cbe1f7e71b52565a8&role.id=2de539efdf754d8fb0aaa32de37fa3b1&group.id=cce71bf4b7074e8b81468a7f7a5b9e9b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,460 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,462 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "5a77b967e3544c8cbe1f7e71b52565a8"}}, "role": {"id": "2de539efdf754d8fb0aaa32de37fa3b1"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/5a77b967e3544c8cbe1f7e71b52565a8/groups/cce71bf4b7074e8b81468a7f7a5b9e9b/roles/2de539efdf754d8fb0aaa32de37fa3b1"}, "group": {"id": "cce71bf4b7074e8b81468a7f7a5b9e9b"}}]} 2020-07-27 06:27:20,464 openstack Assignment already exists 2020-07-27 06:27:20,472 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,477 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,479 keystoneauth.session RESP BODY: {"roles": [{"name": "f932be7f1bd744799520f7f20020848a", "id": "2de539efdf754d8fb0aaa32de37fa3b1"}]} 2020-07-27 06:27:20,488 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/5a77b967e3544c8cbe1f7e71b52565a8 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,493 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,495 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "5a77b967e3544c8cbe1f7e71b52565a8", "name": "domainName-2"}} 2020-07-27 06:27:20,501 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,506 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,508 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "5a77b967e3544c8cbe1f7e71b52565a8", "id": "cce71bf4b7074e8b81468a7f7a5b9e9b", "name": "groupname-6"}]} 2020-07-27 06:27:20,521 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=5a77b967e3544c8cbe1f7e71b52565a8&role.id=2de539efdf754d8fb0aaa32de37fa3b1&group.id=cce71bf4b7074e8b81468a7f7a5b9e9b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,525 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,527 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "5a77b967e3544c8cbe1f7e71b52565a8"}}, "role": {"id": "2de539efdf754d8fb0aaa32de37fa3b1"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/5a77b967e3544c8cbe1f7e71b52565a8/groups/cce71bf4b7074e8b81468a7f7a5b9e9b/roles/2de539efdf754d8fb0aaa32de37fa3b1"}, "group": {"id": "cce71bf4b7074e8b81468a7f7a5b9e9b"}}]} 2020-07-27 06:27:20,530 openstack Assignment already exists 2020-07-27 06:27:20,538 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,543 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,545 keystoneauth.session RESP BODY: {"roles": [{"name": "f932be7f1bd744799520f7f20020848a", "id": "2de539efdf754d8fb0aaa32de37fa3b1"}]} 2020-07-27 06:27:20,554 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,559 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,561 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "5a77b967e3544c8cbe1f7e71b52565a8", "name": "domainName-2"}} 2020-07-27 06:27:20,567 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,572 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,574 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "5a77b967e3544c8cbe1f7e71b52565a8", "id": "cce71bf4b7074e8b81468a7f7a5b9e9b", "name": "groupname-6"}]} 2020-07-27 06:27:20,586 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=5a77b967e3544c8cbe1f7e71b52565a8&role.id=2de539efdf754d8fb0aaa32de37fa3b1&group.id=cce71bf4b7074e8b81468a7f7a5b9e9b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,591 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,593 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "5a77b967e3544c8cbe1f7e71b52565a8"}}, "role": {"id": "2de539efdf754d8fb0aaa32de37fa3b1"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/5a77b967e3544c8cbe1f7e71b52565a8/groups/cce71bf4b7074e8b81468a7f7a5b9e9b/roles/2de539efdf754d8fb0aaa32de37fa3b1"}, "group": {"id": "cce71bf4b7074e8b81468a7f7a5b9e9b"}}]} 2020-07-27 06:27:20,595 openstack Assignment already exists 2020-07-27 06:27:20,603 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,608 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,610 keystoneauth.session RESP BODY: {"roles": [{"name": "f932be7f1bd744799520f7f20020848a", "id": "2de539efdf754d8fb0aaa32de37fa3b1"}]} 2020-07-27 06:27:20,619 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,624 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,626 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "5a77b967e3544c8cbe1f7e71b52565a8", "name": "domainName-2"}} 2020-07-27 06:27:20,632 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,636 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,638 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "5a77b967e3544c8cbe1f7e71b52565a8", "id": "cce71bf4b7074e8b81468a7f7a5b9e9b", "name": "groupname-6"}]} 2020-07-27 06:27:20,650 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=5a77b967e3544c8cbe1f7e71b52565a8&role.id=2de539efdf754d8fb0aaa32de37fa3b1&group.id=cce71bf4b7074e8b81468a7f7a5b9e9b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,655 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,657 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "5a77b967e3544c8cbe1f7e71b52565a8"}}, "role": {"id": "2de539efdf754d8fb0aaa32de37fa3b1"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/5a77b967e3544c8cbe1f7e71b52565a8/groups/cce71bf4b7074e8b81468a7f7a5b9e9b/roles/2de539efdf754d8fb0aaa32de37fa3b1"}, "group": {"id": "cce71bf4b7074e8b81468a7f7a5b9e9b"}}]} 2020-07-27 06:27:20,659 openstack Assignment already exists {1} openstack.tests.unit.clustering.v1.test_profile_type.TestProfileType.test_ops [0.020858s] ... ok {8} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_shelve [0.012866s] ... ok {20} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries [0.224720s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,292 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,296 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,299 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,302 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,307 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,314 openstack Calculating hashes for /tmp/tmpJCBhtM/tmp1OUHQg 2020-07-27 06:27:20,316 openstack Image file /tmp/tmpJCBhtM/tmp1OUHQg md5:66f28cb74d42c3a6e6f5f542399cfdb2 sha256:cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625 2020-07-27 06:27:20,341 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,349 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,351 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 1}, "swift": {"max_file_size": 25}} 2020-07-27 06:27:20,356 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,361 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,363 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3 2020-07-27 06:27:20,365 openstack swift uploading /tmp/tmpJCBhtM/tmp1OUHQg to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3 2020-07-27 06:27:20,371 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000000 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '' 2020-07-27 06:27:20,377 keystoneauth.session RESP: [201] content-type: application/json etag: etag0 2020-07-27 06:27:20,382 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000001 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '' 2020-07-27 06:27:20,387 keystoneauth.session RESP: [201] content-type: application/json etag: etag1 2020-07-27 06:27:20,393 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000002 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '' 2020-07-27 06:27:20,398 keystoneauth.session RESP: [201] content-type: application/json etag: etag2 2020-07-27 06:27:20,415 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000003 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '' 2020-07-27 06:27:20,420 keystoneauth.session RESP: [501] content-type: application/json 2020-07-27 06:27:20,423 openstack Exception processing async task: HttpException: 501: Server Error for url: https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000003 2020-07-27 06:27:20,438 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000003 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '' 2020-07-27 06:27:20,443 keystoneauth.session RESP: [201] content-type: application/json etag: etag3 2020-07-27 06:27:20,463 keystoneauth.session REQ: curl -g -i -X PUT "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3?multipart-manifest=put" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 66f28cb74d42c3a6e6f5f542399cfdb2" -H "x-object-meta-x-sdk-sha256: cdb98301f2964fde114d93d195e0f90c8f06b750424bd31ecad793449848a625" -d '[{"size_bytes": 25, "etag": "etag0", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000000"}, {"size_bytes": 25, "etag": "etag1", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000001"}, {"size_bytes": 25, "etag": "etag2", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000002"}, {"size_bytes": 11, "etag": "etag3", "path": "/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_object_segment_retries-3/000003"}]' 2020-07-27 06:27:20,468 keystoneauth.session RESP: [201] content-type: application/json {23} openstack.tests.unit.cloud.test_router.TestRouter.test_add_router_interface [0.075308s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,988 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,993 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,995 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,998 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,004 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,034 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/routers/57076620-dcfb-42ed-8ad6-79ccb4a79ed2/add_router_interface.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet_id": "1f1696eb-7f47-47f6-835c-4889bff88604"}' 2020-07-27 06:27:21,038 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,041 keystoneauth.session RESP BODY: {"port": {"network_id": "53aee281-b06d-47fc-9e1a-37f045182b8e", "tenant_id": "861808a93da0484ea1767967c4df8a23", "request_ids": ["req-f1b0b1b4-ae51-4ef9-b371-0cc3c3402cf7"], "subnet_id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnet_ids": ["1f1696eb-7f47-47f6-835c-4889bff88604"], "port_id": "23999891-78b3-4a6b-818d-d1b713f67848", "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}} {0} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_create_recordset [0.090588s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,844 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,848 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,851 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,854 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,860 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,876 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,880 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,883 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:20,890 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,895 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,897 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "id": "1", "ttl": 3600, "type": "PRIMARY", "email": "test@example.net", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} 2020-07-27 06:27:20,904 keystoneauth.session REQ: curl -g -i -X POST https://dns.example.com/v2/zones/1/recordsets -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"records": ["192.168.1.1"], "ttl": 3600, "type": "A", "name": "www.example.net.", "description": "Example zone"}' 2020-07-27 06:27:20,908 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,911 keystoneauth.session RESP BODY: {"description": "Example zone", "zone": "1", "records": ["192.168.1.1"], "ttl": 3600, "type": "A", "id": "1", "name": "www.example.net."} {31} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_both_project_and_domain [0.160217s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,854 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,859 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,861 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,864 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,870 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,899 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,904 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,906 keystoneauth.session RESP BODY: {"roles": [{"name": "17b5fbc3921d46748c2f4eb795c3c9fb", "id": "08dc430b2fcb49e7a4739b4b461d16ee"}]} 2020-07-27 06:27:20,916 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,920 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,923 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "0bd8b8c7b99744868eac633cb8353b00", "name": "domainName-2"}} 2020-07-27 06:27:20,929 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=0bd8b8c7b99744868eac633cb8353b00" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,934 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,936 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "253b4bf43e14499fa4ac331cfdb715c6", "domain_id": "0bd8b8c7b99744868eac633cb8353b00", "name": "username-3"}]} 2020-07-27 06:27:20,949 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=0bd8b8c7b99744868eac633cb8353b00" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,954 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,956 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "0bd8b8c7b99744868eac633cb8353b00", "enabled": true, "id": "053d750f38f24d83b12d0cb090f16cdb", "name": "projectName-5"}]} 2020-07-27 06:27:20,969 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=253b4bf43e14499fa4ac331cfdb715c6&role.id=08dc430b2fcb49e7a4739b4b461d16ee&scope.project.id=053d750f38f24d83b12d0cb090f16cdb" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,974 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,976 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:20,984 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/projects/053d750f38f24d83b12d0cb090f16cdb/users/253b4bf43e14499fa4ac331cfdb715c6/roles/08dc430b2fcb49e7a4739b4b461d16ee -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,989 keystoneauth.session RESP: [204] content-type: application/json {16} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_ipv4_nova_public [0.020738s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,391 openstack Disabling network entry in catalog per config {13} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_get_quotas [0.098436s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,446 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,451 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,453 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,456 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,462 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,486 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,491 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,493 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "2632b3a32e854d3e9fa309ae2e1ba717", "enabled": true, "id": "4cf278ded11d4c02bb002b8e1955bb2e", "name": "projectName-2"}]} 2020-07-27 06:27:20,515 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-quota-sets/4cf278ded11d4c02bb002b8e1955bb2e -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,520 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,522 keystoneauth.session RESP BODY: {"quota_set": {"metadata_items": 128, "server_groups": 10, "ram": 51200, "security_group_rules": 20, "instances": 10, "key_pairs": 100, "fixed_ips": -1, "security_groups": 45, "injected_file_content_bytes": 10240, "server_group_members": 10, "floating_ips": 10, "injected_files": 5, "cores": 20, "injected_file_path_bytes": 255}} {24} openstack.tests.unit.cloud.test_shade.TestShade.test_openstack_cloud [0.016792s] ... ok {25} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_get_qos_dscp_marking_rule_no_qos_policy_found [0.094252s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,976 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,980 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,983 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,985 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,991 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,023 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,028 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,030 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:21,032 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,036 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,038 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:21,041 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,046 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,047 keystoneauth.session RESP BODY: {"policies": []} {4} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron [0.079572s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,706 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,711 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,714 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,717 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,723 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,752 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/security-groups.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron-2", "description": "description-3"}}' 2020-07-27 06:27:20,758 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,761 keystoneauth.session RESP BODY: {"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron-2", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "2", "description": "description-3"}} {12} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_delete_ignore [0.019313s] ... ok {22} openstack.tests.unit.cloud.test_qos_rule_type.TestQosRuleType.test_get_qos_rule_type_details_no_qos_extension [0.070958s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,625 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,629 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,631 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,634 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,639 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,667 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,671 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,673 keystoneauth.session RESP BODY: {"extensions": []} {9} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_delete_qos_minimum_bandwidth_rule [0.074796s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,702 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,704 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,706 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,707 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,711 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,733 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,736 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,738 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,740 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,744 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,745 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,747 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,751 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,753 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,755 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,759 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,762 keystoneauth.session RESP BODY: {} {26} openstack.tests.unit.clustering.v1.test_node.TestNode.test_adopt [0.021746s] ... ok {11} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_update_quotas_bad_request [0.099013s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,546 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,550 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,553 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,556 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,562 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,587 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,592 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,595 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "8d8689f1172441acb935f5afc877c06d", "enabled": true, "id": "12bd489837ba4d4ba149f809732402a6", "name": "projectName-2"}]} 2020-07-27 06:27:20,617 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/os-quota-sets/12bd489837ba4d4ba149f809732402a6 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"quota_set": {"force": true}}' 2020-07-27 06:27:20,622 keystoneauth.session RESP: [400] content-type: application/json {29} openstack.tests.unit.cloud.test_fwaas.TestFirewallGroup.test_update_firewall_group_unset_policies [0.102008s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,418 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,422 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,424 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,427 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,432 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,475 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,479 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,482 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": "cd28fb50-85d0-4f36-89af-50fac08ac174", "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": "34335e5b-44af-4ffd-9dcf-518133f897c7", "name": "max_security_group"}} 2020-07-27 06:27:20,488 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/fwaas/firewall_groups/700eed7a-b979-4b80-a06d-14f000d0f645 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_group": {"ingress_firewall_policy_id": null, "egress_firewall_policy_id": null}}' 2020-07-27 06:27:20,492 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,495 keystoneauth.session RESP BODY: {"firewall_group": {"status": null, "description": "Providing max security!", "admin_state_up": true, "ingress_firewall_policy_id": null, "id": "700eed7a-b979-4b80-a06d-14f000d0f645", "location": {"project": {"domain_name": null, "domain_id": null, "name": null, "id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c"}, "cloud": "_test_cloud_", "region_name": "RegionOne", "zone": null}, "shared": false, "project_id": "da347b09-0b4f-4994-a3ef-05d13eaecb2c", "ports": ["7d90977c-45ec-467e-a16d-dcaed772a161"], "egress_firewall_policy_id": null, "name": "max_security_group"}} {28} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume_not_available [0.020540s] ... ok {19} openstack.tests.unit.cloud.test_fwaas.TestFirewallRule.test_create_firewall_rule_bad_protocol [0.079474s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,437 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,441 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,443 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,447 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,452 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,485 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/fwaas/firewall_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"firewall_rule": {"protocol": "tcp", "description": "Deny SSH access", "enabled": true, "source_ip_address": null, "destination_ip_address": null, "action": "deny", "source_port": null, "shared": false, "destination_port": 22, "project_id": "ef44f1efcb9548d9a441cdc252a979a6", "ip_version": 5, "name": "deny_ssh"}}' 2020-07-27 06:27:20,490 keystoneauth.session RESP: [400] content-type: application/json 2020-07-27 06:27:20,492 keystoneauth.session RESP BODY: {} {8} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_unpause [0.018382s] ... ok {14} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_secgroups_negone_port [0.037956s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,473 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,477 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,479 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,483 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,488 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {2} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_databases [0.020900s] ... ok {7} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object [0.714232s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,241 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,246 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,248 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,251 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,256 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,263 openstack Calculating hashes for /tmp/tmpJfXoZf/tmpYXdBOK 2020-07-27 06:27:20,265 openstack Image file /tmp/tmpJfXoZf/tmpYXdBOK md5:24301766e9efaf7334d1aa4e85d26ef9 sha256:0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d 2020-07-27 06:27:20,300 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,305 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,307 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 1}, "swift": {"max_file_size": 2}} 2020-07-27 06:27:20,311 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,316 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,318 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3 2020-07-27 06:27:20,320 openstack swift uploading /tmp/tmpJfXoZf/tmpYXdBOK to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3 2020-07-27 06:27:20,329 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000000 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,339 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,342 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000001 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,347 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000002 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,354 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,362 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000003 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,367 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,382 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000006 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,384 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000004 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,389 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,389 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000005 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,402 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,405 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000007 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,413 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,422 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000008 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,416 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,435 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000009 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,440 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,444 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000010 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,454 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000011 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,465 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000012 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,473 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,478 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,489 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,485 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,494 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000013 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,499 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000014 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,507 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000015 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,518 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000016 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,524 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,530 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,534 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,538 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,544 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,557 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000019 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,561 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000018 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,568 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000020 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,578 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000021 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,548 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000017 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,588 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,602 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000022 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,601 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,606 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,593 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,623 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,615 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,621 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000023 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,632 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000024 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,640 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000026 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,640 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000025 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,651 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000027 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,661 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,681 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,676 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,663 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,673 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,699 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000029 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,693 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000028 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,707 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000031 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,714 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000032 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,709 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000030 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,723 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,728 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,736 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,741 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,745 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,757 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000034 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,751 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000033 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,772 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000035 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,780 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000036 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,788 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000037 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,792 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,798 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,804 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,818 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000038 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,806 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,819 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,828 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000039 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,836 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000040 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,843 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000041 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,848 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,854 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000042 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,863 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,868 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000043 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,874 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,881 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,876 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,886 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000044 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,895 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,903 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3/000045 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" -d '' 2020-07-27 06:27:20,914 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,918 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,924 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-Object-Manifest: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_dynamic_large_object-3" -H "x-object-meta-x-sdk-md5: 24301766e9efaf7334d1aa4e85d26ef9" -H "x-object-meta-x-sdk-sha256: 0e3510e1931a1229b498d45b3ceea07ba4449e5a12babab6f1b720ee778d414d" 2020-07-27 06:27:20,929 keystoneauth.session RESP: [201] content-type: application/json {18} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_delete_qos_minimum_bandwidth_rule_not_found [0.110813s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,030 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,034 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,037 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,040 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,046 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,080 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,085 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,087 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:21,090 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,095 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,097 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:21,100 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,105 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,107 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:21,111 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,115 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:21,118 openstack QoS minimum bandwidth rule ed1a2b05-0ad7-45d7-873f-008b575a02b3 not found in policy 881d1bb7-a663-44c0-8f9f-ee2765b74486. Ignoring. {3} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_resize [0.022024s] ... ok {3} openstack.tests.unit.clustering.v1.test_node.TestNode.test_check [0.022325s] ... ok {13} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_neutron_get_quotas_details [0.104178s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,545 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,550 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,552 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,555 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,561 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,586 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,590 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,593 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "8f7d3810fd204b7cbf693d67e487e9c5", "enabled": true, "id": "691c13918d4941b1a38d45c6ee056dfb", "name": "projectName-2"}]} 2020-07-27 06:27:20,619 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/quotas/691c13918d4941b1a38d45c6ee056dfb/details.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,624 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,626 keystoneauth.session RESP BODY: {"quota": {"security_group_rule": {"reserved": 0, "used": 4, "limit": 100}, "subnet": {"reserved": 0, "used": 7, "limit": 100}, "network": {"reserved": 0, "used": 6, "limit": 100}, "floatingip": {"reserved": 0, "used": 0, "limit": 50}, "security_group": {"reserved": 0, "used": 1, "limit": 10}, "router": {"reserved": 0, "used": 2, "limit": 10}, "rbac_policy": {"reserved": 0, "used": 2, "limit": 10}, "subnetpool": {"reserved": 0, "used": 2, "limit": -1}, "port": {"reserved": 0, "used": 7, "limit": 500}}} {28} openstack.tests.unit.clustering.v1.test_node.TestNodeDetail.test_basic [0.021490s] ... ok {4} openstack.tests.unit.cloud.test_server_group.TestServerGroup.test_create_server_group [0.075485s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,787 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,792 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,795 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,799 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,805 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,830 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-server-groups -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server_group": {"name": "server-group-2", "policies": ["affinity"]}}' 2020-07-27 06:27:20,836 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,839 keystoneauth.session RESP BODY: {"server_group": {"policies": ["affinity"], "name": "server-group-2", "id": "137ff017b7534d6bb7dc189b79ff48a4", "members": [], "metadata": {}}} {4} openstack.tests.unit.cloud.test_shade.TestShade.test_range_search_3 [0.020545s] ... ok {25} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_delete_qos_policy_multiple_found [0.095477s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,071 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,075 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,077 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,081 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,086 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,118 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,123 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,125 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:21,128 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,132 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,134 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:21,137 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,142 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,144 keystoneauth.session RESP BODY: {"policies": [{"name": "qos test policy", "id": "123"}, {"name": "qos test policy", "id": "456"}]} {3} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_action_get [0.019790s] ... ok {3} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_events [0.019433s] ... ok {2} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_update [0.019918s] ... ok {5} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project_v2_wait_exception [0.173267s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,111 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,116 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,119 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,124 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:21,156 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,161 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,164 keystoneauth.session RESP BODY: {"roles": [{"name": "a1a6b0eb584845eea17cb498bacee849", "id": "b9aaf560bb2145b8a7d38123ab5a996b"}]} 2020-07-27 06:27:21,173 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,179 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,182 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "e166355669ec4e338bd9f15f7cab89c4", "domain_id": "9e061a22f00a4276b93fb44d25ed8895", "name": "username-3"}]} 2020-07-27 06:27:21,193 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,199 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,201 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "4f3e85ad0a3e4b5ab2ecdac37eaf74b8", "name": "projectName-5"}]} 2020-07-27 06:27:21,213 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/4f3e85ad0a3e4b5ab2ecdac37eaf74b8/users/e166355669ec4e338bd9f15f7cab89c4/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,220 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,223 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:21,231 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/4f3e85ad0a3e4b5ab2ecdac37eaf74b8/users/e166355669ec4e338bd9f15f7cab89c4/roles/OS-KSADM/b9aaf560bb2145b8a7d38123ab5a996b -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,237 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:21,245 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/4f3e85ad0a3e4b5ab2ecdac37eaf74b8/users/e166355669ec4e338bd9f15f7cab89c4/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,250 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,253 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:21,256 openstack.iterate_timeout Waiting 2.0 seconds {20} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_session_endpoint_unavailable [0.026008s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,528 openstack.config Keystone catalog entry not found (service_type=image,service_name=None,interface=public,region_name=RegionOne) {21} openstack.tests.unit.cloud.test_image_snapshot.TestImageSnapshot.test_create_image_snapshot_wait_until_active_never_active [0.126355s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,510 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,514 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,517 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,519 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,528 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,542 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/730772e5-a9fd-4ba9-a475-1dcd893da2a0/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"createImage": {"name": "test-snapshot", "metadata": {}}}' 2020-07-27 06:27:20,546 keystoneauth.session RESP: [200] Location: https://images.example.com/images/8b9d1acf-4d98-4ec3-9ff8-f704e6015008 content-type: application/json 2020-07-27 06:27:20,556 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,561 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,563 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:20,574 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,579 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,581 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/8b9d1acf-4d98-4ec3-9ff8-f704e6015008/file", "id": "8b9d1acf-4d98-4ec3-9ff8-f704e6015008", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "pending", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/8b9d1acf-4d98-4ec3-9ff8-f704e6015008", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:20,593 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,597 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,599 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/8b9d1acf-4d98-4ec3-9ff8-f704e6015008/file", "id": "8b9d1acf-4d98-4ec3-9ff8-f704e6015008", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "pending", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/8b9d1acf-4d98-4ec3-9ff8-f704e6015008", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:20,603 openstack.iterate_timeout Waiting 2.0 seconds {27} openstack.tests.unit.cloud.test_services.CloudServices.test_create_service_v3 [0.068985s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,175 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,180 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,182 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,186 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,192 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,212 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/services -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"service": {"enabled": true, "type": "network", "description": "A test service", "name": "a service"}}' 2020-07-27 06:27:21,217 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,220 keystoneauth.session RESP BODY: {"service": {"enabled": true, "description": "A test service", "type": "network", "id": "73770e192e3f4f35a55050216c2c8469", "name": "a service"}} {17} openstack.tests.unit.cloud.test_operator_noauth.TestOpenStackCloudOperatorNoAuthUnversioned.test_ironic_noauth_auth_endpoint [0.086919s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,555 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,559 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,561 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,564 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,569 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,588 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,593 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,595 keystoneauth.session RESP BODY: {"default_version": {"status": "CURRENT", "min_version": "1.1", "version": "1.46", "id": "v1", "links": [{"href": "https://bare-metal.example.com/v1", "rel": "self"}]}, "description": "Ironic is an OpenStack project.", "name": "OpenStack Ironic API", "versions": [{"status": "CURRENT", "min_version": "1.1", "version": "1.46", "id": "v1", "links": [{"href": "https://bare-metal.example.com/v1", "rel": "self"}]}]} 2020-07-27 06:27:20,603 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,608 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,610 keystoneauth.session RESP BODY: {"media_types": [{"base": "application/json", "type": "application/vnd.openstack.ironic.v1+json"}], "nodes": [{"href": "https://bare-metal.example.com/v1/nodes/", "rel": "self"}, {"href": "https://bare-metal.example.com/nodes/", "rel": "bookmark"}], "ports": [{"href": "https://bare-metal.example.com/v1/ports/", "rel": "self"}, {"href": "https://bare-metal.example.com/ports/", "rel": "bookmark"}], "links": [{"href": "https://bare-metal.example.com/v1", "rel": "self"}], "id": "v1"} 2020-07-27 06:27:20,613 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be" 2020-07-27 06:27:20,617 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,619 keystoneauth.session RESP BODY: {"nodes": []} {30} openstack.tests.unit.cloud.test_keypair.TestKeypair.test_create_keypair_exception [0.062944s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,511 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,515 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,517 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,520 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,525 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,548 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-keypairs -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkF3MX59OrlBs3dH5CU7lNmvpbrgZxSpyGjlnE8Flkirnc/Up22lpjznoxqeoTAwTW034k7Dz6aYIrZGmQwe2TkE084yqvlj45Dkyoj95fW/sZacm0cZNuL69EObEGHdprfGJQajrpz22NQoCD8TFB8Wv+8om9NH9Le6s+WPe98WC77KLw8qgfQsbIey+JawPWl4O67ZdL5xrypuRjfIPWjgy/VH85IXg/Z/GONZ2nxHgSShMkwqSFECAC5L3PHB+0+/12M/iikdatFSVGjpuHvkLOs3oe7m6HlOfluSJ85BzLWBbvva93qkGmLg4ZAc8rPh2O+YIsBUHNLLMM/oQp Generated-by-Nova\n", "name": "key-2"}}' 2020-07-27 06:27:20,552 keystoneauth.session RESP: [400] content-type: application/json {3} openstack.tests.unit.clustering.v1.test_receiver.TestReceiver.test_instantiate [0.020962s] ... ok {1} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_wait_for [0.018880s] ... ok {15} openstack.tests.unit.cloud.test_router.TestRouter.test_list_router_interfaces_external [0.117020s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,140 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,145 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,147 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,151 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,156 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,191 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,200 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,202 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_interface", "fixed_ips": [{"subnet_id": "internal_subnet_id", "ip_address": "10.0.0.1"}], "id": "internal_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} 2020-07-27 06:27:21,206 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface_distributed&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,211 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,213 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:21,216 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Aha_router_replicated_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,221 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,223 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:21,226 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_gateway&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,231 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,233 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_gateway", "fixed_ips": [{"subnet_id": "external_subnet_id", "ip_address": "1.2.3.4"}], "id": "external_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} {23} openstack.tests.unit.cloud.test_router.TestRouter.test_remove_router_interface [0.049838s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,062 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,064 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,066 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,068 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,071 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,088 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/routers/57076620-dcfb-42ed-8ad6-79ccb4a79ed2/remove_router_interface.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet_id": "1f1696eb-7f47-47f6-835c-4889bff88604"}' 2020-07-27 06:27:21,091 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,093 keystoneauth.session RESP BODY: {"port": {"network_id": "53aee281-b06d-47fc-9e1a-37f045182b8e", "tenant_id": "861808a93da0484ea1767967c4df8a23", "request_ids": ["req-f1b0b1b4-ae51-4ef9-b371-0cc3c3402cf7"], "subnet_id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnet_ids": ["1f1696eb-7f47-47f6-835c-4889bff88604"], "port_id": "23999891-78b3-4a6b-818d-d1b713f67848", "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}} {10} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router [0.074309s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,686 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,690 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,693 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,696 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,701 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,730 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"name": "goofy", "admin_state_up": true}}' 2020-07-27 06:27:20,735 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,737 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [], "project_id": "861808a93da0484ea1767967c4df8a23"}} {9} openstack.tests.unit.cloud.test_qos_rule_type.TestQosRuleType.test_get_qos_rule_type_details [0.104503s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,786 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,791 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,794 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,797 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,802 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,837 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,842 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,845 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}]} 2020-07-27 06:27:20,848 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,853 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,856 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-rule-type-details", "updated": "2017-06-22T10:00:00-00:00", "name": "Details of QoS rule types", "links": [], "description": "Expose details about QoS rule types supported by loaded backend drivers"}]} 2020-07-27 06:27:20,859 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/rule-types/bandwidth_limit.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,864 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,867 keystoneauth.session RESP BODY: {"rule_type": {"drivers": [{"name": "linuxbridge", "supported_parameters": [{"parameter_values": {"start": 0, "end": 2147483647}, "parameter_type": "range", "parameter_name": "max_kbps"}, {"parameter_values": ["ingress", "egress"], "parameter_type": "choices", "parameter_name": "direction"}, {"parameter_values": {"start": 0, "end": 2147483647}, "parameter_type": "range", "parameter_name": "max_burst_kbps"}]}], "type": "bandwidth_limit"}} {16} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_external_none_ipv4_neutron [0.075123s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,418 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,422 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,424 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,426 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,431 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,452 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,457 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,459 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "id": "test-net-id", "name": "test-net"}]} 2020-07-27 06:27:20,461 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,464 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,466 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {28} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_delete [0.021032s] ... ok {12} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_image_find [0.020468s] ... ok {18} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_update_quotas [0.101427s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,143 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,148 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,151 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,154 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,160 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,184 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,189 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,191 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "dcca5ea1df0c403e806c9110ebb4ff80", "enabled": true, "id": "eb0f8f697d014666bc7a6fde38fea26f", "name": "projectName-2"}]} 2020-07-27 06:27:21,213 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/os-quota-sets/eb0f8f697d014666bc7a6fde38fea26f -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"quota_set": {"cores": 1, "force": true}}' 2020-07-27 06:27:21,218 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,221 keystoneauth.session RESP BODY: {"quota_set": {"metadata_items": 128, "server_groups": 10, "ram": 51200, "security_group_rules": 20, "instances": 10, "key_pairs": 100, "fixed_ips": -1, "security_groups": 45, "injected_file_content_bytes": 10240, "server_group_members": 10, "floating_ips": 10, "injected_files": 5, "cores": 20, "injected_file_path_bytes": 255}} {0} openstack.tests.unit.cloud.test_shade.TestShade.test__has_nova_extension_missing [0.069652s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,951 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,955 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,958 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,961 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,967 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,981 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,987 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,989 keystoneauth.session RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "name": "Multinic", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "NMN", "description": "Multiple network support."}, {"updated": "2014-12-03T00:00:00Z", "name": "DiskConfig", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "description": "Disk Management Extension."}]} {31} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_both_user_and_group [0.100402s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,015 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,020 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,022 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,026 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,031 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,052 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,057 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,059 keystoneauth.session RESP BODY: {"roles": [{"name": "43dd1bc1eb3b43fa91140921011df418", "id": "91be6646bdf344e699bdbbfc99749e3f"}]} 2020-07-27 06:27:21,069 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,074 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,076 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "4a46150bf9c24a4699de30858d7d6060", "domain_id": "650028ff6b6043cbb6a7c5f7b603751b", "name": "username-3"}]} 2020-07-27 06:27:21,082 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,087 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,090 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "650028ff6b6043cbb6a7c5f7b603751b", "id": "ebb84408bbfa4a539baf73f4ecc84b74", "name": "groupname-6"}]} {7} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_has_service_yes [0.023421s] ... ok {26} openstack.tests.unit.clustering.v1.test_policy.TestPolicyValidate.test_basic [0.019650s] ... ok {13} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_create_recordset_exception [0.086530s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,651 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,655 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,658 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,661 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,667 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,682 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,687 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,689 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:20,696 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,700 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,703 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "id": "1", "ttl": 3600, "type": "PRIMARY", "email": "test@example.net", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} 2020-07-27 06:27:20,709 keystoneauth.session REQ: curl -g -i -X POST https://dns.example.com/v2/zones/1/recordsets -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"records": ["192.168.1.2"], "type": "A", "name": "www2.example.net."}' 2020-07-27 06:27:20,714 keystoneauth.session RESP: [500] content-type: application/json {13} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_neutron_not_found [0.079308s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,739 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,744 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,746 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,750 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,756 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,785 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,790 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,793 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2020-07-27 06:27:20,796 openstack Security group 10 not found for deleting {13} openstack.tests.unit.cloud.test_server_console.TestServerConsole.test_get_server_console_no_console [0.068055s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,827 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,832 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,835 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,839 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,845 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,860 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/58f71208-bb30-4bcb-a7ca-e10cbbcee48b/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-getConsoleOutput": {"length": null}}' 2020-07-27 06:27:20,865 keystoneauth.session RESP: [400] content-type: application/json {13} openstack.tests.unit.cloud.test_server_group.TestServerGroup.test_delete_server_group [0.096084s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,970 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,975 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,978 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,982 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,988 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,019 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-server-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,024 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,027 keystoneauth.session RESP BODY: {"server_groups": [{"policies": ["affinity"], "name": "server-group-2", "id": "0c861789ebdb4e62831d996947c41b19", "members": [], "metadata": {}}]} 2020-07-27 06:27:21,033 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-server-groups/0c861789ebdb4e62831d996947c41b19 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,039 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,042 keystoneauth.session RESP BODY: {"server_groups": [{"policies": ["affinity"], "name": "server-group-2", "id": "0c861789ebdb4e62831d996947c41b19", "members": [], "metadata": {}}]} {23} openstack.tests.unit.cloud.test_services.CloudServices.test_update_service_v2 [0.043054s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,119 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,123 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,125 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,128 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {23} openstack.tests.unit.cloud.test_stack.TestStack.test_get_stack_in_progress [0.062388s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,164 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,169 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,171 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,175 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,180 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,186 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,192 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2020-07-27 06:27:21,196 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,198 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "deletion_time": "2017-03-23T23:57:12Z", "creation_time": "2017-03-23T23:57:12Z", "links": [], "updated_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_IN_PROGRESS", "id": "id-2"}} {6} openstack.tests.unit.cloud.test_services.CloudServices.test_list_services [0.070243s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,204 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,209 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,211 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,215 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,222 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,242 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,247 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,250 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "7b0ecf65642b43e4b3514c0dfa1a75a1", "id": "72a8e69a38ea49c294c0052703cd4205", "name": "71f99d0517694e8bb164ca3c6d077e23"}]} {13} openstack.tests.unit.cloud.test_volume.TestVolume.test_list_volumes_with_pagination_next_link_fails_once [0.130245s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,070 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,075 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,078 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,081 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,088 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,115 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,121 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,124 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2020-07-27 06:27:21,128 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,133 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:21,136 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2020-07-27 06:27:21,143 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,148 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,151 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2020-07-27 06:27:21,154 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,160 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,162 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=02", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol2", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "02", "metadata": {}}]} 2020-07-27 06:27:21,166 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=02 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,171 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,174 keystoneauth.session RESP BODY: {"volumes": []} {8} openstack.tests.unit.compute.v2.test_server.TestServer.test_add_floating_ip_with_fixed_addr [0.023507s] ... ok {24} openstack.tests.unit.cloud.test_stack.TestStack.test_search_stacks [0.064819s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,035 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,040 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,043 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,047 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,054 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,061 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,067 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,069 keystoneauth.session RESP BODY: {"stacks": [{"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}, {"description": null, "parent": null, "tags": null, "stack_name": "name-6", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-5", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}]} {22} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_neutron_get_quotas [0.105302s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,699 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,703 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,706 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,709 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,714 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,738 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,743 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,745 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "26f64a0f2d6f48c6b59ad15608a1b88e", "enabled": true, "id": "314cba3596e444bb9e97f7ac54148817", "name": "projectName-2"}]} 2020-07-27 06:27:20,772 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/quotas/314cba3596e444bb9e97f7ac54148817.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,777 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,779 keystoneauth.session RESP BODY: {"quota": {"security_group_rule": 100, "subnet": 100, "network": 100, "floatingip": 50, "security_group": 10, "router": 10, "rbac_policy": 10, "subnetpool": -1, "port": 500}} {15} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_remove_security_group_from_server_neutron [0.140984s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,272 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,277 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,279 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,283 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,288 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,315 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,320 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,322 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "server-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:21,357 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,362 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,365 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2020-07-27 06:27:21,372 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/1234/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"removeSecurityGroup": {"name": "neutron-sec-group"}}' 2020-07-27 06:27:21,377 keystoneauth.session RESP: [200] content-type: application/json {13} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_get_volume_type_access [0.083587s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,200 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,205 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,208 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,212 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,219 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,234 keystoneauth.session REQ: curl -g -i -X GET "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,240 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,243 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2020-07-27 06:27:21,250 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/os-volume-type-access -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,256 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,259 keystoneauth.session RESP BODY: {"volume_type_access": [{"volume_type_id": "voltype01", "project_id": "prj01", "name": "name"}, {"volume_type_id": "voltype01", "project_id": "prj02", "name": "name"}]} {13} openstack.tests.unit.clustering.test_version.TestVersion.test_make_it [0.020685s] ... ok {13} openstack.tests.unit.clustering.v1.test_action.TestAction.test_basic [0.020559s] ... ok {29} openstack.tests.unit.cloud.test_image.TestImage.test_update_image_no_patch [0.068364s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,521 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,525 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,528 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,531 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,536 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,551 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,556 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,558 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } {6} openstack.tests.unit.cloud.test_shade.TestShade.test_list_servers [0.091594s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,275 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,280 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,283 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,287 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,292 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,317 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,332 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,335 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "34b5c2c0-f11f-42f7-9302-dba260a9a309", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {25} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_get_qos_policy_no_qos_extension [0.072441s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,168 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,172 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,174 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,177 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,182 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,211 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,216 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,218 keystoneauth.session RESP BODY: {"extensions": []} {14} openstack.tests.unit.cloud.test_normalize.TestStrictNormalize.test_normalize_nova_images [0.037436s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,511 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,516 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,518 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,521 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,526 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {14} openstack.tests.unit.cloud.test_object.TestObject.test_delete_object_not_found [0.063066s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,654 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,659 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,662 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,665 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,670 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,678 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object_not_found-2/openstack.tests.unit.cloud.test_object.TestObject.test_delete_object_not_found-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,687 keystoneauth.session RESP: [404] content-type: application/json {14} openstack.tests.unit.cloud.test_object.TestObject.test_set_container_access_public [0.066941s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,740 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,745 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,746 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,749 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,754 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,778 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_set_container_access_public-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: .r:*,.rlistings" 2020-07-27 06:27:20,784 keystoneauth.session RESP: [204] content-type: application/json {3} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_force_service_down [0.021533s] ... ok {3} openstack.tests.unit.compute.v2.test_server.TestServer.test_start [0.023822s] ... ok {21} openstack.tests.unit.cloud.test_meta.TestMeta.test_current_project [0.038260s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,627 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,632 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,634 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,637 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,643 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {12} openstack.tests.unit.compute.v2.test_server.TestServer.test_detail [0.020989s] ... ok {2} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_delete [0.019238s] ... ok {27} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_update_subnet_disable_gateway_ip [0.092812s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,246 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,251 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,254 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,257 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,263 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,294 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,299 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,302 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}]} 2020-07-27 06:27:21,307 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/subnets/1f1696eb-7f47-47f6-835c-4889bff88604.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"gateway_ip": null}}' 2020-07-27 06:27:21,312 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,315 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "gateway_ip": null, "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {19} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_list_role_assignments_exception_v2 [0.050491s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,523 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,527 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,530 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,533 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {17} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_delete_qos_dscp_marking_rule [0.124215s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,656 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,660 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,663 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,666 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,672 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,708 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,713 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,715 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,718 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,723 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,725 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,728 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,732 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,734 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,738 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,742 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,745 keystoneauth.session RESP BODY: {} {11} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project [0.251001s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,647 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,652 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,654 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,658 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,663 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,700 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,705 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,708 keystoneauth.session RESP BODY: {"roles": [{"name": "ff8f4320e2184ec484e4557445805692", "id": "e825e17ce1a14d42ad4ee1dd37071dc3"}]} 2020-07-27 06:27:20,718 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,723 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,726 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "2f332a45f7724f4eaae1b866339cb465", "domain_id": "b6d4dbb8cce4498bab097aed213e2a76", "name": "username-3"}]} 2020-07-27 06:27:20,738 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,743 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,746 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "b6d4dbb8cce4498bab097aed213e2a76", "enabled": true, "id": "c537cf54dad64d908b8a2f83fad4aeb1", "name": "projectName-5"}]} 2020-07-27 06:27:20,759 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=2f332a45f7724f4eaae1b866339cb465&role.id=e825e17ce1a14d42ad4ee1dd37071dc3&scope.project.id=c537cf54dad64d908b8a2f83fad4aeb1" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,764 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,767 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:20,776 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/projects/c537cf54dad64d908b8a2f83fad4aeb1/users/2f332a45f7724f4eaae1b866339cb465/roles/e825e17ce1a14d42ad4ee1dd37071dc3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,781 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:20,791 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,796 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,799 keystoneauth.session RESP BODY: {"roles": [{"name": "ff8f4320e2184ec484e4557445805692", "id": "e825e17ce1a14d42ad4ee1dd37071dc3"}]} 2020-07-27 06:27:20,808 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,814 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,816 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "2f332a45f7724f4eaae1b866339cb465", "domain_id": "b6d4dbb8cce4498bab097aed213e2a76", "name": "username-3"}]} 2020-07-27 06:27:20,830 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,835 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,838 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "b6d4dbb8cce4498bab097aed213e2a76", "enabled": true, "id": "c537cf54dad64d908b8a2f83fad4aeb1", "name": "projectName-5"}]} 2020-07-27 06:27:20,850 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=2f332a45f7724f4eaae1b866339cb465&role.id=e825e17ce1a14d42ad4ee1dd37071dc3&scope.project.id=c537cf54dad64d908b8a2f83fad4aeb1" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,856 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,859 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:20,868 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/projects/c537cf54dad64d908b8a2f83fad4aeb1/users/2f332a45f7724f4eaae1b866339cb465/roles/e825e17ce1a14d42ad4ee1dd37071dc3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,873 keystoneauth.session RESP: [204] content-type: application/json {31} openstack.tests.unit.cloud.test_shade.TestShade.test_get_images [0.019619s] ... ok {12} openstack.tests.unit.compute.v2.test_server.TestServer.test_stop [0.023161s] ... ok {0} openstack.tests.unit.cloud.test_stack.TestStack.test_search_stacks_exception [0.053698s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,018 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,022 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,025 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,028 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,034 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,040 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,045 keystoneauth.session RESP: [404] content-type: application/json {26} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_clusters [0.019587s] ... ok {26} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_check [0.021879s] ... ok {29} openstack.tests.unit.cloud.test_object.TestObject.test_create_container_public [0.104739s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,594 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,599 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,601 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,604 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,610 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,634 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container_public-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,639 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,645 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container_public-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,649 keystoneauth.session RESP: [201] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Fri, 16 Dec 2016 18:21:20 GMT 2020-07-27 06:27:20,652 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2020-07-27 06:27:20,657 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container_public-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: .r:*,.rlistings" 2020-07-27 06:27:20,661 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,667 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container_public-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,672 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 0 Content-Type: text/plain; charset=utf-8 Date: Fri, 16 Dec 2016 18:29:05 GMT X-Container-Bytes-Used: 0 X-Container-Object-Count: 0 X-Storage-Policy: Policy-0 X-Timestamp: 1481912480.41664 X-Trans-Id: tx60ec128d9dbf44b9add68-0058543271dfw1 2020-07-27 06:27:20,674 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain; charset=utf-8. Only application/json responses have their bodies logged. {13} openstack.tests.unit.clustering.v1.test_profile.TestProfile.test_instantiate [0.021626s] ... ok {20} openstack.tests.unit.cloud.test_project.TestProject.test_list_projects_v3_kwarg [0.070270s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,554 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,558 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,561 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,564 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,570 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,592 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=2cdb6276f62c480b8b9a2ae16872447c" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,597 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,599 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "2cdb6276f62c480b8b9a2ae16872447c", "description": "projectDesc-2", "enabled": true, "id": "d26301d0404c44258227b760ac41cd20", "name": "projectName-3"}]} {2} openstack.tests.unit.image.v2.test_image.TestImage.test_reactivate [0.028587s] ... ok {3} openstack.tests.unit.compute.v2.test_server.TestServer.test_unlock [0.024148s] ... ok {17} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project_v2 [0.327769s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,772 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,777 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,779 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,783 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:20,836 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,841 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,844 keystoneauth.session RESP BODY: {"roles": [{"name": "af34359d40994a50a3175ec2ee36d123", "id": "76738b8c0e844666aeb3613df1e53c13"}]} 2020-07-27 06:27:20,852 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,857 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,859 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "8891e383f22a4e629eb6868e6342dc6f", "domain_id": "ce79f6a5157a4836a39a7dc8e24e8227", "name": "username-3"}]} 2020-07-27 06:27:20,870 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,875 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,876 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "f0fd8d3927384d02bbf4264155cdbfee", "name": "projectName-5"}]} 2020-07-27 06:27:20,885 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/f0fd8d3927384d02bbf4264155cdbfee/users/8891e383f22a4e629eb6868e6342dc6f/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,890 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,891 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:20,895 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/f0fd8d3927384d02bbf4264155cdbfee/users/8891e383f22a4e629eb6868e6342dc6f/roles/OS-KSADM/76738b8c0e844666aeb3613df1e53c13 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,899 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,904 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,908 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,910 keystoneauth.session RESP BODY: {"roles": [{"name": "af34359d40994a50a3175ec2ee36d123", "id": "76738b8c0e844666aeb3613df1e53c13"}]} 2020-07-27 06:27:20,918 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,922 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,924 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "8891e383f22a4e629eb6868e6342dc6f", "domain_id": "ce79f6a5157a4836a39a7dc8e24e8227", "name": "username-3"}]} 2020-07-27 06:27:20,933 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,935 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,937 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "f0fd8d3927384d02bbf4264155cdbfee", "name": "projectName-5"}]} 2020-07-27 06:27:20,944 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/f0fd8d3927384d02bbf4264155cdbfee/users/8891e383f22a4e629eb6868e6342dc6f/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,947 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,948 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:20,953 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/f0fd8d3927384d02bbf4264155cdbfee/users/8891e383f22a4e629eb6868e6342dc6f/roles/OS-KSADM/76738b8c0e844666aeb3613df1e53c13 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,956 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:20,960 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,965 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,967 keystoneauth.session RESP BODY: {"roles": [{"name": "af34359d40994a50a3175ec2ee36d123", "id": "76738b8c0e844666aeb3613df1e53c13"}]} 2020-07-27 06:27:20,974 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,977 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,978 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "8891e383f22a4e629eb6868e6342dc6f", "domain_id": "ce79f6a5157a4836a39a7dc8e24e8227", "name": "username-3"}]} 2020-07-27 06:27:20,987 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,990 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,992 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "f0fd8d3927384d02bbf4264155cdbfee", "name": "projectName-5"}]} 2020-07-27 06:27:20,997 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/f0fd8d3927384d02bbf4264155cdbfee/users/8891e383f22a4e629eb6868e6342dc6f/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,000 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,002 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:21,009 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/f0fd8d3927384d02bbf4264155cdbfee/users/8891e383f22a4e629eb6868e6342dc6f/roles/OS-KSADM/76738b8c0e844666aeb3613df1e53c13 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,012 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:21,017 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,020 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,021 keystoneauth.session RESP BODY: {"roles": [{"name": "af34359d40994a50a3175ec2ee36d123", "id": "76738b8c0e844666aeb3613df1e53c13"}]} 2020-07-27 06:27:21,027 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,030 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,032 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "8891e383f22a4e629eb6868e6342dc6f", "domain_id": "ce79f6a5157a4836a39a7dc8e24e8227", "name": "username-3"}]} 2020-07-27 06:27:21,041 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,046 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,047 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "f0fd8d3927384d02bbf4264155cdbfee", "name": "projectName-5"}]} 2020-07-27 06:27:21,056 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/f0fd8d3927384d02bbf4264155cdbfee/users/8891e383f22a4e629eb6868e6342dc6f/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,061 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,063 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:21,069 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/f0fd8d3927384d02bbf4264155cdbfee/users/8891e383f22a4e629eb6868e6342dc6f/roles/OS-KSADM/76738b8c0e844666aeb3613df1e53c13 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,073 keystoneauth.session RESP: [201] content-type: application/json {17} openstack.tests.unit.cloud.test_router.TestRouter.test_get_router [0.070443s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,095 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,099 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,101 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,105 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,110 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,138 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,143 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,146 keystoneauth.session RESP BODY: {"routers": [{"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [], "project_id": "861808a93da0484ea1767967c4df8a23"}]} {4} openstack.tests.unit.cloud.test_stack.TestStack.test_delete_stack_exception [0.081334s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,891 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,897 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,900 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,904 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,910 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,917 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2?resolve_outputs=False -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,924 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2?resolve_outputs=False 2020-07-27 06:27:20,929 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,932 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2020-07-27 06:27:20,938 keystoneauth.session REQ: curl -g -i -X DELETE https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,944 keystoneauth.session RESP: [400] content-type: application/json {8} openstack.tests.unit.compute.v2.test_server.TestServer.test_backup [0.023032s] ... ok {30} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_cloud_osic_split [0.124868s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,581 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,586 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,588 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,591 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,596 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,629 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,633 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,635 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "router:external": true, "subnets": ["cf785ee0-6cc9-4712-be3d-0bf6c86cf455"], "tenant_id": "7a1ca9f7cc4e4b13ac0ed2957f1e8c32", "name": "GATEWAY_NET", "admin_state_up": true, "shared": true, "id": "7004a83a-13d3-4dcd-8cf5-52af1ace4cae", "mtu": 0}, {"status": "ACTIVE", "router:external": false, "subnets": ["a47910bc-f649-45db-98ec-e2421c413f4e"], "tenant_id": "7e9c4d5842b3451d94417bd0af03a0f4", "name": "openstackjenkins-network1", "admin_state_up": true, "shared": false, "id": "405abfcc-77dc-49b2-a271-139619ac9b26", "mtu": 0}, {"status": "ACTIVE", "router:external": true, "subnets": ["9c21d704-a8b9-409a-b56d-501cb518d380", "7cb0ce07-64c3-4a3d-92d3-6f11419b45b9"], "tenant_id": "7a1ca9f7cc4e4b13ac0ed2957f1e8c32", "name": "GATEWAY_NET_V6", "admin_state_up": true, "shared": true, "id": "54753d2c-0a58-4928-9b32-084c59dd20a6", "mtu": 0}]} 2020-07-27 06:27:20,639 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,643 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,645 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "172.99.106.5", "end": "172.99.106.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "172.99.106.0/24", "id": "cf785ee0-6cc9-4712-be3d-0bf6c86cf455", "subnetpool_id": null, "name": "GATEWAY_NET", "enable_dhcp": true, "network_id": "7004a83a-13d3-4dcd-8cf5-52af1ace4cae", "tenant_id": "7a1ca9f7cc4e4b13ac0ed2957f1e8c32", "dns_nameservers": ["69.20.0.164", "69.20.0.196"], "gateway_ip": "172.99.106.1", "ip_version": 4}, {"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.0.1.2", "end": "10.0.1.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.0.1.0/24", "id": "a47910bc-f649-45db-98ec-e2421c413f4e", "subnetpool_id": null, "name": "openstackjenkins-subnet1", "enable_dhcp": true, "network_id": "405abfcc-77dc-49b2-a271-139619ac9b26", "tenant_id": "7e9c4d5842b3451d94417bd0af03a0f4", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "gateway_ip": "10.0.1.1", "ip_version": 4}, {"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.0.0.2", "end": "10.255.255.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.0.0.0/8", "id": "9c21d704-a8b9-409a-b56d-501cb518d380", "subnetpool_id": null, "name": "GATEWAY_SUBNET_V6V4", "enable_dhcp": true, "network_id": "54753d2c-0a58-4928-9b32-084c59dd20a6", "tenant_id": "7a1ca9f7cc4e4b13ac0ed2957f1e8c32", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "gateway_ip": "10.0.0.1", "ip_version": 4}, {"ipv6_ra_mode": null, "allocation_pools": [{"start": "2001:4800:1ae1:18::2", "end": "2001:4800:1ae1:18:ffff:ffff:ffff:ffff"}], "host_routes": [], "ipv6_address_mode": "dhcpv6-stateless", "cidr": "2001:4800:1ae1:18::/64", "id": "7cb0ce07-64c3-4a3d-92d3-6f11419b45b9", "subnetpool_id": null, "name": "GATEWAY_SUBNET_V6V6", "enable_dhcp": true, "network_id": "54753d2c-0a58-4928-9b32-084c59dd20a6", "tenant_id": "7a1ca9f7cc4e4b13ac0ed2957f1e8c32", "dns_nameservers": ["2001:4860:4860::8888"], "gateway_ip": "2001:4800:1ae1:18::1", "ip_version": 6}]} 2020-07-27 06:27:20,667 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/test-id/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,671 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,673 keystoneauth.session RESP BODY: {"security_groups": []} {31} openstack.tests.unit.cloud.test_stack.TestStack.test_search_stacks_filters [0.057758s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,141 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,146 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,148 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,151 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,157 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,163 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,168 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,171 keystoneauth.session RESP BODY: {"stacks": [{"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}, {"description": null, "parent": null, "tags": null, "stack_name": "name-6", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_FAILED", "id": "id-5", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}]} {31} openstack.tests.unit.cloud.test_volume.TestVolume.test_delete_volume_gone_away [0.076375s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,196 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,201 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,204 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,207 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,213 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,228 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,233 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,236 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2020-07-27 06:27:21,243 keystoneauth.session REQ: curl -g -i -X DELETE https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/volume001 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,248 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:21,251 openstack Volume volume001 not found when deleting. Ignoring. {7} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_create_qos_bandwidth_limit_rule_no_qos_extension [0.080262s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,201 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,206 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,208 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,212 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,219 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,248 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,254 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,256 keystoneauth.session RESP BODY: {"extensions": []} {8} openstack.tests.unit.compute.v2.test_server.TestServer.test_create_image [0.023287s] ... ok {10} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_specific_tenant [0.074030s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,761 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,765 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,767 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,771 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,776 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,804 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"tenant_id": "project_id_value", "name": "goofy", "admin_state_up": true}}' 2020-07-27 06:27:20,810 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,812 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "admin_state_up": true, "tenant_id": "project_id_value", "distributed": false, "project_id": "project_id_value", "flavor_id": null, "routes": [], "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "name": "goofy"}} {2} openstack.tests.unit.image.v2.test_image.TestImage.test_remove_tag [0.028481s] ... ok {16} openstack.tests.unit.cloud.test_normalize.TestNormalize.test_normalize_flavors [0.035901s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,586 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,590 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,592 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,595 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,600 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {9} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_rule_neutron [0.075643s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,893 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,897 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,900 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,903 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,909 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,938 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/security-group-rules/xyz.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,943 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,946 keystoneauth.session RESP BODY: {} {31} openstack.tests.unit.cloud.test_volume_backups.TestVolumeBackups.test_list_volume_backups [0.061029s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,274 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,279 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,282 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,285 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,291 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,304 keystoneauth.session REQ: curl -g -i -X GET "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail?status=available" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,310 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,312 keystoneauth.session RESP BODY: {"backups": [{"status": "available", "id": "6ff16bdf-44d5-4bf9-b0f3-687549c76414"}]} {11} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_without_enable_snat [0.078966s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,898 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,903 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,906 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,910 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,917 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,946 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"name": "goofy", "admin_state_up": true}}' 2020-07-27 06:27:20,951 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,954 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [], "project_id": "861808a93da0484ea1767967c4df8a23"}} {6} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_non_unique_network [0.065313s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,369 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,374 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,377 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,381 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,386 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,406 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,410 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,411 keystoneauth.session RESP BODY: {"networks": [{"name": "network_name", "id": "123"}, {"name": "network_name", "id": "456"}]} {23} openstack.tests.unit.cloud.test_volume.TestVolume.test_set_volume_bootable [0.074788s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,223 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,228 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,230 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,233 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,239 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,253 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,259 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,261 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2020-07-27 06:27:21,268 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/volume001/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-set_bootable": {"bootable": true}}' 2020-07-27 06:27:21,273 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,276 keystoneauth.session RESP BODY: {"os-set_bootable": {"bootable": true}} {28} openstack.tests.unit.compute.v2.test_extension.TestExtension.test_basic [0.021594s] ... ok {19} openstack.tests.unit.cloud.test_identity_roles.TestIdentityRoles.test_update_role [0.084500s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,568 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,572 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,575 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,578 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,583 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,608 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,613 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,615 keystoneauth.session RESP BODY: {"roles": [{"name": "a9d644f8845f4ec9bf2169eb5667c7e2", "id": "053ac12b6ce94ae0833c6133506503e0"}]} 2020-07-27 06:27:20,622 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/roles -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"role": {"name": "a9d644f8845f4ec9bf2169eb5667c7e2"}, "role_id": "053ac12b6ce94ae0833c6133506503e0"}' 2020-07-27 06:27:20,626 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,629 keystoneauth.session RESP BODY: {"role": {"name": "a9d644f8845f4ec9bf2169eb5667c7e2", "id": "053ac12b6ce94ae0833c6133506503e0"}} {0} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_update_subnet [0.091836s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,068 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,073 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,076 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,079 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,085 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,117 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,122 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,125 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}]} 2020-07-27 06:27:21,129 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/subnets/1f1696eb-7f47-47f6-835c-4889bff88604.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"name": "goofy"}}' 2020-07-27 06:27:21,134 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,137 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "goofy", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "gateway_ip": "192.168.199.1", "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {18} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_with_admin_pass_no_wait [0.110006s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,239 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,242 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,243 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,247 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,252 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,278 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/b93416e6-29cb-46a5-905f-d4190a79c63f/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a", "adminPass": "password-3"}}' 2020-07-27 06:27:21,284 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,286 keystoneauth.session RESP BODY: {"server": {"status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "key_name": null, "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "b93416e6-29cb-46a5-905f-d4190a79c63f", "security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null, "user_id": "9c119f4beaaa438792ce89387362b3ad", "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "adminPass": "password-3", "OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [], "accessIPv4": "", "accessIPv6": "", "config_drive": "True", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}}} 2020-07-27 06:27:21,323 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,329 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,332 keystoneauth.session RESP BODY: {"networks": []} {17} openstack.tests.unit.cloud.test_router.TestRouter.test_list_router_interfaces_internal [0.114883s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,170 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,174 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,177 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,180 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,186 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,221 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,227 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,229 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_interface", "fixed_ips": [{"subnet_id": "internal_subnet_id", "ip_address": "10.0.0.1"}], "id": "internal_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} 2020-07-27 06:27:21,232 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface_distributed&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,238 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,240 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:21,243 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Aha_router_replicated_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,248 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,250 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:21,253 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_gateway&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,258 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,261 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_gateway", "fixed_ips": [{"subnet_id": "external_subnet_id", "ip_address": "1.2.3.4"}], "id": "external_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} {20} openstack.tests.unit.cloud.test_project.TestProject.test_update_project_v2 [0.086748s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,626 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,631 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,634 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,637 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:20,662 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:20,667 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,669 keystoneauth.session RESP BODY: {"tenants": [{"description": "projectDesc-2", "enabled": true, "id": "c7b435bd453f4ba7a84e49cac4b44aa1", "name": "projectName-3"}]} 2020-07-27 06:27:20,679 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/tenants/c7b435bd453f4ba7a84e49cac4b44aa1 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" -d '{"tenant": {"description": "projectDesc-2"}}' 2020-07-27 06:27:20,684 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,686 keystoneauth.session RESP BODY: {"tenant": {"description": "projectDesc-2", "enabled": true, "id": "c7b435bd453f4ba7a84e49cac4b44aa1", "name": "projectName-3"}} {27} openstack.tests.unit.cloud.test_volume.TestVolume.test_detach_volume_wait_error [0.095048s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,341 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,346 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,349 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,353 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,359 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,386 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/server001/os-volume_attachments/volume001 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,392 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,402 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,407 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,410 keystoneauth.session RESP BODY: {"volumes": [{"status": "error", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} {19} openstack.tests.unit.cloud.test_image.TestImage.test_config_v1 [0.064016s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,658 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,663 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,666 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,669 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,675 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,681 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,686 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:20,688 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } {24} openstack.tests.unit.cloud.test_stack.TestStack.test_update_stack [0.087164s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,107 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,113 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,115 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,120 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,126 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,133 keystoneauth.session REQ: curl -g -i -X PUT https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"files": {}, "environment": {}, "disable_rollback": false, "template": {"outputs": {"rand": {"value": {"get_attr": ["my_rand", "value"]}}}, "heat_template_version": "2014-10-16", "parameters": {"length": {"default": 10, "type": "number"}}, "resources": {"my_rand": {"type": "OS::Heat::RandomString", "properties": {"length": {"get_param": "length"}}}}}, "parameters": {}, "timeout_mins": 60}' 2020-07-27 06:27:21,139 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,144 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,150 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2020-07-27 06:27:21,156 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,158 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} {25} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_update_qos_policy_no_qos_extension [0.071867s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,241 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,245 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,247 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,250 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,256 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,283 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,288 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,291 keystoneauth.session RESP BODY: {"extensions": []} {15} openstack.tests.unit.cloud.test_shade.TestShade.test_get_server_not_found [0.069824s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,401 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,406 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,408 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,412 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,418 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,441 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,446 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,449 keystoneauth.session RESP BODY: {"servers": []} {28} openstack.tests.unit.compute.v2.test_flavor.TestFlavor.test_basic [0.020468s] ... ok {28} openstack.tests.unit.compute.v2.test_limits.TestLimits.test_basic [0.020578s] ... ok {30} openstack.tests.unit.cloud.test_object.TestObject.test_delete_container [0.067920s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,706 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,710 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,712 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,715 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,720 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,744 keystoneauth.session REQ: curl -g -i -X DELETE https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_delete_container-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,748 keystoneauth.session RESP: [200] content-type: application/json {30} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_get_qos_minimum_bandwidth_rule [0.105971s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,772 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,776 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,779 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,782 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,787 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,821 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,826 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,828 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,831 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,835 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,837 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,840 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,844 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,846 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,850 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/minimum_bandwidth_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,854 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,856 keystoneauth.session RESP BODY: {"minimum_bandwidth_rule": {"direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "min_kbps": 1000}} {7} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_get_qos_bandwidth_limit_rule [0.118313s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,280 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,285 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,287 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,291 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,297 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,332 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,338 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,340 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:21,344 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,349 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,351 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:21,355 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,360 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,363 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:21,367 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,372 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,375 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} {31} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_policy_attach [0.021675s] ... ok {31} openstack.tests.unit.clustering.v1.test_policy.TestPolicy.test_instantiate [0.020509s] ... ok {10} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_rule_not_found_nova [0.072701s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,845 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,850 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,852 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,855 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,861 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,875 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,881 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,883 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2020-07-27 06:27:20,887 openstack Security group doesNotExist not found for deleting {3} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_verify [0.057858s] ... ok {14} openstack.tests.unit.cloud.test_router.TestRouter.test_list_router_interfaces_all [0.145794s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,864 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,869 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,871 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,875 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,880 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,914 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,920 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,922 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_interface", "fixed_ips": [{"subnet_id": "internal_subnet_id", "ip_address": "10.0.0.1"}], "id": "internal_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} 2020-07-27 06:27:20,926 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface_distributed&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,931 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,933 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:20,936 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Aha_router_replicated_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,941 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,944 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:20,947 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_gateway&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,952 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,954 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_gateway", "fixed_ips": [{"subnet_id": "external_subnet_id", "ip_address": "1.2.3.4"}], "id": "external_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} {14} openstack.tests.unit.cloud.test_shade.TestShade.test__neutron_extensions_fails [0.077088s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,981 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,986 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,989 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,993 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,999 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,028 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,034 keystoneauth.session RESP: [404] content-type: application/json {5} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project [0.240620s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,284 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,289 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,292 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,296 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,302 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,336 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,342 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,344 keystoneauth.session RESP BODY: {"roles": [{"name": "85318674157548b5a0c9c2474f427c81", "id": "148740a38a024213841061c2b66bee38"}]} 2020-07-27 06:27:21,355 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,361 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,363 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "27a6fe451ab843ceaf34db8175b7c3e8", "domain_id": "8da5e18445a046059a673edb4560b576", "name": "username-3"}]} 2020-07-27 06:27:21,376 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,382 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,385 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "8da5e18445a046059a673edb4560b576", "enabled": true, "id": "f55bf5c4e48d4624841b7ef4c86262c3", "name": "projectName-5"}]} 2020-07-27 06:27:21,400 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=27a6fe451ab843ceaf34db8175b7c3e8&role.id=148740a38a024213841061c2b66bee38&scope.project.id=f55bf5c4e48d4624841b7ef4c86262c3" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,406 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,409 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,413 openstack Assignment does not exist 2020-07-27 06:27:21,422 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,428 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,431 keystoneauth.session RESP BODY: {"roles": [{"name": "85318674157548b5a0c9c2474f427c81", "id": "148740a38a024213841061c2b66bee38"}]} 2020-07-27 06:27:21,443 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,449 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,452 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "27a6fe451ab843ceaf34db8175b7c3e8", "domain_id": "8da5e18445a046059a673edb4560b576", "name": "username-3"}]} 2020-07-27 06:27:21,466 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,472 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,474 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "8da5e18445a046059a673edb4560b576", "enabled": true, "id": "f55bf5c4e48d4624841b7ef4c86262c3", "name": "projectName-5"}]} 2020-07-27 06:27:21,487 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=27a6fe451ab843ceaf34db8175b7c3e8&role.id=148740a38a024213841061c2b66bee38&scope.project.id=f55bf5c4e48d4624841b7ef4c86262c3" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,493 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,495 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,498 openstack Assignment does not exist {26} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_get [0.020059s] ... ok {26} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_get [0.018652s] ... ok {18} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_get_recordset_not_found_returns_false [0.088196s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,359 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,364 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,366 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,370 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,376 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,391 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,396 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,399 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:21,406 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,411 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,413 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "id": "1", "ttl": 3600, "type": "PRIMARY", "email": "test@example.net", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} 2020-07-27 06:27:21,417 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1/recordsets/www.nonexistingrecord.net. -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,420 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,422 keystoneauth.session RESP BODY: [] {15} openstack.tests.unit.cloud.test_stack.TestStack.test_create_stack [0.082273s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,481 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,486 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,488 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,492 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,498 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,504 keystoneauth.session REQ: curl -g -i -X POST https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"files": {}, "disable_rollback": false, "parameters": {}, "tags": "tag-4", "stack_name": "name-3", "environment": {}, "template": {"outputs": {"rand": {"value": {"get_attr": ["my_rand", "value"]}}}, "heat_template_version": "2014-10-16", "parameters": {"length": {"default": 10, "type": "number"}}, "resources": {"my_rand": {"type": "OS::Heat::RandomString", "properties": {"length": {"get_param": "length"}}}}}, "timeout_mins": 60}' 2020-07-27 06:27:21,509 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,512 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2020-07-27 06:27:21,517 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,523 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2020-07-27 06:27:21,528 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,530 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} {28} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_get_server_output [0.026883s] ... ok {28} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_remove_floating_ip_from_server [0.024053s] ... ok {23} openstack.tests.unit.clustering.test_version.TestVersion.test_basic [0.019223s] ... ok {23} openstack.tests.unit.clustering.v1.test_node.TestNode.test_instantiate [0.020928s] ... ok {27} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_build_info_get [0.021050s] ... ok {27} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_create [0.021057s] ... ok {7} openstack.tests.unit.cloud.test_qos_rule_type.TestQosRuleType.test_get_qos_rule_type_details_no_qos_details_extension [0.092073s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,401 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,405 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,408 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,413 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,419 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,451 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,456 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,458 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:21,462 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,467 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,469 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} {21} openstack.tests.unit.cloud.test_meta.TestMeta.test_get_server_internal_provider_ipv4_neutron [0.086869s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,670 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,675 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,677 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,681 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,686 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,713 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,718 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,720 keystoneauth.session RESP BODY: {"networks": [{"router:external": false, "provider:network_type": "vxlan", "id": "test-net-id", "provider:physical_network": null, "name": "test-net"}]} 2020-07-27 06:27:20,723 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,728 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,730 keystoneauth.session RESP BODY: {"subnets": [{"ipv6_ra_mode": null, "allocation_pools": [{"start": "10.10.10.2", "end": "10.10.10.254"}], "host_routes": [], "ipv6_address_mode": null, "cidr": "10.10.10.0/24", "id": "14025a85-436e-4418-b0ee-f5b12a50f9b4", "name": "", "enable_dhcp": true, "network_id": "5ef0358f-9403-4f7b-9151-376ca112abf7", "tenant_id": "29c79f394b2946f1a0f8446d715dc301", "dns_nameservers": [], "gateway_ip": "10.10.10.1", "ip_version": 4}]} {21} openstack.tests.unit.cloud.test_network.TestNetwork.test_create_network [0.076375s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,755 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,761 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,763 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,767 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,772 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,800 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/networks.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"network": {"name": "netname", "admin_state_up": true}}' 2020-07-27 06:27:20,805 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,808 keystoneauth.session RESP BODY: {"network": {"provider:physical_network": null, "ipv6_address_scope": null, "revision_number": 3, "port_security_enabled": true, "mtu": 0, "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "router:external": false, "availability_zone_hints": [], "availability_zones": [], "provider:segmentation_id": null, "ipv4_address_scope": null, "shared": false, "project_id": "861808a93da0484ea1767967c4df8a23", "status": "ACTIVE", "subnets": [], "description": "", "tags": [], "updated_at": "2017-04-22T19:22:53Z", "is_default": false, "qos_policy_id": null, "name": "netname", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "created_at": "2017-04-22T19:22:53Z", "provider:network_type": "local"}} {12} openstack.tests.unit.config.test_config.TestConfig.test_get_region_many_regions_default [0.112223s] ... ok {12} openstack.tests.unit.config.test_config.TestConfig.test_prefer_ipv6_true [0.060539s] ... ok {4} openstack.tests.unit.cloud.test_stack.TestStack.test_update_stack_wait [0.104187s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,980 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,986 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,989 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,993 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,999 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,006 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/events?limit=1&sort_dir=desc" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,012 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,014 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "name-3", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/4703727e4bd54fab8b6271485e8c8f40", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "CREATE_COMPLETE", "id": "4703727e4bd54fab8b6271485e8c8f40"}]} 2020-07-27 06:27:21,020 keystoneauth.session REQ: curl -g -i -X PUT https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"files": {}, "environment": {}, "disable_rollback": false, "template": {"outputs": {"rand": {"value": {"get_attr": ["my_rand", "value"]}}}, "heat_template_version": "2014-10-16", "parameters": {"length": {"default": 10, "type": "number"}}, "resources": {"my_rand": {"type": "OS::Heat::RandomString", "properties": {"length": {"get_param": "length"}}}}}, "parameters": {}, "timeout_mins": 60}' 2020-07-27 06:27:21,026 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,032 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/events?marker=4703727e4bd54fab8b6271485e8c8f40&sort_dir=asc" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,036 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,038 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "name-3", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/95137924ce4c48969814d8427e6d9a28", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "UPDATE_COMPLETE", "id": "95137924ce4c48969814d8427e6d9a28"}]} 2020-07-27 06:27:21,041 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,045 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2020-07-27 06:27:21,048 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,050 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} {22} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_with_admin_pass_wait [0.157197s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,804 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,808 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,810 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,813 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,819 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,848 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/3d8005a1-8ffd-4e9e-8631-dcb7f3101509/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a", "adminPass": "password-3"}}' 2020-07-27 06:27:20,852 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,855 keystoneauth.session RESP BODY: {"server": {"status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "key_name": null, "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "3d8005a1-8ffd-4e9e-8631-dcb7f3101509", "security_groups": [{"name": "default"}], "OS-SRV-USG:terminated_at": null, "user_id": "9c119f4beaaa438792ce89387362b3ad", "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "adminPass": "password-3", "OS-DCF:diskConfig": "MANUAL", "os-extended-volumes:volumes_attached": [], "accessIPv4": "", "accessIPv6": "", "config_drive": "True", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}}} 2020-07-27 06:27:20,860 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,865 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,867 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "3d8005a1-8ffd-4e9e-8631-dcb7f3101509", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:20,879 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:20,884 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,889 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,891 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "3d8005a1-8ffd-4e9e-8631-dcb7f3101509", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:20,930 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,935 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,937 keystoneauth.session RESP BODY: {"networks": []} {22} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_no_project_or_domain [0.111642s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,962 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,967 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,969 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,973 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,978 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,002 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,007 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,009 keystoneauth.session RESP BODY: {"roles": [{"name": "eb84add10e8e4c17ad2b56459789e860", "id": "b11d8db34a7b4f7c83cb1bf0122f334b"}]} 2020-07-27 06:27:21,019 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,023 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,026 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "6bb15036ea28496883d2d72a819179f8", "domain_id": "abd6c22e0ce241659a60950bac177dc4", "name": "username-3"}]} 2020-07-27 06:27:21,039 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=6bb15036ea28496883d2d72a819179f8&role.id=b11d8db34a7b4f7c83cb1bf0122f334b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,044 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,046 keystoneauth.session RESP BODY: {"role_assignments": []} {22} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_both_project_and_domain [0.162308s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,074 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,079 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,081 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,084 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,090 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,118 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,123 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,126 keystoneauth.session RESP BODY: {"roles": [{"name": "3ea6bf0df3ca4e2c90d95a9d35e118b6", "id": "af29f77ebfaf4081b74fc5d5c8f43d87"}]} 2020-07-27 06:27:21,136 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,141 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,143 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "2827b165c76f4a86a486825024755a2a", "name": "domainName-2"}} 2020-07-27 06:27:21,150 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=2827b165c76f4a86a486825024755a2a" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,155 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,157 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "02c60413eaa34b698943639dc86d8124", "domain_id": "2827b165c76f4a86a486825024755a2a", "name": "username-3"}]} 2020-07-27 06:27:21,170 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=2827b165c76f4a86a486825024755a2a" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,175 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,178 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "2827b165c76f4a86a486825024755a2a", "enabled": true, "id": "37bd4e04483c4386966bb76a7a10ba7e", "name": "projectName-5"}]} 2020-07-27 06:27:21,191 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=02c60413eaa34b698943639dc86d8124&role.id=af29f77ebfaf4081b74fc5d5c8f43d87&scope.project.id=37bd4e04483c4386966bb76a7a10ba7e" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,196 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,198 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "37bd4e04483c4386966bb76a7a10ba7e"}}, "role": {"id": "af29f77ebfaf4081b74fc5d5c8f43d87"}, "user": {"id": "02c60413eaa34b698943639dc86d8124"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/37bd4e04483c4386966bb76a7a10ba7e/users/02c60413eaa34b698943639dc86d8124/roles/af29f77ebfaf4081b74fc5d5c8f43d87"}}]} 2020-07-27 06:27:21,207 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/37bd4e04483c4386966bb76a7a10ba7e/users/02c60413eaa34b698943639dc86d8124/roles/af29f77ebfaf4081b74fc5d5c8f43d87 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,212 keystoneauth.session RESP: [204] content-type: application/json {22} openstack.tests.unit.cloud.test_router.TestRouter.test_delete_router_multiple_using_id [0.087371s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,237 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,242 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,244 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,248 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,254 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,284 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,288 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,291 keystoneauth.session RESP BODY: {"routers": [{"name": "mickey", "id": "123"}, {"name": "mickey", "id": "456"}]} 2020-07-27 06:27:21,295 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/routers/123.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,300 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,302 keystoneauth.session RESP BODY: {} {29} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_update_qos_bandwidth_limit_rule_no_qos_extension [0.234859s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,832 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,837 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,839 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,843 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,848 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,903 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,908 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,910 keystoneauth.session RESP BODY: {"extensions": []} {4} openstack.tests.unit.clustering.v1.test_cluster_attr.TestClusterAttr.test_basic [0.019227s] ... ok {1} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_wait_for_params [0.019767s] ... ok {2} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_images_schema_get [0.019404s] ... ok {13} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_update [0.020367s] ... ok {14} openstack.tests.unit.cloud.test_shade.TestShade.test__nova_extensions [0.070841s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,067 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,071 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,074 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,077 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,083 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,098 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,104 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,106 keystoneauth.session RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "name": "Multinic", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "NMN", "description": "Multiple network support."}, {"updated": "2014-12-03T00:00:00Z", "name": "DiskConfig", "links": [], "namespace": "http://openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "description": "Disk Management Extension."}]} {14} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume_wait [0.115859s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,133 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,138 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,141 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,144 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,150 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,179 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server001/os-volume_attachments -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volumeAttachment": {"volumeId": "volume001"}}' 2020-07-27 06:27:21,184 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,187 keystoneauth.session RESP BODY: {"volumeAttachment": {"device": "device001", "server_id": "server001", "volumeId": "volume001", "id": "attachmentId"}} 2020-07-27 06:27:21,197 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,202 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,205 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2020-07-27 06:27:21,209 openstack.iterate_timeout Waiting 2.0 seconds 2020-07-27 06:27:21,215 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,220 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,223 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [{"device": "device001", "server_id": "server001"}], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} {29} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_delete_qos_dscp_marking_rule_no_qos_extension [0.079213s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,952 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,956 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,959 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,963 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,969 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,000 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,005 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,007 keystoneauth.session RESP BODY: {"extensions": []} {6} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_string_ip_version [0.061991s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,427 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,430 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,433 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,436 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,440 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,459 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,463 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,465 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} 2020-07-27 06:27:21,468 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "ip_version": 4, "cidr": "192.168.199.0/24", "enable_dhcp": false}}' 2020-07-27 06:27:21,471 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,474 keystoneauth.session RESP BODY: {"subnet": {"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}} {27} openstack.tests.unit.compute.v2.test_limits.TestRateLimit.test_make_it [0.021157s] ... ok {28} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_unlock [0.023676s] ... ok {14} openstack.tests.unit.cloud.test_volume.TestVolume.test_delete_volume_deletes [0.094916s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,264 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,269 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,271 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,275 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,281 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,298 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,304 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,306 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2020-07-27 06:27:21,315 keystoneauth.session REQ: curl -g -i -X DELETE https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/volume001 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,320 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,327 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,332 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,335 keystoneauth.session RESP BODY: {"volumes": []} {12} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_argparse [0.117613s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {31} openstack.tests.unit.compute.v2.test_hypervisor.TestHypervisor.test_detail [0.019828s] ... ok {8} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_25_default_block [0.027131s] ... ok {24} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_delete_subnet_not_found [0.065803s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,185 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,190 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,193 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,195 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,199 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,218 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,223 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,226 keystoneauth.session RESP BODY: {"subnets": []} 2020-07-27 06:27:21,228 openstack Subnet goofy not found for deleting {22} openstack.tests.unit.cloud.test_router.TestRouter.test_get_router_not_found [0.076224s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,325 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,330 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,334 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,337 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,343 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,371 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,376 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,379 keystoneauth.session RESP BODY: {"routers": []} {19} openstack.tests.unit.cloud.test_network.TestNetwork.test_delete_network_not_found [0.076295s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,720 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,725 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,728 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,731 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,736 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,764 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,769 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,772 keystoneauth.session RESP BODY: {"networks": []} 2020-07-27 06:27:20,774 openstack Network test-net not found for deleting {26} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_delete_ignore [0.022424s] ... ok {9} openstack.tests.unit.cloud.test_shade.TestShade.test__nova_extensions_fails [0.053998s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,011 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,015 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,016 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,019 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,022 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,031 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/extensions -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,034 keystoneauth.session RESP: [404] content-type: application/json {10} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_list_security_groups_nova [0.068872s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,919 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,923 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,926 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,929 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,935 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,949 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/os-security-groups?project_id=42" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,954 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,956 keystoneauth.session RESP BODY: {"security_groups": []} {16} openstack.tests.unit.cloud.test_object.TestObject.test_get_container_access_not_found [0.080701s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,782 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,787 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,789 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,792 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,802 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,826 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_get_container_access_not_found-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,831 keystoneauth.session RESP: [404] content-type: application/json {23} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_create [0.019878s] ... ok {25} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_delete_quotas [0.095853s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,314 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,319 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,321 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,324 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,330 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,354 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,359 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,361 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "bc13397b376e4c93831e9f53cf994f27", "enabled": true, "id": "06db8fb9b8f146dbb143724be580f7d9", "name": "projectName-2"}]} 2020-07-27 06:27:21,382 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-quota-sets/06db8fb9b8f146dbb143724be580f7d9 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,387 keystoneauth.session RESP: [200] content-type: application/json {4} openstack.tests.unit.clustering.v1.test_cluster_attr.TestClusterAttr.test_instantiate [0.020884s] ... ok {11} openstack.tests.unit.cloud.test_router.TestRouter.test_list_router_interfaces_internal_ha [0.120444s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,978 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,983 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,986 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,991 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,997 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,030 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,036 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,039 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:21,042 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_interface_distributed&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,048 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,051 keystoneauth.session RESP BODY: {} 2020-07-27 06:27:21,054 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Aha_router_replicated_interface&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,060 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,062 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:ha_router_replicated_interface", "fixed_ips": [{"subnet_id": "internal_subnet_id", "ip_address": "10.0.0.1"}], "id": "internal_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} 2020-07-27 06:27:21,066 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/ports.json?device_owner=network%3Arouter_gateway&device_id=57076620-dcfb-42ed-8ad6-79ccb4a79ed2" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,072 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,075 keystoneauth.session RESP BODY: {"ports": [{"device_owner": "network:router_gateway", "fixed_ips": [{"subnet_id": "external_subnet_id", "ip_address": "1.2.3.4"}], "id": "external_port_id", "device_id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2"}]} {5} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_add_bad_security_group_to_server_neutron [0.139393s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,525 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,530 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,533 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,537 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,548 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,582 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,588 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,590 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "server-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:21,626 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,632 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,635 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2020-07-27 06:27:21,640 openstack Security group None not found for adding {2} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_notification_get [0.019713s] ... ok {3} openstack.tests.unit.config.test_config.TestConfig.test_get_one_with_domain_id [0.112036s] ... ok {15} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_from_subnetpool_with_prefixlen [0.092268s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,556 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,561 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,564 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,567 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,573 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,605 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,610 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,613 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} 2020-07-27 06:27:21,616 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"use_default_subnetpool": true, "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "dns_nameservers": ["8.8.8.8"], "prefixlen": 28, "allocation_pools": [{"start": "172.16.0.2", "end": "172.16.0.15"}], "host_routes": [{"nexthop": "123.456.78.9", "destination": "0.0.0.0/0"}], "ip_version": 4}}' 2020-07-27 06:27:21,622 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,624 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "172.16.0.2", "end": "172.16.0.15"}], "host_routes": [{"nexthop": "123.456.78.9", "destination": "0.0.0.0/0"}], "revision_number": 2, "ipv6_address_mode": null, "cidr": "172.16.0.0/28", "id": "143296eb-7f47-4755-835c-488123475604", "subnetpool_id": "f49a1319-423a-4ee6-ba54-1d95a4f6cc68", "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": ["8.8.8.8"], "gateway_ip": "172.16.0.1", "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {7} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_project_v2_exists [0.137020s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,498 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,503 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,506 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,512 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:21,539 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,545 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,547 keystoneauth.session RESP BODY: {"roles": [{"name": "f95e1c8f652f4b8998cfb719297aebac", "id": "c789feb70dde4a3ca309f361f7eaddaa"}]} 2020-07-27 06:27:21,557 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,562 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,565 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "a32fbdb778374dc2ac7f59e681c9156c", "domain_id": "ad68e045fbf44e46bdbc06564f9d7aca", "name": "username-3"}]} 2020-07-27 06:27:21,577 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,582 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,585 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "fa3fd293153745f3ba4a492df2efcbd0", "name": "projectName-5"}]} 2020-07-27 06:27:21,597 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/fa3fd293153745f3ba4a492df2efcbd0/users/a32fbdb778374dc2ac7f59e681c9156c/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,602 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,605 keystoneauth.session RESP BODY: {"roles": [{"name": "f95e1c8f652f4b8998cfb719297aebac", "id": "c789feb70dde4a3ca309f361f7eaddaa"}]} 2020-07-27 06:27:21,608 openstack Assignment already exists {1} openstack.tests.unit.clustering.v1.test_service.TestService.test_basic [0.019852s] ... ok {13} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_set_metadata_error [0.024308s] ... ok {0} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_add_volume_type_access_missing [0.062855s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,190 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,195 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,198 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,201 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,207 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,220 keystoneauth.session REQ: curl -g -i -X GET "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,226 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,229 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} {14} openstack.tests.unit.cloud.test_volume.TestVolume.test_detach_volume [0.070598s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,359 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,364 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,367 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,370 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,376 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,401 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/server001/os-volume_attachments/volume001 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,406 keystoneauth.session RESP: [200] content-type: application/json {12} openstack.tests.unit.config.test_config.TestExcludedFormattedConfigValue.test_get_one_cloud_osc_password_brace [0.112561s] ... ok {8} openstack.tests.unit.compute.v2.test_server.TestServer.test_remove_fixed_ip [0.023072s] ... ok {28} openstack.tests.unit.compute.v2.test_server.TestServer.test_reset_state [0.027261s] ... ok {26} openstack.tests.unit.compute.v2.test_image.TestImage.test_make_detail [0.014706s] ... ok {24} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_recover [0.022904s] ... ok {29} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_get_qos_dscp_marking_rule [0.105118s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,105 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,107 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,109 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,111 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,115 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,142 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,147 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,150 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:21,153 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,159 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,161 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:21,165 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,169 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,172 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:21,176 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,181 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,183 keystoneauth.session RESP BODY: {"dscp_marking_rule": {"dscp_mark": 32, "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3"}} {31} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_unrescue [0.022477s] ... ok {20} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_create_qos_bandwidth_limit_rule_no_qos_direction_extension [0.134900s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,758 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,763 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,766 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,769 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,775 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,813 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,819 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,821 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,825 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,830 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,832 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,835 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,841 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,843 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,847 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,852 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,855 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:20,858 openstack 'qos-bw-limit-direction' extension is not available on target cloud 2020-07-27 06:27:20,860 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"bandwidth_limit_rule": {"max_kbps": 1000}}' 2020-07-27 06:27:20,866 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,868 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} {22} openstack.tests.unit.cloud.test_router.TestRouter.test_remove_router_interface_missing_argument [0.018676s] ... ok {21} openstack.tests.unit.cloud.test_object.TestObject.test_create_container [0.096441s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,836 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,841 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,844 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,847 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,852 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,877 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,882 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:20,887 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,892 keystoneauth.session RESP: [201] Content-Length: 0 Content-Type: text/html; charset=UTF-8 Date: Fri, 16 Dec 2016 18:21:20 GMT 2020-07-27 06:27:20,894 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2020-07-27 06:27:20,899 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_create_container-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,904 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 0 Content-Type: text/plain; charset=utf-8 Date: Fri, 16 Dec 2016 18:29:05 GMT X-Container-Bytes-Used: 0 X-Container-Object-Count: 0 X-Storage-Policy: Policy-0 X-Timestamp: 1481912480.41664 X-Trans-Id: tx60ec128d9dbf44b9add68-0058543271dfw1 2020-07-27 06:27:20,906 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain; charset=utf-8. Only application/json responses have their bodies logged. {17} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_rule_nova_no_ports [0.085363s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,294 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,299 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,301 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,305 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,311 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,325 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,330 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,333 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2020-07-27 06:27:21,340 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-security-group-rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group_rule": {"from_port": 1, "ip_protocol": "tcp", "to_port": 65535, "cidr": "1.2.3.4/32", "group_id": "123", "parent_group_id": "2"}}' 2020-07-27 06:27:21,345 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,348 keystoneauth.session RESP BODY: {"security_group_rule": {"to_port": 65535, "ip_protcol": "tcp", "from_port": 1, "ip_range": {"cidr": "1.2.3.4/32"}, "id": "xyz"}} {23} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_validate [0.019890s] ... ok {6} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_instantiate [0.015614s] ... ok {4} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_find [0.023013s] ... ok {13} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_add_floating_ip_to_server_with_fixed_addr [0.023811s] ... ok {1} openstack.tests.unit.compute.v2.test_keypair.TestKeypair.test_make_it [0.020708s] ... ok {27} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_images_detailed [0.026724s] ... ok {26} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_availability_zones_not_detailed [0.014428s] ... ok {5} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_rule_none [0.020954s] ... ok {3} openstack.tests.unit.config.test_config.TestConfig.test_get_region_region_is_none [0.124683s] ... ok {16} openstack.tests.unit.cloud.test_object.TestObject.test_get_object_segment_size_below_min [0.111340s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,865 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,870 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,872 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,876 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,881 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,906 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,911 keystoneauth.session RESP: [200] Content-Type: application/json 2020-07-27 06:27:20,913 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2020-07-27 06:27:20,919 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,923 keystoneauth.session RESP: [200] Content-Type: application/json 2020-07-27 06:27:20,925 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2020-07-27 06:27:20,930 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,934 keystoneauth.session RESP: [200] Content-Type: application/json 2020-07-27 06:27:20,936 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2020-07-27 06:27:20,942 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,946 keystoneauth.session RESP: [200] Content-Type: application/json 2020-07-27 06:27:20,948 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} {25} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_neutron_delete_quotas [0.105665s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,411 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,415 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,418 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,421 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,427 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,452 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,457 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,460 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "0d96bb5abb9e409a968b4e3b7d4a69b8", "enabled": true, "id": "896063dfb80f48ee8245722c5840a2fd", "name": "projectName-2"}]} 2020-07-27 06:27:21,486 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/quotas/896063dfb80f48ee8245722c5840a2fd.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,491 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,494 keystoneauth.session RESP BODY: {} {12} openstack.tests.unit.config.test_json.TestConfig.test_vendors_valid_json [0.067959s] ... ok {2} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancer.test_delete_cascade [0.021685s] ... ok {1} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypairs [0.019092s] ... ok {9} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_update_subnet_conflict_gw_ops [0.013257s] ... ok {11} openstack.tests.unit.cloud.test_services.CloudServices.test_search_services [0.136055s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,100 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,106 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,109 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,114 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,121 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,146 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,151 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,154 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "ce22813106bd4749b2268eef88630d84", "id": "bf06eab0e4a4462793abb62a5f0e24d5", "name": "b93cc8e90b334841b92a2025034710ae"}, {"enabled": true, "type": "ce22813106bd4749b2268eef88630d84", "id": "6464597f4b5944578ada681998b52ffe", "name": "143c1432d4f24799b9badcf24f602bdf"}]} 2020-07-27 06:27:21,166 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,171 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,174 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "ce22813106bd4749b2268eef88630d84", "id": "bf06eab0e4a4462793abb62a5f0e24d5", "name": "b93cc8e90b334841b92a2025034710ae"}, {"enabled": true, "type": "ce22813106bd4749b2268eef88630d84", "id": "6464597f4b5944578ada681998b52ffe", "name": "143c1432d4f24799b9badcf24f602bdf"}]} 2020-07-27 06:27:21,185 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,190 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,193 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "ce22813106bd4749b2268eef88630d84", "id": "bf06eab0e4a4462793abb62a5f0e24d5", "name": "b93cc8e90b334841b92a2025034710ae"}, {"enabled": true, "type": "ce22813106bd4749b2268eef88630d84", "id": "6464597f4b5944578ada681998b52ffe", "name": "143c1432d4f24799b9badcf24f602bdf"}]} 2020-07-27 06:27:21,204 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/services -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,209 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,212 keystoneauth.session RESP BODY: {"services": [{"enabled": true, "type": "ce22813106bd4749b2268eef88630d84", "id": "bf06eab0e4a4462793abb62a5f0e24d5", "name": "b93cc8e90b334841b92a2025034710ae"}, {"enabled": true, "type": "ce22813106bd4749b2268eef88630d84", "id": "6464597f4b5944578ada681998b52ffe", "name": "143c1432d4f24799b9badcf24f602bdf"}]} {19} openstack.tests.unit.cloud.test_network.TestNetwork.test_get_network_by_id [0.077645s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,798 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,803 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,806 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,809 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,815 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,844 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks/test-net-id -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,850 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,852 keystoneauth.session RESP BODY: {"network": {"id": "test-net-id", "name": "network"}} {30} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_update_qos_minimum_bandwidth_rule_no_qos_extension [0.073718s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,945 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,949 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,951 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,955 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,960 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,990 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,994 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,997 keystoneauth.session RESP BODY: {"extensions": []} {10} openstack.tests.unit.cloud.test_shade.TestShade.test_list_servers_exception [0.069411s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,981 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,986 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,988 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,992 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,997 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,023 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,028 keystoneauth.session RESP: [400] content-type: application/json {8} openstack.tests.unit.config.test_config.TestConfigArgparse.test_argparse_default_no_token [0.121506s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: region1-network and routes_externally: True key=key, name=cloud[key], external=external)) {13} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavor_find [0.021067s] ... ok {28} openstack.tests.unit.compute.v2.test_service.TestService.test_disable [0.021369s] ... ok {14} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_list_volume_types [0.067277s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,448 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,454 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,458 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,462 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,468 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,482 keystoneauth.session REQ: curl -g -i -X GET "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,489 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,492 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} {7} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_bad_domain_exception [0.099825s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,634 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,640 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,643 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,647 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,654 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,677 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,683 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,686 keystoneauth.session RESP BODY: {"roles": [{"name": "96787026db5e40ea9f602a5a1fa469d6", "id": "fd53088395174885a5eb5da66c504111"}]} 2020-07-27 06:27:21,696 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/baddomain -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,701 keystoneauth.session RESP: [404] Content-Type: text/plain 2020-07-27 06:27:21,702 keystoneauth.session RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. {24} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_validate [0.022902s] ... ok {23} openstack.tests.unit.compute.v2.test_aggregate.TestAggregate.test_basic [0.020180s] ... ok {31} openstack.tests.unit.config.test_config.TestConfig.test_get_all_clouds [0.149927s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:493: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: region1-network and routes_externally: True key=key, name=cloud[key], external=external)) openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {6} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_policy_update [0.013589s] ... ok {0} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_get_volume_type [0.061650s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,253 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,258 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,261 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,265 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,271 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,284 keystoneauth.session REQ: curl -g -i -X GET "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,289 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,292 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} {27} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypair_delete_ignore [0.021983s] ... ok {26} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_pause [0.022190s] ... ok {9} openstack.tests.unit.cloud.test_users.TestUsers.test_create_user_v2 [0.053954s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,069 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,074 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,076 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,080 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:21,098 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v2.0/users -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" -d '{"user": {"password": "user_password-3", "enabled": true, "name": "username-2", "email": null}}' 2020-07-27 06:27:21,102 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,103 keystoneauth.session RESP BODY: {"user": {"email": null, "description": null, "enabled": true, "name": "username-2", "id": "89d614313a964348bab377a0766202cc"}} {17} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_neutron [0.092006s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,372 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,376 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,379 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,383 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,388 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,420 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,425 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,428 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2020-07-27 06:27:21,432 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/security-groups/1.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_neutron-2"}}' 2020-07-27 06:27:21,437 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,440 keystoneauth.session RESP BODY: {"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_update_security_group_neutron-2", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "description": "Test Neutron security group"}} {21} openstack.tests.unit.cloud.test_object.TestObject.test_set_container_access_private [0.072875s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,946 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,950 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,953 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,957 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,962 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,987 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObject.test_set_container_access_private-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: " 2020-07-27 06:27:20,992 keystoneauth.session RESP: [204] content-type: application/json {29} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_update_qos_dscp_marking_rule [0.171115s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,207 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,212 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,215 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,219 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,225 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,266 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,271 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,274 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:21,278 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,283 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,286 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:21,289 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,294 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,297 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:21,301 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,306 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,309 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:21,313 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,318 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,320 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}]} 2020-07-27 06:27:21,324 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,329 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,332 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:21,336 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,341 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,344 keystoneauth.session RESP BODY: {"dscp_marking_rule": {"dscp_mark": 32, "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3"}} 2020-07-27 06:27:21,347 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/dscp_marking_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"dscp_marking_rule": {"dscp_mark": 16}}' 2020-07-27 06:27:21,352 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,355 keystoneauth.session RESP BODY: {"dscp_marking_rule": {"dscp_mark": 16, "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3"}} {12} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_flavor_get [0.019837s] ... ok {4} openstack.tests.unit.compute.v2.test_aggregate.TestAggregate.test_add_host [0.023257s] ... ok {8} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_bad_region_argparse [0.114886s] ... ok {20} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_update_qos_bandwidth_limit_rule [0.175447s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,901 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,906 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,909 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,913 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,919 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,962 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,968 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,970 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:20,974 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,979 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,981 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:20,985 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:20,990 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,993 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:20,997 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,003 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,005 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:21,009 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,014 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,017 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:21,020 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,025 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,028 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:21,032 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,037 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,039 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1000, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} 2020-07-27 06:27:21,043 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"bandwidth_limit_rule": {"max_kbps": 1100}}' 2020-07-27 06:27:21,048 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,051 keystoneauth.session RESP BODY: {"bandwidth_limit_rule": {"max_kbps": 1100, "direction": "egress", "id": "ed1a2b05-0ad7-45d7-873f-008b575a02b3", "max_burst_kbps": 100}} {2} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_find [0.019700s] ... ok {1} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_evacuate_with_options [0.022743s] ... ok {5} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_rule_not_found [0.087608s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,687 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,692 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,695 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,699 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,706 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,738 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,743 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,746 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2020-07-27 06:27:21,751 openstack Security group doesNotExist not found for deleting {10} openstack.tests.unit.cloud.test_stack.TestStack.test_list_stacks_exception [0.054994s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,082 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,087 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,089 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,093 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,098 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,104 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,110 keystoneauth.session RESP: [404] content-type: application/json {16} openstack.tests.unit.cloud.test_object.TestObject.test_get_object_segment_size_http_412 [0.057588s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,965 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,969 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,971 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,973 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,976 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,999 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,004 keystoneauth.session RESP: [412] content-type: application/json 2020-07-27 06:27:21,006 openstack Swift capabilities not supported. Using default max file size. {25} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_no_wait [0.124820s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,518 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,522 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,525 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,528 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,534 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,559 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/cd227aa1-09cb-4025-9dfc-195c987c2fbe/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a"}}' 2020-07-27 06:27:21,565 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,567 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "cd227aa1-09cb-4025-9dfc-195c987c2fbe", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:21,608 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,616 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,618 keystoneauth.session RESP BODY: {"networks": []} {22} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_rule_nova [0.087965s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,431 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,436 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,439 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,443 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,449 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,464 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,469 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,472 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2020-07-27 06:27:21,479 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/os-security-group-rules -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group_rule": {"from_port": 1, "ip_protocol": "tcp", "to_port": 2000, "cidr": "1.2.3.4/32", "group_id": "123", "parent_group_id": "2"}}' 2020-07-27 06:27:21,484 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,487 keystoneauth.session RESP BODY: {"security_group_rule": {"to_port": 2000, "ip_protcol": "tcp", "from_port": 1, "ip_range": {"cidr": "1.2.3.4/32"}, "id": "xyz"}} {28} openstack.tests.unit.config.test_config.TestConfig.test_fallthrough [0.063356s] ... ok {11} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_conflict_gw_ops [0.078707s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,238 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,243 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,246 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,250 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,256 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,285 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,290 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,293 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} {7} openstack.tests.unit.cloud.test_shade.TestShade.test_range_search_2 [0.014610s] ... ok {19} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_directory_marker_object [0.085862s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,882 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,887 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,889 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,893 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,899 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:20,907 openstack Calculating hashes for /tmp/tmpk9RGOZ/tmpRPefrm 2020-07-27 06:27:20,910 openstack Image file /tmp/tmpk9RGOZ/tmpRPefrm md5:56f02676fcf29d38c61cdd99d5ce753f sha256:7e0a0ec5ad91e590ebba1e543e6d9b04337b20003fe195170a0b7138b0f50c3e 2020-07-27 06:27:20,915 openstack swift uploading data to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_directory_marker_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_directory_marker_object-3 2020-07-27 06:27:20,935 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_directory_marker_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_directory_marker_object-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "content-type: application/directory" 2020-07-27 06:27:20,940 keystoneauth.session RESP: [201] content-type: application/json {15} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_with_gateway_ip [0.101531s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,652 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,657 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,660 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,664 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,670 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,700 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,706 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,708 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} 2020-07-27 06:27:21,717 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "dns_nameservers": ["8.8.8.8"], "allocation_pools": [{"start": "192.168.199.8", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.2", "ip_version": 4, "cidr": "192.168.199.0/24"}}' 2020-07-27 06:27:21,724 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,727 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.8", "end": "192.168.199.254"}], "host_routes": [], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": ["8.8.8.8"], "gateway_ip": "192.168.199.2", "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {14} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_policies [0.020914s] ... ok {30} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_create_qos_policy [0.088177s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,019 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,024 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,026 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,029 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,035 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,068 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,073 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,075 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-default", "updated": "2017-041-06T10:00:00-00:00", "name": "QoS default policy", "links": [], "description": "Expose the QoS default policy per project"}]} 2020-07-27 06:27:21,078 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/qos/policies.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"policy": {"project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "name": "qos test policy"}}' 2020-07-27 06:27:21,083 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,085 keystoneauth.session RESP BODY: {"policy": {"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}} {13} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_live_migrate_server [0.023526s] ... ok {0} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_check [0.021673s] ... ok {24} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_type_get [0.019266s] ... ok {23} openstack.tests.unit.compute.v2.test_aggregate.TestAggregate.test_make_it [0.020496s] ... ok {6} openstack.tests.unit.clustering.v1.test_cluster_policy.TestClusterPolicy.test_instantiate [0.013113s] ... ok {31} openstack.tests.unit.config.test_config.TestConfig.test_get_one_auth_defaults [0.103980s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:493: UserWarning: Couldn't find the vendor profile '_test_cloud_in_our_cloud', for the cloud '_test-cloud_' name)) {27} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_delete_ignore [0.019686s] ... ok {26} openstack.tests.unit.compute.v2.test_server.TestServer.test_add_floating_ip [0.023668s] ... ok {2} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_message_delete_claimed [0.020792s] ... ok {12} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_delete [0.019630s] ... ok {4} openstack.tests.unit.compute.v2.test_keypair.TestKeypair.test_basic [0.020227s] ... ok {8} openstack.tests.unit.config.test_environ.TestEnvvars.test_old_envvars [0.112784s] ... ok {1} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_force_delete [0.022591s] ... ok {17} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_without_gateway_ip [0.091330s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,466 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,470 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,473 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,478 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,484 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,514 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,520 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,522 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} 2020-07-27 06:27:21,526 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/subnets.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "dns_nameservers": ["8.8.8.8"], "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": null, "ip_version": 4, "cidr": "192.168.199.0/24"}}' 2020-07-27 06:27:21,531 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,534 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": ["8.8.8.8"], "gateway_ip": null, "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {9} openstack.tests.unit.cloud.test_volume.TestVolume.test_detach_volume_wait [0.082042s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,121 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,126 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,127 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,129 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,135 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,160 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/server001/os-volume_attachments/volume001 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,165 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,175 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,180 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,183 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} {3} openstack.tests.unit.config.test_config.TestConfigArgparse.test_env_argparse_precedence [0.211874s] ... ok {21} openstack.tests.unit.cloud.test_operator_noauth.TestOpenStackCloudOperatorNoAuthUnversioned.test_ironic_noauth_none_auth_type [0.095198s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,020 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,025 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,027 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,031 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,036 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,055 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,060 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,063 keystoneauth.session RESP BODY: {"default_version": {"status": "CURRENT", "min_version": "1.1", "version": "1.46", "id": "v1", "links": [{"href": "https://bare-metal.example.com/v1", "rel": "self"}]}, "description": "Ironic is an OpenStack project.", "name": "OpenStack Ironic API", "versions": [{"status": "CURRENT", "min_version": "1.1", "version": "1.46", "id": "v1", "links": [{"href": "https://bare-metal.example.com/v1", "rel": "self"}]}]} 2020-07-27 06:27:21,073 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1 -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,078 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,080 keystoneauth.session RESP BODY: {"media_types": [{"base": "application/json", "type": "application/vnd.openstack.ironic.v1+json"}], "nodes": [{"href": "https://bare-metal.example.com/v1/nodes/", "rel": "self"}, {"href": "https://bare-metal.example.com/nodes/", "rel": "bookmark"}], "ports": [{"href": "https://bare-metal.example.com/v1/ports/", "rel": "self"}, {"href": "https://bare-metal.example.com/ports/", "rel": "bookmark"}], "links": [{"href": "https://bare-metal.example.com/v1", "rel": "self"}], "id": "v1"} 2020-07-27 06:27:21,084 keystoneauth.session REQ: curl -g -i -X GET https://bare-metal.example.com/v1/nodes -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0889381cd307077a62125d055221e3fe559c50f4690eb6c61ea6bbea6c1bf4be" 2020-07-27 06:27:21,089 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,092 keystoneauth.session RESP BODY: {"nodes": []} {29} openstack.tests.unit.cloud.test_qos_minimum_bandwidth_rule.TestQosMinimumBandwidthRule.test_create_qos_minimum_bandwidth_rule_no_qos_extension [0.077476s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,380 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,385 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,388 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,392 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,398 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,427 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,432 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,435 keystoneauth.session RESP BODY: {"extensions": []} {20} openstack.tests.unit.cloud.test_qos_policy.TestQosPolicy.test_create_qos_policy_no_qos_extension [0.079543s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,153 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,158 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,161 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,164 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,170 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,200 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,205 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,208 keystoneauth.session RESP BODY: {"extensions": []} {13} openstack.tests.unit.compute.v2.test_server.TestServer.test_confirm_resize [0.024680s] ... ok {28} openstack.tests.unit.config.test_config.TestConfig.test_get_one_cloud [0.112418s] ... ok {10} openstack.tests.unit.cloud.test_update_server.TestUpdateServer.test_update_server_with_update_exception [0.096728s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,135 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,140 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,142 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,146 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,152 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,179 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,185 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,188 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "8825ff29-d917-4cc8-8951-f13723d60074", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:21,202 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/servers/8825ff29-d917-4cc8-8951-f13723d60074 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "name2-3"}}' 2020-07-27 06:27:21,208 keystoneauth.session RESP: [400] content-type: application/json {25} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_timeout [0.107535s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,647 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,651 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,654 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,659 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,665 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,693 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/e123615f-47a5-4100-8ace-c8baf5beff1f/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a"}}' 2020-07-27 06:27:21,699 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,701 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "e123615f-47a5-4100-8ace-c8baf5beff1f", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:21,708 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,713 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,716 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "e123615f-47a5-4100-8ace-c8baf5beff1f", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:21,728 openstack.iterate_timeout Waiting 0.001 seconds {14} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_update [0.019930s] ... ok {16} openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object [0.121873s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,036 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,041 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,044 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,047 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,052 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,059 openstack Calculating hashes for /tmp/tmptNhUPb/tmpbZycnB 2020-07-27 06:27:21,061 openstack Image file /tmp/tmptNhUPb/tmpbZycnB md5:c3086df1c12a5feddf411bb101820988 sha256:22c2857101cdb26425df812790596c8067aaa769c610a2c83fcb63d8b2f9d02d 2020-07-27 06:27:21,098 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/info -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,103 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,105 keystoneauth.session RESP BODY: {"slo": {"min_segment_size": 500}, "swift": {"max_file_size": 1000}} 2020-07-27 06:27:21,110 keystoneauth.session REQ: curl -g -i -X HEAD https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,115 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:21,118 openstack swift stale check, no object: openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-3 2020-07-27 06:27:21,120 openstack swift uploading /tmp/tmptNhUPb/tmpbZycnB to openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-3 2020-07-27 06:27:21,126 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-2/openstack.tests.unit.cloud.test_object.TestObjectUploads.test_create_object-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-object-meta-x-sdk-md5: c3086df1c12a5feddf411bb101820988" -H "x-object-meta-x-sdk-sha256: 22c2857101cdb26425df812790596c8067aaa769c610a2c83fcb63d8b2f9d02d" -d '' 2020-07-27 06:27:21,131 keystoneauth.session RESP: [201] content-type: application/json {0} openstack.tests.unit.clustering.v1.test_node.TestNode.test_recover [0.021362s] ... ok {7} openstack.tests.unit.cloud.test_users.TestUsers.test_update_user_password_v2 [0.076450s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,748 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,752 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,754 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,756 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:21,774 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,778 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,780 keystoneauth.session RESP BODY: {"users": [{"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "325dda88ea1a4f27b7af949225bc7bcd"}], "links": {"self": "https://identity.example.com/v2.0/v3/users", "next": null, "previous": null}} 2020-07-27 06:27:21,787 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/users/325dda88ea1a4f27b7af949225bc7bcd/OS-KSADM/password -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" -d '{"user": {"password": "user_password-3"}}' 2020-07-27 06:27:21,791 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,793 keystoneauth.session RESP BODY: {"user": {"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "325dda88ea1a4f27b7af949225bc7bcd"}} 2020-07-27 06:27:21,798 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/users/325dda88ea1a4f27b7af949225bc7bcd -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" -d '{"user": {}}' 2020-07-27 06:27:21,802 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,805 keystoneauth.session RESP BODY: {"user": {"email": "test@example.com", "description": null, "enabled": true, "name": "username-2", "id": "325dda88ea1a4f27b7af949225bc7bcd"}} {22} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_list_security_groups_neutron [0.079017s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,511 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,516 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,519 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,523 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,529 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,557 keystoneauth.session REQ: curl -g -i -X GET "https://network.example.com/v2.0/security-groups.json?project_id=42" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,563 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,566 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} {11} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume_wait_error [0.101711s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,319 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,324 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,327 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,333 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,339 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,368 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server001/os-volume_attachments -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volumeAttachment": {"volumeId": "volume001"}}' 2020-07-27 06:27:21,374 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,377 keystoneauth.session RESP BODY: {"volumeAttachment": {"device": "device001", "server_id": "server001", "volumeId": "volume001", "id": "attachmentId"}} 2020-07-27 06:27:21,387 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,392 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,395 keystoneauth.session RESP BODY: {"volumes": [{"status": "error", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} {19} openstack.tests.unit.cloud.test_port.TestPort.test_search_ports_by_id [0.079696s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:20,966 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:20,971 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:20,973 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:20,977 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:20,983 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,012 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/ports.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,017 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,020 keystoneauth.session RESP BODY: {"ports": [{"status": "ACTIVE", "binding:host_id": "devstack", "name": "first-port", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "70c1db1f-b701-45bd-96e0-a313ee3430b3", "tenant_id": "", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_gateway", "mac_address": "fa:16:3e:58:42:ed", "id": "d80b1a3b-4fc1-49f3-952e-1e2ab7081d8b", "binding:profile": {}, "fixed_ips": [{"subnet_id": "008ba151-0b8c-4a67-98b5-0d2b87666062", "ip_address": "172.24.4.2"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}, {"status": "ACTIVE", "binding:host_id": "devstack", "name": "", "allowed_address_pairs": [], "admin_state_up": true, "network_id": "f27aa545-cbdd-4907-b0c6-c9e8b039dcc2", "tenant_id": "d397de8a63f341818f198abb0966f6f3", "extra_dhcp_opts": [], "binding:vnic_type": "normal", "binding:vif_type": "ovs", "device_owner": "network:router_interface", "mac_address": "fa:16:3e:bb:3c:e4", "id": "f71a6703-d6de-4be1-a91a-a570ede1d159", "binding:profile": {}, "fixed_ips": [{"subnet_id": "288bf4a1-51ba-43b6-9d0a-520e9005db17", "ip_address": "10.0.0.1"}], "binding:vif_details": {"port_filter": true, "ovs_hybrid_plug": true}, "security_groups": [], "device_id": "9ae135f4-b6e0-4dad-9e91-3c223e385824"}]} {24} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_group_delete [0.024734s] ... ok {23} openstack.tests.unit.compute.v2.test_flavor.TestFlavor.test_detail [0.019363s] ... ok {30} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_no_user_or_group_specified [0.070026s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,110 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,115 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,117 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,120 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,126 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,146 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,150 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,153 keystoneauth.session RESP BODY: {"roles": [{"name": "d6114d9d3225422a84705db48b9b2dba", "id": "6de9992bf8f145a7b358d56fbe69301a"}]} {31} openstack.tests.unit.database.v1.test_instance.TestInstance.test_make_it [0.013427s] ... ok {6} openstack.tests.unit.clustering.v1.test_event.TestEvent.test_instantiate [0.014670s] ... ok {27} openstack.tests.unit.compute.v2.test_server.TestServer.test_migrate [0.024990s] ... ok {26} openstack.tests.unit.compute.v2.test_server.TestServer.test_rebuild [0.023939s] ... ok {2} openstack.tests.unit.network.v2.test_auto_allocated_topology.TestAutoAllocatedTopology.test_basic [0.018787s] ... ok {12} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_create_attrs [0.019633s] ... ok {8} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_database_delete_ignore [0.019440s] ... ok {1} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_30_force [0.024008s] ... ok {13} openstack.tests.unit.compute.v2.test_service.TestService.test_enable [0.021141s] ... ok {15} openstack.tests.unit.cloud.test_usage.TestUsage.test_get_usage [0.110446s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,755 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,760 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,763 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,767 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,773 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,799 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,805 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,807 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "3c660dfdaa2a41f9a533bbb4c4703032", "enabled": true, "id": "71f852a77bd847b2884933462ad3bd55", "name": "projectName-2"}]} 2020-07-27 06:27:21,830 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/os-simple-tenant-usage/71f852a77bd847b2884933462ad3bd55?start=2020-07-27T06%3A27%3A21.780216&end=2020-07-27T06%3A27%3A21.780216" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,836 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,839 keystoneauth.session RESP BODY: {"tenant_usage": {"start": "2012-10-08T20:10:44.587336", "total_memory_mb_usage": 512.0, "total_vcpus_usage": 1.0, "total_hours": 1.0, "tenant_id": "6f70656e737461636b20342065766572", "stop": "2012-10-08T21:10:44.587336", "server_usages": [{"hours": 1.0, "flavor": "m1.tiny", "started_at": "2012-10-08T20:10:44.541277", "memory_mb": 512, "uptime": 3600, "local_gb": 1, "ended_at": null, "name": "instance-2", "tenant_id": "6f70656e737461636b20342065766572", "vcpus": 1, "instance_id": "75c2308cde6f4b3a94721bd0eab441a9", "state": "active"}], "total_local_gb_usage": 1.0}} {28} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_network [0.113913s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: region1-network and routes_externally: True key=key, name=cloud[key], external=external)) {17} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_delete_subnet [0.092657s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,558 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,563 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,565 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,569 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,576 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,607 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,613 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,616 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}]} 2020-07-27 06:27:21,620 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/subnets/1f1696eb-7f47-47f6-835c-4889bff88604.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,625 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,628 keystoneauth.session RESP BODY: {} {14} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_delete [0.019806s] ... ok {10} openstack.tests.unit.cloud.test_users.TestUsers.test_create_user_v3 [0.072460s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,232 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,237 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,240 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,243 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,249 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,273 keystoneauth.session REQ: curl -g -i -X POST https://identity.example.com/v3/users -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"user": {"description": "description-2", "enabled": true, "domain_id": "49bfc3f87dd34167851fe9257a65a59f", "password": "user_password-4", "email": null, "name": "username-3"}}' 2020-07-27 06:27:21,278 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,281 keystoneauth.session RESP BODY: {"user": {"description": "description-2", "enabled": true, "email": null, "id": "d0433b807a064276b237b15305587daf", "domain_id": "49bfc3f87dd34167851fe9257a65a59f", "name": "username-3"}} {9} openstack.tests.unit.compute.v2.test_hypervisor.TestHypervisor.test_basic [0.019955s] ... ok {29} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_cinder_update_quotas [0.086013s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,459 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,464 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,467 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,471 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,477 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,494 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,499 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,502 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "6e806d75b2754e399657fd8103764d1a", "enabled": true, "id": "7450101675924e6385de42dbf5622218", "name": "projectName-2"}]} 2020-07-27 06:27:21,513 keystoneauth.session REQ: curl -g -i -X PUT https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/os-quota-sets/7450101675924e6385de42dbf5622218 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"quota_set": {"tenant_id": "7450101675924e6385de42dbf5622218", "volumes": 1}}' 2020-07-27 06:27:21,519 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,522 keystoneauth.session RESP BODY: {"quota_set": {"volumes": 1}} {20} openstack.tests.unit.cloud.test_quotas.TestQuotas.test_cinder_delete_quotas [0.091167s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,233 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,238 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,241 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,244 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,250 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,275 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,281 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,284 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "966d2f53616946039bfe2b7e2ec82fa0", "enabled": true, "id": "8dbbdc5bf4fd4664a2b4915a678b3931", "name": "projectName-2"}]} 2020-07-27 06:27:21,295 keystoneauth.session REQ: curl -g -i -X DELETE https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/os-quota-sets/8dbbdc5bf4fd4664a2b4915a678b3931 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,300 keystoneauth.session RESP: [200] content-type: application/json {21} openstack.tests.unit.cloud.test_project.TestProject.test_update_project_v3 [0.092743s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,116 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,121 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,124 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,128 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,134 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,159 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/projects?domain_id=4b31733a77d94f56a17eae9a037074a4" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,164 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,167 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "4b31733a77d94f56a17eae9a037074a4", "description": "projectDesc-2", "enabled": true, "id": "985ef9820b0f48e79d05165907e14b66", "name": "projectName-3"}]} 2020-07-27 06:27:21,177 keystoneauth.session REQ: curl -g -i -X PATCH https://identity.example.com/v3/projects/985ef9820b0f48e79d05165907e14b66 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"project": {"description": "projectDesc-2"}}' 2020-07-27 06:27:21,183 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,185 keystoneauth.session RESP BODY: {"project": {"domain_id": "4b31733a77d94f56a17eae9a037074a4", "description": "projectDesc-2", "enabled": true, "id": "985ef9820b0f48e79d05165907e14b66", "name": "projectName-3"}} {22} openstack.tests.unit.cloud.test_shade.TestShade.test_iterate_timeout_str_wait [0.021807s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,591 openstack.iterate_timeout Waiting 1.6 seconds {7} openstack.tests.unit.clustering.v1.test_action.TestAction.test_instantiate [0.014752s] ... ok {0} openstack.tests.unit.compute.test_version.TestVersion.test_make_it [0.020014s] ... ok {19} openstack.tests.unit.cloud.test_port.TestPort.test_update_port_parameters [0.275994s] ... ok {23} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_enable_service [0.021625s] ... ok {24} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_interfaces [0.024570s] ... ok {25} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_get_recordset_by_id [0.093979s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,752 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,757 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,760 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,764 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,769 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,786 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,791 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,794 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:21,801 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,806 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,809 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "id": "1", "ttl": 3600, "type": "PRIMARY", "email": "test@example.net", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} 2020-07-27 06:27:21,815 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1/recordsets/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,820 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,823 keystoneauth.session RESP BODY: {"description": "Example zone", "zone": "1", "records": ["192.168.1.1"], "ttl": 3600, "type": "A", "id": "1", "name": "www.example.net."} {2} openstack.tests.unit.network.v2.test_firewall_group.TestFirewallGroup.test_make_it [0.002037s] ... ok {6} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_event_get [0.012533s] ... ok {31} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_database_find [0.032197s] ... ok {4} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_extension_find [0.024021s] ... ok {26} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_session_endpoint [0.061461s] ... ok {27} openstack.tests.unit.compute.v2.test_service.TestService.test_basic [0.020026s] ... ok {11} openstack.tests.unit.cloud.test_zone.TestZone.test_get_zone_by_id [0.097369s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,422 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,432 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,436 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,441 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,448 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,468 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,474 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,477 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:21,486 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,491 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,494 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} {2} openstack.tests.unit.network.v2.test_firewall_rule.TestFirewallRule.test_make_it [0.002219s] ... ok {30} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron_specific_tenant [0.087067s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,280 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,284 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,287 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,290 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,298 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,327 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/security-groups.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group": {"tenant_id": "861808a93da0484ea1767967c4df8a23", "name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron_specific_tenant-2", "description": "security group from test_create_security_group_neutron_specific_tenant"}}' 2020-07-27 06:27:21,333 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,335 keystoneauth.session RESP BODY: {"security_group": {"name": "openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_neutron_specific_tenant-2", "tenant_id": "861808a93da0484ea1767967c4df8a23", "security_group_rules": [], "project_id": "861808a93da0484ea1767967c4df8a23", "id": "2", "description": "security group from test_create_security_group_neutron_specific_tenant"}} {16} openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name [0.092631s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,162 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,167 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,169 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,172 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,178 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,184 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,189 keystoneauth.session RESP: [300] content-type: application/json 2020-07-27 06:27:21,191 keystoneauth.session RESP BODY: { "versions": [ { "status": "CURRENT", "id": "v2.3", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.2", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.1", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v2.0", "links": [ { "href": "http://image.example.com/v2/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.1", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] }, { "status": "SUPPORTED", "id": "v1.0", "links": [ { "href": "http://image.example.com/v1/", "rel": "self" } ] } ] } 2020-07-27 06:27:21,202 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,207 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,209 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2/file", "id": "openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} 2020-07-27 06:27:21,220 keystoneauth.session REQ: curl -g -i -X GET https://image.example.com/v2/images -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,224 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,226 keystoneauth.session RESP BODY: {"images": [{"image_state": "available", "container_format": "bare", "min_ram": 0, "owner_specified.openstack.sha256": "6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d", "updated_at": "2016-02-10T05:05:02Z", "file": "/v2/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2/file", "id": "openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2", "size": 3402170368, "image_type": "snapshot", "disk_format": "qcow2", "owner_specified.openstack.object": "images/fake_image", "schema": "/v2/schemas/image", "status": "active", "ramdisk_id": null, "tags": [], "visibility": "private", "locations": [{"url": "http://127.0.0.1/images/openstack.tests.unit.cloud.test_operator.TestOperatorCloud.test_get_image_name-2", "metadata": {}}], "min_disk": 40, "virtual_size": null, "name": "fake_image", "checksum": "ee36e35a297980dee1b514de9803ec6d", "created_at": "2016-02-10T05:03:11Z", "protected": false, "owner_specified.openstack.md5": "93b885adfe0da089cdf634904fd59f71"}]} {12} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_update [0.019864s] ... ok {8} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_find [0.019646s] ... ok {1} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_getters [0.070084s] ... ok {13} openstack.tests.unit.config.test_config.TestConfig.test_get_one_default_cloud_from_file [0.075410s] ... ok {28} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_flavors [0.019847s] ... ok {23} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_get_all_server_metadata [0.027034s] ... ok {9} openstack.tests.unit.compute.v2.test_image.TestImage.test_detail [0.019467s] ... ok {0} openstack.tests.unit.compute.v2.test_extension.TestExtension.test_make_it [0.020553s] ... ok {7} openstack.tests.unit.clustering.v1.test_build_info.TestBuildInfo.test_instantiate [0.013406s] ... ok {14} openstack.tests.unit.compute.v2.test_availability_zone.TestAvailabilityZone.test_basic [0.020592s] ... ok {17} openstack.tests.unit.cloud.test_users.TestUsers.test_remove_user_from_group [0.100541s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,652 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,657 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,660 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,664 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,670 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,693 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,698 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,701 keystoneauth.session RESP BODY: {"users": [{"email": null, "description": null, "enabled": true, "name": "username-2", "id": "305637419c654f9ea4f1fa259bc0b476"}], "links": {"self": "https://identity.example.com/v3/users", "next": null, "previous": null}} 2020-07-27 06:27:21,709 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,714 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,717 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "6a698a24f3d64efe87474b149bb9ef0b", "id": "79c65b7d58f14ae39795b66b38b96440", "name": "groupname-4"}]} 2020-07-27 06:27:21,724 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/groups/79c65b7d58f14ae39795b66b38b96440/users/305637419c654f9ea4f1fa259bc0b476 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,730 keystoneauth.session RESP: [204] content-type: application/json {19} openstack.tests.unit.cloud.test_project.TestProject.test_delete_project_v3 [0.092276s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,351 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,357 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,359 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,363 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,369 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,394 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,400 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,402 keystoneauth.session RESP BODY: {"projects": [{"enabled": true, "id": "da389e60b3af4a3eb6553968d7687f07", "name": "projectName-2"}]} 2020-07-27 06:27:21,413 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/da389e60b3af4a3eb6553968d7687f07 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,419 keystoneauth.session RESP: [204] content-type: application/json {10} openstack.tests.unit.cloud.test_volume_access.TestVolumeAccess.test_remove_volume_type_access [0.148494s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,306 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,311 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,313 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,317 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,323 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,346 keystoneauth.session REQ: curl -g -i -X GET "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,352 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,355 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2020-07-27 06:27:21,362 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/os-volume-type-access -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,368 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,371 keystoneauth.session RESP BODY: {"volume_type_access": [{"volume_type_id": "voltype01", "project_id": "prj01", "name": "name"}, {"volume_type_id": "voltype01", "project_id": "prj02", "name": "name"}]} 2020-07-27 06:27:21,378 keystoneauth.session REQ: curl -g -i -X GET "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,383 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,386 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2020-07-27 06:27:21,393 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"removeProjectAccess": {"project": "prj01"}}' 2020-07-27 06:27:21,398 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,401 keystoneauth.session RESP BODY: {"removeProjectAccess": {"project": "prj01"}} 2020-07-27 06:27:21,407 keystoneauth.session REQ: curl -g -i -X GET "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types?is_public=None" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,413 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,415 keystoneauth.session RESP BODY: {"volume_types": [{"is_public": false, "description": "volume type description", "id": "voltype01", "name": "name"}]} 2020-07-27 06:27:21,422 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/types/voltype01/os-volume-type-access -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,427 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,430 keystoneauth.session RESP BODY: {"volume_type_access": [{"volume_type_id": "voltype01", "project_id": "prj01", "name": "name"}]} {4} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_fixed_ip_from_server [0.024030s] ... ok {6} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_recover [0.015083s] ... ok {29} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_server_error [0.101043s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,547 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,552 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,554 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,558 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,564 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,591 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/4a4a393e-48b4-423b-ad11-fdec21f5e955/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a"}}' 2020-07-27 06:27:21,596 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,599 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "4a4a393e-48b4-423b-ad11-fdec21f5e955", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "REBUILD", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:21,606 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,611 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,614 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "4a4a393e-48b4-423b-ad11-fdec21f5e955", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ERROR", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {20} openstack.tests.unit.cloud.test_rebuild_server.TestRebuildServer.test_rebuild_server_rebuild_exception [0.075297s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,327 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,332 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,335 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,338 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,345 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,371 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/01726386-6160-409d-a088-3e06ee06c63e/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"rebuild": {"imageRef": "a", "adminPass": "b"}}' 2020-07-27 06:27:21,376 keystoneauth.session RESP: [400] content-type: application/json {26} openstack.tests.unit.config.test_config.TestExcludedFormattedConfigValue.test_get_one_cloud_password_brace [0.112764s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {22} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_bad_network [0.090870s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,615 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,621 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,624 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,628 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,634 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,670 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,678 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,681 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} {31} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_delete_ignore [0.016632s] ... ok {2} openstack.tests.unit.network.v2.test_network.TestNetwork.test_make_it [0.021543s] ... ok {11} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_collect_cluster_attrs [0.021333s] ... ok {12} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_groups [0.029638s] ... ok {21} openstack.tests.unit.cloud.test_qos_bandwidth_limit_rule.TestQosBandwidthLimitRule.test_delete_qos_bandwidth_limit_rule [0.122889s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,251 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,256 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,259 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,263 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,269 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,306 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,312 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,314 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:21,318 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,323 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,326 keystoneauth.session RESP BODY: {"extensions": [{"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "qos-bw-limit-direction", "updated": "2017-04-10T10:00:00-00:00", "name": "Direction for QoS bandwidth limit rule", "links": [], "description": "Allow to configure QoS bandwidth limit rule with specific direction: ingress or egress"}]} 2020-07-27 06:27:21,330 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/qos/policies.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,336 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,338 keystoneauth.session RESP BODY: {"policies": [{"is_default": false, "name": "qos test policy", "shared": false, "rules": [], "tenant_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "project_id": "c88fc89f-5121-4a4c-87fd-496b5af864e9", "id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "description": ""}]} 2020-07-27 06:27:21,343 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/qos/policies/881d1bb7-a663-44c0-8f9f-ee2765b74486/bandwidth_limit_rules/ed1a2b05-0ad7-45d7-873f-008b575a02b3.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,348 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,351 keystoneauth.session RESP BODY: {} {8} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_get [0.019568s] ... ok {27} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_aliases [0.061495s] ... ok {30} openstack.tests.unit.cloud.test_server_set_metadata.TestServerSetMetadata.test_server_set_metadata [0.072030s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,396 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,400 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,401 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,405 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,409 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,431 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,436 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,439 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "91bc53cd-5f3c-40d8-b523-451b608a9803", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:21,447 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/91bc53cd-5f3c-40d8-b523-451b608a9803/metadata -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"metadata": {"meta": "data"}}' 2020-07-27 06:27:21,450 keystoneauth.session RESP: [200] content-type: application/json {19} openstack.tests.unit.cloud.test_qos_dscp_marking_rule.TestQosDscpMarkingRule.test_create_qos_dscp_marking_rule_no_qos_extension [0.085407s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,445 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,450 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,453 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,457 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,463 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,494 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,500 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,503 keystoneauth.session RESP BODY: {"extensions": []} {15} openstack.tests.unit.cloud.test_users.TestUsers.test_delete_user_not_found [0.072833s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,864 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,869 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,872 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,876 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,882 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,901 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,907 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,910 keystoneauth.session RESP BODY: {"users": []} 2020-07-27 06:27:21,914 openstack User openstack.tests.unit.cloud.test_users.TestUsers.test_delete_user_not_found-2 not found for deleting {16} openstack.tests.unit.cloud.test_recordset.TestRecordset.test_get_recordset_by_name [0.087607s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,284 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,289 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,295 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,298 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,304 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,320 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,326 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,329 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:21,336 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,341 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,343 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "id": "1", "ttl": 3600, "type": "PRIMARY", "email": "test@example.net", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} 2020-07-27 06:27:21,349 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones/1/recordsets/www.example.net. -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,352 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,353 keystoneauth.session RESP BODY: {"description": "Example zone", "zone": "1", "records": ["192.168.1.1"], "ttl": 3600, "type": "A", "id": "1", "name": "www.example.net."} {13} openstack.tests.unit.config.test_environ.TestEnviron.test_get_one [0.131383s] ... ok {24} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_rescue [0.015817s] ... ok {28} openstack.tests.unit.database.v1.test_user.TestUser.test_basic [0.020618s] ... ok {1} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_project_password [0.109165s] ... ok {23} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_lock [0.022057s] ... ok {23} openstack.tests.unit.compute.v2.test_server.TestServer.test_add_fixed_ip [0.023248s] ... ok {0} openstack.tests.unit.compute.v2.test_limits.TestRateLimit.test_basic [0.019487s] ... ok {9} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_suspend [0.022385s] ... ok {7} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_get_cluster_policy [0.017181s] ... ok {25} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_no_user_or_group_specified [0.074702s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,847 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,852 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,855 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,859 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,865 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,886 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,891 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,894 keystoneauth.session RESP BODY: {"roles": [{"name": "ec053ee335ab4c0484f15eed146f017e", "id": "c24d00be7d744d24a277f61f7db0ccfc"}]} {10} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_recover [0.022805s] ... ok {6} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_resize_cluster [0.019262s] ... ok {20} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_no_user_or_group [0.095129s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,403 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,408 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,411 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,415 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,422 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,444 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,450 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,453 keystoneauth.session RESP BODY: {"roles": [{"name": "f7b3e2267270490b9db416655f9699a0", "id": "0618a01fa1094554b88e1475753cdfca"}]} 2020-07-27 06:27:21,463 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,469 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,472 keystoneauth.session RESP BODY: {"users": []} {27} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_arbitrary_attributes [0.048033s] ... ok {22} openstack.tests.unit.clustering.v1.test_node.TestNode.test_adopt_preview [0.023317s] ... ok {31} openstack.tests.unit.identity.v3.test_limit.TestLimit.test_basic [0.015916s] ... ok {30} openstack.tests.unit.cloud.test_shade.TestShade.test__has_neutron_extension [0.086215s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,480 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,485 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,488 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,491 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,497 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,529 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,534 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,537 keystoneauth.session RESP BODY: {"extensions": [{"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}]} {2} openstack.tests.unit.network.v2.test_pool_member.TestPoolMember.test_make_it [0.020846s] ... ok {12} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_get [0.019994s] ... ok {11} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_types [0.019490s] ... ok {8} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_get [0.019033s] ... ok {1} openstack.tests.unit.config.test_config.TestConfig.test_get_one_domain_scoped [0.112325s] ... ok {17} openstack.tests.unit.cloud.test_zone.TestZone.test_get_zone_not_found_returns_false [0.091998s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,754 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,759 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,762 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,770 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,779 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,796 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,803 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,806 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:21,813 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,819 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,822 keystoneauth.session RESP BODY: {"zones": [], "links": {}, "metadata": {"total_count": 1}} {10} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_get [0.020543s] ... ok {5} openstack.tests.unit.cloud.test_server_set_metadata.TestServerSetMetadata.test_server_set_metadata_with_exception [0.103285s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,777 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,782 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,785 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,789 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,795 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,823 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,828 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,831 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "a12464bd-2566-4475-baeb-62bffc57577a", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:21,846 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/a12464bd-2566-4475-baeb-62bffc57577a/metadata -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"metadata": {"meta": "data"}}' 2020-07-27 06:27:21,852 keystoneauth.session RESP: [400] content-type: application/json 2020-07-27 06:27:21,855 keystoneauth.session RESP BODY: {} {19} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_wrong_availability_zone_hints_type [0.024937s] ... ok {3} openstack.tests.unit.config.test_config.TestConfigArgparse.test_extra_config [0.110103s] ... ok {21} openstack.tests.unit.cloud.test_qos_rule_type.TestQosRuleType.test_list_qos_rule_types_no_qos_extension [0.079285s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,396 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,401 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,404 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,408 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,414 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,444 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,449 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,452 keystoneauth.session RESP BODY: {"extensions": []} {13} openstack.tests.unit.database.v1.test_instance.TestInstance.test_action_resize [0.035899s] ... ok {24} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_resume [0.022477s] ... ok {28} openstack.tests.unit.identity.test_version.TestVersion.test_make_it [0.020410s] ... ok {4} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_floating_ip_to_server [0.023608s] ... ok {23} openstack.tests.unit.compute.v2.test_server.TestServer.test_get_console_output [0.023777s] ... ok {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_delete_server_metadata [0.022946s] ... ok {0} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_find_hypervisor [0.020529s] ... ok {9} openstack.tests.unit.compute.v2.test_server.TestServer.test_lock [0.023820s] ... ok {7} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_create [0.012887s] ... ok {26} openstack.tests.unit.config.test_from_session.TestFromSession.test_from_session(no_region) [0.101194s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,439 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,445 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,451 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,459 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,467 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,497 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,504 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,508 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "cba15de1-3cbe-4a04-ad4a-843f29e147c4", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {18} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_group_domain [0.525216s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,445 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,450 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,452 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,454 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,458 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,500 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,505 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,508 keystoneauth.session RESP BODY: {"roles": [{"name": "7ce5e20953324f27bab59a6b784e8912", "id": "ceff3e9f5e3a46548cadb5dc4932cfc7"}]} 2020-07-27 06:27:21,518 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/867d81d0eb274e57b0e1052dc3bffeb0 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,523 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,526 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "867d81d0eb274e57b0e1052dc3bffeb0", "name": "domainName-2"}} 2020-07-27 06:27:21,533 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,538 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,541 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "867d81d0eb274e57b0e1052dc3bffeb0", "id": "09dc2824db744572b3f6989eceb1815b", "name": "groupname-6"}]} 2020-07-27 06:27:21,551 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=867d81d0eb274e57b0e1052dc3bffeb0&role.id=ceff3e9f5e3a46548cadb5dc4932cfc7&group.id=09dc2824db744572b3f6989eceb1815b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,556 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,559 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,568 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/867d81d0eb274e57b0e1052dc3bffeb0/groups/09dc2824db744572b3f6989eceb1815b/roles/ceff3e9f5e3a46548cadb5dc4932cfc7 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,574 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:21,583 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,589 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,591 keystoneauth.session RESP BODY: {"roles": [{"name": "7ce5e20953324f27bab59a6b784e8912", "id": "ceff3e9f5e3a46548cadb5dc4932cfc7"}]} 2020-07-27 06:27:21,601 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/867d81d0eb274e57b0e1052dc3bffeb0 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,606 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,609 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "867d81d0eb274e57b0e1052dc3bffeb0", "name": "domainName-2"}} 2020-07-27 06:27:21,616 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,621 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,624 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "867d81d0eb274e57b0e1052dc3bffeb0", "id": "09dc2824db744572b3f6989eceb1815b", "name": "groupname-6"}]} 2020-07-27 06:27:21,638 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=867d81d0eb274e57b0e1052dc3bffeb0&role.id=ceff3e9f5e3a46548cadb5dc4932cfc7&group.id=09dc2824db744572b3f6989eceb1815b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,646 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,651 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,662 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/867d81d0eb274e57b0e1052dc3bffeb0/groups/09dc2824db744572b3f6989eceb1815b/roles/ceff3e9f5e3a46548cadb5dc4932cfc7 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,669 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:21,679 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,685 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,689 keystoneauth.session RESP BODY: {"roles": [{"name": "7ce5e20953324f27bab59a6b784e8912", "id": "ceff3e9f5e3a46548cadb5dc4932cfc7"}]} 2020-07-27 06:27:21,700 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,706 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,710 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "867d81d0eb274e57b0e1052dc3bffeb0", "name": "domainName-2"}} 2020-07-27 06:27:21,717 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,724 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,726 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "867d81d0eb274e57b0e1052dc3bffeb0", "id": "09dc2824db744572b3f6989eceb1815b", "name": "groupname-6"}]} 2020-07-27 06:27:21,740 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=867d81d0eb274e57b0e1052dc3bffeb0&role.id=ceff3e9f5e3a46548cadb5dc4932cfc7&group.id=09dc2824db744572b3f6989eceb1815b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,746 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,749 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,758 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/867d81d0eb274e57b0e1052dc3bffeb0/groups/09dc2824db744572b3f6989eceb1815b/roles/ceff3e9f5e3a46548cadb5dc4932cfc7 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,764 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:21,773 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,792 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,795 keystoneauth.session RESP BODY: {"roles": [{"name": "7ce5e20953324f27bab59a6b784e8912", "id": "ceff3e9f5e3a46548cadb5dc4932cfc7"}]} 2020-07-27 06:27:21,807 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,813 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,815 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "867d81d0eb274e57b0e1052dc3bffeb0", "name": "domainName-2"}} 2020-07-27 06:27:21,835 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,841 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,857 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "867d81d0eb274e57b0e1052dc3bffeb0", "id": "09dc2824db744572b3f6989eceb1815b", "name": "groupname-6"}]} 2020-07-27 06:27:21,883 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=867d81d0eb274e57b0e1052dc3bffeb0&role.id=ceff3e9f5e3a46548cadb5dc4932cfc7&group.id=09dc2824db744572b3f6989eceb1815b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,889 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,892 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,925 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/domains/867d81d0eb274e57b0e1052dc3bffeb0/groups/09dc2824db744572b3f6989eceb1815b/roles/ceff3e9f5e3a46548cadb5dc4932cfc7 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,930 keystoneauth.session RESP: [204] content-type: application/json {6} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_services [0.013932s] ... ok {16} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_group_project [0.243247s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,493 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,498 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,501 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,505 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,510 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,546 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,551 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,554 keystoneauth.session RESP BODY: {"roles": [{"name": "7ad2c6085a144de78f4c0d8c562bf7c8", "id": "10795451c98e45dbaef76e80f51d272b"}]} 2020-07-27 06:27:21,570 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,575 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,577 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "e7b7c4e9eca3457a956e0f09a61f6085", "enabled": true, "id": "b549848d1e3e4fb8b9e81eff12461cdd", "name": "projectName-5"}]} 2020-07-27 06:27:21,585 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,590 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,593 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "e7b7c4e9eca3457a956e0f09a61f6085", "id": "5f66225e904c4755bc3cc8bf0273ac0b", "name": "groupname-6"}]} 2020-07-27 06:27:21,605 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=5f66225e904c4755bc3cc8bf0273ac0b&scope.project.id=b549848d1e3e4fb8b9e81eff12461cdd&role.id=10795451c98e45dbaef76e80f51d272b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,611 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,613 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,623 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/projects/b549848d1e3e4fb8b9e81eff12461cdd/groups/5f66225e904c4755bc3cc8bf0273ac0b/roles/10795451c98e45dbaef76e80f51d272b -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,628 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:21,638 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,643 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,645 keystoneauth.session RESP BODY: {"roles": [{"name": "7ad2c6085a144de78f4c0d8c562bf7c8", "id": "10795451c98e45dbaef76e80f51d272b"}]} 2020-07-27 06:27:21,661 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,666 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,668 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "e7b7c4e9eca3457a956e0f09a61f6085", "enabled": true, "id": "b549848d1e3e4fb8b9e81eff12461cdd", "name": "projectName-5"}]} 2020-07-27 06:27:21,675 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,681 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,683 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "e7b7c4e9eca3457a956e0f09a61f6085", "id": "5f66225e904c4755bc3cc8bf0273ac0b", "name": "groupname-6"}]} 2020-07-27 06:27:21,697 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=5f66225e904c4755bc3cc8bf0273ac0b&scope.project.id=b549848d1e3e4fb8b9e81eff12461cdd&role.id=10795451c98e45dbaef76e80f51d272b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,701 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,703 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,708 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/projects/b549848d1e3e4fb8b9e81eff12461cdd/groups/5f66225e904c4755bc3cc8bf0273ac0b/roles/10795451c98e45dbaef76e80f51d272b -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,711 keystoneauth.session RESP: [204] content-type: application/json {22} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_actions [0.020506s] ... ok {27} openstack.tests.unit.config.test_config.TestConfig.test_get_one [0.114039s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_find [0.020550s] ... ok {12} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_delete [0.019527s] ... ok {11} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_find [0.019843s] ... ok {20} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project_v2_wait_exception [0.179689s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,517 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,522 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,525 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,529 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:21,562 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,568 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,571 keystoneauth.session RESP BODY: {"roles": [{"name": "7d91e6dc9ff64da9bfa9ad3c999a3d20", "id": "589bd3417c924a2ca6368c182ff14f35"}]} 2020-07-27 06:27:21,580 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,586 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,589 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "0199dda2a7a1435ab538d78a851d90b1", "domain_id": "996bfcbd6a3240b2a35bb70b4234d741", "name": "username-3"}]} 2020-07-27 06:27:21,601 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,606 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,609 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "9eb096458b9e490da9095f0902251187", "name": "projectName-5"}]} 2020-07-27 06:27:21,622 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/9eb096458b9e490da9095f0902251187/users/0199dda2a7a1435ab538d78a851d90b1/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,627 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,630 keystoneauth.session RESP BODY: {"roles": [{"name": "7d91e6dc9ff64da9bfa9ad3c999a3d20", "id": "589bd3417c924a2ca6368c182ff14f35"}]} 2020-07-27 06:27:21,639 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/9eb096458b9e490da9095f0902251187/users/0199dda2a7a1435ab538d78a851d90b1/roles/OS-KSADM/589bd3417c924a2ca6368c182ff14f35 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,645 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:21,654 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/9eb096458b9e490da9095f0902251187/users/0199dda2a7a1435ab538d78a851d90b1/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,659 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,663 keystoneauth.session RESP BODY: {"roles": [{"name": "7d91e6dc9ff64da9bfa9ad3c999a3d20", "id": "589bd3417c924a2ca6368c182ff14f35"}]} 2020-07-27 06:27:21,667 openstack.iterate_timeout Waiting 2.0 seconds {1} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_bad_region_no_regions [0.113666s] ... ok {15} openstack.tests.unit.cloud.test_volume.TestVolume.test_attach_volume [0.075592s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,939 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,944 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,947 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,951 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,957 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,981 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/server001/os-volume_attachments -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volumeAttachment": {"volumeId": "volume001"}}' 2020-07-27 06:27:21,987 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,990 keystoneauth.session RESP BODY: {"volumeAttachment": {"device": "device001", "server_id": "server001", "volumeId": "volume001", "id": "attachmentId"}} {17} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_operation [0.023492s] ... ok {31} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policies [0.013427s] ... ok {10} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_delete [0.020444s] ... ok {8} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_delete [0.019900s] ... ok {13} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_user_get [0.021511s] ... ok {28} openstack.tests.unit.identity.v2.test_tenant.TestTenant.test_basic [0.019957s] ... ok {9} openstack.tests.unit.compute.v2.test_server.TestServer.test_rescue [0.023546s] ... ok {4} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_image_get [0.020079s] ... ok {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_hypervisors_not_detailed [0.020695s] ... ok {23} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_config [0.063173s] ... ok {30} openstack.tests.unit.cloud.test_shade.TestShade.test__neutron_extensions [0.080922s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,566 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,572 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,575 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,579 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,585 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,615 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/extensions.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,621 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,623 keystoneauth.session RESP BODY: {"extensions": [{"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}]} {5} openstack.tests.unit.cloud.test_shade.TestShade.test__neutron_exceptions_resource_not_found [0.099740s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,881 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,887 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,890 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,894 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,902 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,949 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,956 keystoneauth.session RESP: [404] content-type: application/json {19} openstack.tests.unit.cloud.test_server_console.TestServerConsole.test_get_server_console_dict [0.086721s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,571 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,579 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,583 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,588 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,598 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,615 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/c9ff97e9-ed03-4b19-95e8-35d2d293a147/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-getConsoleOutput": {"length": null}}' 2020-07-27 06:27:21,621 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,624 keystoneauth.session RESP BODY: {"output": "output-3"} {0} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_resize [0.022671s] ... ok {24} openstack.tests.unit.compute.v2.test_server_ip.TestServerIP.test_basic [0.020765s] ... ok {7} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_extensions [0.012883s] ... ok {26} openstack.tests.unit.database.v1.test_database.TestDatabase.test_make_it [0.020857s] ... ok {1} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_service_type [0.093198s] ... ok {6} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavor_create [0.015170s] ... ok {21} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_group_project_exists [0.247044s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,568 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,573 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,576 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,580 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,586 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,620 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,626 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,629 keystoneauth.session RESP BODY: {"roles": [{"name": "e0f308925d0e41b587e6b0fd9e78f464", "id": "4e2f4a59623f41968d8876c5b89623d0"}]} 2020-07-27 06:27:21,648 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,657 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,660 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "07be914b1554431089a51356b38aaeac", "enabled": true, "id": "6531325bec394a7497f7160e62832fa4", "name": "projectName-5"}]} 2020-07-27 06:27:21,669 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,675 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,678 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "07be914b1554431089a51356b38aaeac", "id": "52ce66eb4d6543259f475b7aabe1d6f7", "name": "groupname-6"}]} 2020-07-27 06:27:21,691 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=52ce66eb4d6543259f475b7aabe1d6f7&scope.project.id=6531325bec394a7497f7160e62832fa4&role.id=4e2f4a59623f41968d8876c5b89623d0" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,697 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,700 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "6531325bec394a7497f7160e62832fa4"}}, "role": {"id": "4e2f4a59623f41968d8876c5b89623d0"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/6531325bec394a7497f7160e62832fa4/groups/52ce66eb4d6543259f475b7aabe1d6f7/roles/4e2f4a59623f41968d8876c5b89623d0"}, "group": {"id": "52ce66eb4d6543259f475b7aabe1d6f7"}}]} 2020-07-27 06:27:21,703 openstack Assignment already exists 2020-07-27 06:27:21,713 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,719 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,722 keystoneauth.session RESP BODY: {"roles": [{"name": "e0f308925d0e41b587e6b0fd9e78f464", "id": "4e2f4a59623f41968d8876c5b89623d0"}]} 2020-07-27 06:27:21,739 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,744 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,747 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "07be914b1554431089a51356b38aaeac", "enabled": true, "id": "6531325bec394a7497f7160e62832fa4", "name": "projectName-5"}]} 2020-07-27 06:27:21,755 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,760 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,763 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "07be914b1554431089a51356b38aaeac", "id": "52ce66eb4d6543259f475b7aabe1d6f7", "name": "groupname-6"}]} 2020-07-27 06:27:21,777 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=52ce66eb4d6543259f475b7aabe1d6f7&scope.project.id=6531325bec394a7497f7160e62832fa4&role.id=4e2f4a59623f41968d8876c5b89623d0" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,783 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,786 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "6531325bec394a7497f7160e62832fa4"}}, "role": {"id": "4e2f4a59623f41968d8876c5b89623d0"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/6531325bec394a7497f7160e62832fa4/groups/52ce66eb4d6543259f475b7aabe1d6f7/roles/4e2f4a59623f41968d8876c5b89623d0"}, "group": {"id": "52ce66eb4d6543259f475b7aabe1d6f7"}}]} 2020-07-27 06:27:21,790 openstack Assignment already exists {31} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_create_attrs [0.019006s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavor_get [0.027232s] ... ok {12} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_regions [0.020001s] ... ok {11} openstack.tests.unit.compute.v2.test_image.TestImage.test_make_basic [0.020629s] ... ok {26} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_user_create_attrs [0.021719s] ... ok {17} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_scale_in [0.025546s] ... ok {30} openstack.tests.unit.cloud.test_stack.TestStack.test_delete_stack_wait_failed [0.131328s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,655 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,660 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,663 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,667 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,674 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,680 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2?resolve_outputs=False -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,686 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2?resolve_outputs=False 2020-07-27 06:27:21,692 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,695 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2020-07-27 06:27:21,701 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2/events?limit=1&sort_dir=desc" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,707 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,710 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "id-2", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/2afacaf88c2842d28076a34b8b6c5600", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "CREATE_COMPLETE", "id": "2afacaf88c2842d28076a34b8b6c5600"}]} 2020-07-27 06:27:21,716 keystoneauth.session REQ: curl -g -i -X DELETE https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,721 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,727 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2/events?marker=2afacaf88c2842d28076a34b8b6c5600&sort_dir=asc" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,732 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,735 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "id-2", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/828f5547e2cc4cf6ae7f507497d6141d", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "DELETE_COMPLETE", "id": "828f5547e2cc4cf6ae7f507497d6141d"}]} 2020-07-27 06:27:21,741 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2?resolve_outputs=False -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,747 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2?resolve_outputs=False 2020-07-27 06:27:21,752 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,755 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "deletion_time": "2017-03-23T23:57:12Z", "creation_time": "2017-03-23T23:57:12Z", "links": [], "updated_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "DELETE_FAILED", "id": "id-2"}} {31} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_find [0.087015s] ... ok {13} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_delete [0.019872s] ... ok {20} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_rule_nova [0.072297s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,722 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,728 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,731 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,735 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,742 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,757 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/os-security-group-rules/xyz -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,763 keystoneauth.session RESP: [200] content-type: application/json {28} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_find [0.020980s] ... ok {9} openstack.tests.unit.compute.v2.test_server.TestServer.test_resume [0.023217s] ... ok {7} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_image_delete [0.013160s] ... ok {4} openstack.tests.unit.compute.v2.test_server.TestServer.test_remove_floating_ip [0.024412s] ... ok {22} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_delete [0.019284s] ... ok {23} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_session_with_timeout [0.058928s] ... ok {0} openstack.tests.unit.compute.v2.test_server.TestServer.test__prepare_server [0.026198s] ... ok {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_create_attrs [0.020060s] ... ok {24} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_get [0.019506s] ... ok {27} openstack.tests.unit.config.test_config.TestConfig.test_get_one_auth_merge [0.115742s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:493: UserWarning: Couldn't find the vendor profile '_test_cloud_in_our_cloud', for the cloud '_test-cloud_' name)) {1} openstack.tests.unit.config.test_environ.TestEnvvars.test_incomplete_envvars [0.108822s] ... ok {19} openstack.tests.unit.cloud.test_shade.TestShade.test_get_server [0.099305s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,650 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,656 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,659 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,664 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,670 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,697 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,703 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,707 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "123", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mickey", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}, {"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "345", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mouse", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {11} openstack.tests.unit.compute.v2.test_limits.TestAbsoluteLimits.test_make_it [0.020611s] ... ok {31} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_update [0.016021s] ... ok {21} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_group_project [0.245169s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,817 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,821 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,824 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,829 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,835 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,869 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,878 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,882 keystoneauth.session RESP BODY: {"roles": [{"name": "3f3f71124c154ac78fca1f34479dd58c", "id": "c6bcd1701a984e1cb416429a9e10921b"}]} 2020-07-27 06:27:21,898 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,904 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,908 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "2f77b2bf12304dba8da90808a4e5260b", "enabled": true, "id": "d5bd6aa3b64a4e6f8aaaa0f40f3a0138", "name": "projectName-5"}]} 2020-07-27 06:27:21,916 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,921 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,925 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "2f77b2bf12304dba8da90808a4e5260b", "id": "62f6f4a2a6974da3a87494d852817ed0", "name": "groupname-6"}]} 2020-07-27 06:27:21,939 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=62f6f4a2a6974da3a87494d852817ed0&scope.project.id=d5bd6aa3b64a4e6f8aaaa0f40f3a0138&role.id=c6bcd1701a984e1cb416429a9e10921b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,945 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,948 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,951 openstack Assignment does not exist 2020-07-27 06:27:21,961 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,966 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,969 keystoneauth.session RESP BODY: {"roles": [{"name": "3f3f71124c154ac78fca1f34479dd58c", "id": "c6bcd1701a984e1cb416429a9e10921b"}]} 2020-07-27 06:27:21,986 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,992 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,995 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "2f77b2bf12304dba8da90808a4e5260b", "enabled": true, "id": "d5bd6aa3b64a4e6f8aaaa0f40f3a0138", "name": "projectName-5"}]} 2020-07-27 06:27:22,003 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,008 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,011 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "2f77b2bf12304dba8da90808a4e5260b", "id": "62f6f4a2a6974da3a87494d852817ed0", "name": "groupname-6"}]} 2020-07-27 06:27:22,025 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?group.id=62f6f4a2a6974da3a87494d852817ed0&scope.project.id=d5bd6aa3b64a4e6f8aaaa0f40f3a0138&role.id=c6bcd1701a984e1cb416429a9e10921b" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,031 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,034 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:22,037 openstack Assignment does not exist {17} openstack.tests.unit.clustering.v1.test_profile.TestProfileValidate.test_basic [0.019669s] ... ok {8} openstack.tests.unit.image.v2.test_image.TestImage.test_basic [0.023601s] ... ok {26} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_users [0.019694s] ... ok {10} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_resize_cluster_with_obj [0.021866s] ... ok {30} openstack.tests.unit.cloud.test_stack.TestStack.test_list_stacks [0.089108s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,785 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,790 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,793 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,797 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,803 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,823 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,828 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,844 keystoneauth.session RESP BODY: {"stacks": [{"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}, {"description": null, "parent": null, "tags": null, "stack_name": "name-6", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-5", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}]} {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_get [0.020502s] ... ok {0} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_30 [0.023648s] ... ok {12} openstack.tests.unit.identity.v3.test_service.TestService.test_make_it [0.020907s] ... ok {13} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_delete [0.019161s] ... ok {24} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instances [0.017850s] ... ok {28} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_update [0.019830s] ... ok {22} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_group_create [0.019876s] ... ok {4} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_iteration [0.058615s] ... ok {7} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_group_get [0.012921s] ... ok {6} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_groups [0.013447s] ... ok {23} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_single_default_interface [0.116611s] ... ok {9} openstack.tests.unit.compute.v2.test_server.TestServer.test_suspend [0.023839s] ... ok {20} openstack.tests.unit.cloud.test_server_console.TestServerConsole.test_get_server_console_name_or_id [0.104316s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,797 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,803 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,806 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,810 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,817 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,834 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,840 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,843 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "70a98493-febd-4c7f-b261-83c84750b1a9", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:21,859 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/70a98493-febd-4c7f-b261-83c84750b1a9/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-getConsoleOutput": {"length": null}}' 2020-07-27 06:27:21,865 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,868 keystoneauth.session RESP BODY: {"output": "output-3"} {14} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_get [0.023033s] ... ok {27} openstack.tests.unit.config.test_config.TestConfig.test_get_region_region_set [0.111091s] ... ok {1} openstack.tests.unit.database.v1.test_instance.TestInstance.test_basic [0.019992s] ... ok {11} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_delete_metadata_error [0.023025s] ... ok {5} openstack.tests.unit.cloud.test_stack.TestStack.test_delete_stack [0.124777s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,024 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,030 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,033 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,038 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,045 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,052 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3?resolve_outputs=False -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,059 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2?resolve_outputs=False 2020-07-27 06:27:22,078 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,083 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2020-07-27 06:27:22,090 keystoneauth.session REQ: curl -g -i -X DELETE https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,096 keystoneauth.session RESP: [200] content-type: application/json {29} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_group_domain [0.400843s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,649 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,654 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,657 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,665 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,674 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,716 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,721 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,724 keystoneauth.session RESP BODY: {"roles": [{"name": "15e8dde521a7469bbd138c992938b867", "id": "2cbcfb1c511d4cb8b15466f1548af58a"}]} 2020-07-27 06:27:21,735 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,741 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,744 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "189b6f8cf24d4ff7a0f8b9a3700992d8", "name": "domainName-2"}} 2020-07-27 06:27:21,751 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,756 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,759 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "189b6f8cf24d4ff7a0f8b9a3700992d8", "id": "aad9c838f95a4427ab8b88493cc9fa51", "name": "groupname-6"}]} 2020-07-27 06:27:21,773 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=189b6f8cf24d4ff7a0f8b9a3700992d8&role.id=2cbcfb1c511d4cb8b15466f1548af58a&group.id=aad9c838f95a4427ab8b88493cc9fa51" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,779 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,782 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,785 openstack Assignment does not exist 2020-07-27 06:27:21,794 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,799 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,802 keystoneauth.session RESP BODY: {"roles": [{"name": "15e8dde521a7469bbd138c992938b867", "id": "2cbcfb1c511d4cb8b15466f1548af58a"}]} 2020-07-27 06:27:21,813 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,819 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,822 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "189b6f8cf24d4ff7a0f8b9a3700992d8", "name": "domainName-2"}} 2020-07-27 06:27:21,829 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,835 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,838 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "189b6f8cf24d4ff7a0f8b9a3700992d8", "id": "aad9c838f95a4427ab8b88493cc9fa51", "name": "groupname-6"}]} 2020-07-27 06:27:21,852 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=189b6f8cf24d4ff7a0f8b9a3700992d8&role.id=2cbcfb1c511d4cb8b15466f1548af58a&group.id=aad9c838f95a4427ab8b88493cc9fa51" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,858 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,862 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,865 openstack Assignment does not exist 2020-07-27 06:27:21,874 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,880 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,883 keystoneauth.session RESP BODY: {"roles": [{"name": "15e8dde521a7469bbd138c992938b867", "id": "2cbcfb1c511d4cb8b15466f1548af58a"}]} 2020-07-27 06:27:21,894 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/189b6f8cf24d4ff7a0f8b9a3700992d8 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,899 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,903 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "189b6f8cf24d4ff7a0f8b9a3700992d8", "name": "domainName-2"}} 2020-07-27 06:27:21,910 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,916 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,919 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "189b6f8cf24d4ff7a0f8b9a3700992d8", "id": "aad9c838f95a4427ab8b88493cc9fa51", "name": "groupname-6"}]} 2020-07-27 06:27:21,932 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=189b6f8cf24d4ff7a0f8b9a3700992d8&role.id=2cbcfb1c511d4cb8b15466f1548af58a&group.id=aad9c838f95a4427ab8b88493cc9fa51" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,938 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,941 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:21,944 openstack Assignment does not exist 2020-07-27 06:27:21,954 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,960 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,963 keystoneauth.session RESP BODY: {"roles": [{"name": "15e8dde521a7469bbd138c992938b867", "id": "2cbcfb1c511d4cb8b15466f1548af58a"}]} 2020-07-27 06:27:21,973 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/189b6f8cf24d4ff7a0f8b9a3700992d8 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,979 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,982 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "189b6f8cf24d4ff7a0f8b9a3700992d8", "name": "domainName-2"}} 2020-07-27 06:27:21,991 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,996 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,999 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "189b6f8cf24d4ff7a0f8b9a3700992d8", "id": "aad9c838f95a4427ab8b88493cc9fa51", "name": "groupname-6"}]} 2020-07-27 06:27:22,012 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?scope.domain.id=189b6f8cf24d4ff7a0f8b9a3700992d8&role.id=2cbcfb1c511d4cb8b15466f1548af58a&group.id=aad9c838f95a4427ab8b88493cc9fa51" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,018 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,021 keystoneauth.session RESP BODY: {"role_assignments": []} 2020-07-27 06:27:22,024 openstack Assignment does not exist {17} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_delete_ignore [0.019649s] ... ok {22} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_interface_delete_ignore [0.019204s] ... ok {18} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_both_user_and_group [0.157803s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,976 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,982 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,985 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,989 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,995 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,035 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,054 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,057 keystoneauth.session RESP BODY: {"roles": [{"name": "06521e6e9c73476da4a9eed2b0a0b8f4", "id": "8af0587c9ef040d2a609cf85fd7b0fa8"}]} 2020-07-27 06:27:22,068 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,073 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,076 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "697158f849a846ed88755678939d584b", "domain_id": "c40ecae265cc468e869ad43b82e922d6", "name": "username-3"}]} 2020-07-27 06:27:22,083 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,089 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,105 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "c40ecae265cc468e869ad43b82e922d6", "id": "a0ff28c323064e148ca270d5428f8fd3", "name": "groupname-6"}]} {8} openstack.tests.unit.image.v2.test_task.TestTask.test_make_it [0.020740s] ... ok {19} openstack.tests.unit.cloud.test_shade.TestShade.test_list_server_private_ip [0.144016s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,749 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,755 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,758 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,762 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,769 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,798 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,804 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,808 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:a3:07", "version": 4, "addr": "10.4.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:a3:07", "version": 4, "addr": "89.40.216.229", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://example.com/images/95e4c4", "rel": "self"}, {"href": "http://example.com/images/95e4c4", "rel": "bookmark"}], "image": {"id": "95e4c449-8abf-486e-97d9-dc3f82417d2d", "links": [{"href": "http://example.com/images/95e4c4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-03-01T02:44:50.000000", "flavor": {"id": "3bd99062-2fe8-4eac-93f0-9200cc0f97ae", "links": [{"href": "http://example.com/flavors/95e4c4", "rel": "bookmark"}]}, "id": "97fe35e9-756a-41a2-960a-1d057d2c9ee4", "security_groups": [{"name": "default"}], "user_id": "c17534835f8f42bf98fc367e0bf35e09", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2018-03-01T02:44:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mttest", "created": "2018-03-01T02:44:46Z", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "os-extended-volumes:volumes_attached": [], "config_drive": ""}]} 2020-07-27 06:27:21,845 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,851 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,854 keystoneauth.session RESP BODY: {"networks": [{"status": "ACTIVE", "router:external": true, "availability_zone_hints": [], "availability_zones": ["nova"], "ipv4_address_scope": null, "description": null, "subnets": ["df3e17fa-a4b2-47ae-9015-bc93eb076ba2", "6b0c3dc9-b0b8-4d87-976a-7f2ebf13e7ec", "fc541f48-fc7f-48c0-a063-18de6ee7bdd7"], "port_security_enabled": true, "tenant_id": "a564613210ee43708b8a7fc6274ebd63", "tags": [], "ipv6_address_scope": "9f03124f-89af-483a-b6fd-10f08079db4d", "mtu": 1550, "is_default": false, "revision_number": 0, "admin_state_up": true, "shared": false, "project_id": "a564613210ee43708b8a7fc6274ebd63", "id": "0232c17f-2096-49bc-b205-d3dcd9a30ebf", "name": "ext-net"}, {"status": "ACTIVE", "router:external": false, "availability_zone_hints": [], "availability_zones": ["nova"], "ipv4_address_scope": null, "description": "", "subnets": ["f0ad1df5-53ee-473f-b86b-3604ea5591e9"], "port_security_enabled": true, "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26Z", "tags": [], "ipv6_address_scope": null, "updated_at": "2016-10-22T13:46:26Z", "project_id": "65222a4d09ea4c68934fa1028c77f394", "revision_number": 0, "admin_state_up": true, "shared": false, "mtu": 1500, "id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "name": "private"}]} 2020-07-27 06:27:21,859 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,865 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,868 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": true, "tags": [], "network_id": "827c6bb6-492f-4168-9577-f3a131eb29e8", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2017-06-12T13:23:57Z", "dns_nameservers": [], "updated_at": "2017-06-12T13:23:57Z", "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.24.4.2", "end": "10.24.4.254"}], "gateway_ip": "10.24.4.1", "revision_number": 0, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.24.4.0/24", "project_id": "65222a4d09ea4c68934fa1028c77f394", "id": "3f0642d9-4644-4dff-af25-bcf64f739698", "subnetpool_id": null, "name": "foo_subnet"}, {"service_types": [], "description": "", "enable_dhcp": true, "tags": [], "network_id": "2c9adcb5-c123-4c5a-a2ba-1ad4c4e1481f", "tenant_id": "65222a4d09ea4c68934fa1028c77f394", "created_at": "2016-10-22T13:46:26Z", "dns_nameservers": ["89.36.90.101", "89.36.90.102"], "updated_at": "2016-10-22T13:46:26Z", "ipv6_ra_mode": null, "allocation_pools": [{"start": "10.4.0.2", "end": "10.4.0.200"}], "gateway_ip": "10.4.0.1", "revision_number": 0, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "10.4.0.0/24", "project_id": "65222a4d09ea4c68934fa1028c77f394", "id": "f0ad1df5-53ee-473f-b86b-3604ea5591e9", "subnetpool_id": null, "name": "private-subnet-ipv4"}]} {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_hosting_dhcp_agents [0.022796s] ... ok {0} openstack.tests.unit.compute.v2.test_server.TestServer.test_shelve [0.023849s] ... ok {12} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_get [0.019101s] ... ok {31} openstack.tests.unit.identity.v3.test_registered_limit.TestRegistered_limit.test_make_it [0.017606s] ... ok {13} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_update [0.019833s] ... ok {24} openstack.tests.unit.identity.test_version.TestVersion.test_basic [0.011161s] ... ok {20} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_create_subnet_bad_ip_version [0.086720s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,895 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,901 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,904 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,909 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,915 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,947 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,953 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,956 keystoneauth.session RESP BODY: {"networks": [{"id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "name": "network_name"}]} {28} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trust_find [0.020997s] ... ok {4} openstack.tests.unit.config.test_config.TestConfig.test_force_ipv4_false [0.062259s] ... ok {7} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_ips_with_network_label [0.013215s] ... ok {26} openstack.tests.unit.identity.v3.test_endpoint.TestEndpoint.test_basic [0.019637s] ... ok {23} openstack.tests.unit.config.test_config.TestConfig.test_force_ipv4_true [0.114489s] ... ok {6} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_servers_not_detailed [0.012339s] ... ok {30} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_update_subnet_gateway_ip [0.122141s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,898 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,903 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,906 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,910 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,916 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,947 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,953 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,956 keystoneauth.session RESP BODY: {"subnets": [{"service_types": [], "description": "", "enable_dhcp": false, "tags": [], "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "gateway_ip": "192.168.199.1", "revision_number": 2, "ipv6_address_mode": null, "ip_version": 4, "host_routes": [], "cidr": "192.168.199.0/24", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "name": "subnet_name"}]} 2020-07-27 06:27:21,961 keystoneauth.session REQ: curl -g -i -X PUT https://network.example.com/v2.0/subnets/1f1696eb-7f47-47f6-835c-4889bff88604.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"subnet": {"gateway_ip": "192.168.199.3"}}' 2020-07-27 06:27:21,966 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,969 keystoneauth.session RESP BODY: {"subnet": {"description": "", "tags": [], "ipv6_ra_mode": null, "allocation_pools": [{"start": "192.168.199.2", "end": "192.168.199.254"}], "host_routes": [], "revision_number": 2, "ipv6_address_mode": null, "cidr": "192.168.199.0/24", "id": "1f1696eb-7f47-47f6-835c-4889bff88604", "subnetpool_id": null, "service_types": [], "name": "subnet_name", "enable_dhcp": false, "network_id": "881d1bb7-a663-44c0-8f9f-ee2765b74486", "created_at": "2017-04-24T20:22:23Z", "dns_nameservers": [], "gateway_ip": "192.168.199.3", "ip_version": 4, "project_id": "861808a93da0484ea1767967c4df8a23"}} {9} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_no_override [0.060294s] ... ok {27} openstack.tests.unit.config.test_config.TestConfigArgparse.test_argparse_underscores_duplicate [0.062131s] ... ok {14} openstack.tests.unit.compute.v2.test_service.TestService.test_disable_with_reason [0.046143s] ... ok {10} openstack.tests.unit.clustering.v1.test_receiver.TestReceiver.test_basic [0.023640s] ... ok {1} openstack.tests.unit.identity.test_version.TestVersion.test_list [0.023289s] ... ok {11} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_hypervisors_detailed [0.019226s] ... ok {8} openstack.tests.unit.key_manager.v1.test_order.TestOrder.test_basic [0.020040s] ... ok {12} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_notification_create [0.020893s] ... ok {15} openstack.tests.unit.cloud.test_volume.TestVolume.test_list_volumes_with_pagination [0.100076s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,015 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,020 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,024 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,027 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,034 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,055 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,061 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,064 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2020-07-27 06:27:22,068 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,074 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,077 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=02", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol2", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "02", "metadata": {}}]} 2020-07-27 06:27:22,081 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=02 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,087 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,090 keystoneauth.session RESP BODY: {"volumes": []} {17} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_find [0.020454s] ... ok {22} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_wait_for [0.026117s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_delete_ignore [0.022627s] ... ok {0} openstack.tests.unit.compute.v2.test_server_interface.TestServerInterface.test_basic [0.020314s] ... ok {13} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_users [0.019296s] ... ok {31} openstack.tests.unit.identity.v3.test_role.TestRole.test_make_it [0.016993s] ... ok {24} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_create_attrs [0.012110s] ... ok {9} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_dash_kwargs [0.119768s] ... ok {4} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_password [0.095593s] ... ok {7} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_rescue_with_options [0.016033s] ... ok {23} openstack.tests.unit.config.test_config.TestConfig.test_get_region_no_region_default [0.113706s] ... ok {6} openstack.tests.unit.config.test_config.TestConfig.test_get_cloud_names [0.080255s] ... ok {30} openstack.tests.unit.cloud.test_users.TestUsers.test_delete_user [0.110781s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,995 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,003 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,008 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,013 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,020 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,043 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,049 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,052 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "aa7daf58c23d409b920141da2ddbf372", "domain_id": "187ba6970d564d8297e80d1bf2825b88", "name": "username-2"}], "links": {"self": "https://identity.example.com/v3/users", "next": null, "previous": null}} 2020-07-27 06:27:22,060 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users/aa7daf58c23d409b920141da2ddbf372 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,065 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,068 keystoneauth.session RESP BODY: {"user": {"description": null, "enabled": true, "email": null, "id": "aa7daf58c23d409b920141da2ddbf372", "domain_id": "187ba6970d564d8297e80d1bf2825b88", "name": "username-2"}} 2020-07-27 06:27:22,075 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/users/aa7daf58c23d409b920141da2ddbf372 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,081 keystoneauth.session RESP: [204] content-type: application/json {26} openstack.tests.unit.identity.v3.test_limit.TestLimit.test_make_it [0.020638s] ... ok {25} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_grant_role_user_v2 [0.246585s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,926 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,931 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,934 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,938 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:21,978 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:21,984 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,987 keystoneauth.session RESP BODY: {"roles": [{"name": "e4e73a337c4a4001b2f07ea28ae192b3", "id": "97563b5e1c7d460b9177ac80be75d1d6"}]} 2020-07-27 06:27:21,996 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,001 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,004 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "ff92a1428cc44bf089ce7d88db14d9fd", "domain_id": "25f2b7a97d2947acac6d6fce53d708ab", "name": "username-3"}]} 2020-07-27 06:27:22,016 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,021 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,024 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "0dbe68bb7bf54f47aeaa4206634d221d", "name": "projectName-5"}]} 2020-07-27 06:27:22,036 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/0dbe68bb7bf54f47aeaa4206634d221d/users/ff92a1428cc44bf089ce7d88db14d9fd/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,042 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,045 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:22,053 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/0dbe68bb7bf54f47aeaa4206634d221d/users/ff92a1428cc44bf089ce7d88db14d9fd/roles/OS-KSADM/97563b5e1c7d460b9177ac80be75d1d6 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,058 keystoneauth.session RESP: [201] content-type: application/json 2020-07-27 06:27:22,067 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,072 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,075 keystoneauth.session RESP BODY: {"roles": [{"name": "e4e73a337c4a4001b2f07ea28ae192b3", "id": "97563b5e1c7d460b9177ac80be75d1d6"}]} 2020-07-27 06:27:22,084 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,089 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,092 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "ff92a1428cc44bf089ce7d88db14d9fd", "domain_id": "25f2b7a97d2947acac6d6fce53d708ab", "name": "username-3"}]} 2020-07-27 06:27:22,104 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,109 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,112 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "0dbe68bb7bf54f47aeaa4206634d221d", "name": "projectName-5"}]} 2020-07-27 06:27:22,123 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/0dbe68bb7bf54f47aeaa4206634d221d/users/ff92a1428cc44bf089ce7d88db14d9fd/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,129 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,132 keystoneauth.session RESP BODY: {"roles": []} 2020-07-27 06:27:22,140 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v2.0/tenants/0dbe68bb7bf54f47aeaa4206634d221d/users/ff92a1428cc44bf089ce7d88db14d9fd/roles/OS-KSADM/97563b5e1c7d460b9177ac80be75d1d6 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,145 keystoneauth.session RESP: [201] content-type: application/json {19} openstack.tests.unit.cloud.test_shade.TestShade.test_list_servers_filters [0.093613s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,895 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,901 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,904 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,909 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,915 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,941 keystoneauth.session REQ: curl -g -i -X GET "https://compute.example.com/v2.1/servers/detail?deleted=True&changes-since=2014-12-03T00%3A00%3A00Z" -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,947 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,964 keystoneauth.session RESP BODY: {"servers": []} {27} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_get [0.019701s] ... ok {14} openstack.tests.unit.config.test_config.TestConfig.test_get_one_no_networks [0.125629s] ... ok {20} openstack.tests.unit.cloud.test_users.TestUsers.test_add_user_to_group [0.111234s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,985 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,990 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,994 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,998 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,005 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,029 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,035 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,038 keystoneauth.session RESP BODY: {"users": [{"email": null, "description": null, "enabled": true, "name": "username-2", "id": "54ab31c2d171478cb2ef13ca895dae95"}], "links": {"self": "https://identity.example.com/v3/users", "next": null, "previous": null}} 2020-07-27 06:27:22,047 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,053 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,056 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "844b65412c5e48bf9cffca11c267c8fc", "id": "d25c96c7964e4c0d9acb1171a8f1bf20", "name": "groupname-4"}]} 2020-07-27 06:27:22,064 keystoneauth.session REQ: curl -g -i -X PUT https://identity.example.com/v3/groups/d25c96c7964e4c0d9acb1171a8f1bf20/users/54ab31c2d171478cb2ef13ca895dae95 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,070 keystoneauth.session RESP: [200] content-type: application/json {1} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenants [0.020002s] ... ok {10} openstack.tests.unit.compute.test_version.TestVersion.test_basic [0.020072s] ... ok {11} openstack.tests.unit.compute.v2.test_server_ip.TestServerIP.test_list_network_label [0.022282s] ... ok {17} openstack.tests.unit.compute.v2.test_availability_zone.TestAvailabilityZone.test_basic_detail [0.019751s] ... ok {28} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_upload_attrs [0.020475s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/image/v1/_proxy.py:36: UserWarning: upload_image is deprecated. Use create_image instead. warnings.warn("upload_image is deprecated. Use create_image instead.") {8} openstack.tests.unit.key_manager.v1.test_secret.TestSecret.test_get_no_payload [0.020558s] ... ok {14} openstack.tests.unit.config.test_config.TestConfigArgparse.test_fix_env_args [0.111632s] ... ok {22} openstack.tests.unit.compute.v2.test_server.TestServer.test_rebuild_minimal [0.023275s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_update [0.019738s] ... ok {13} openstack.tests.unit.identity.v3.test_registered_limit.TestRegistered_limit.test_basic [0.025586s] ... ok {12} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secrets [0.019247s] ... ok {0} openstack.tests.unit.compute.v2.test_server_ip.TestServerIP.test_make_it [0.020138s] ... ok {9} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_no_yaml [0.061355s] ... ok {31} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_segments [0.016418s] ... ok {19} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_delete_subnet_multiple_found [0.153501s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,003 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,009 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,012 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,017 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,039 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,095 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,101 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,118 keystoneauth.session RESP BODY: {"subnets": [{"name": "subnet_name", "id": "123"}, {"name": "subnet_name", "id": "456"}]} {4} openstack.tests.unit.database.v1.test_database.TestDatabase.test_basic [0.020382s] ... ok {1} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_get [0.019071s] ... ok {7} openstack.tests.unit.compute.v2.test_server_diagnostics.TestServerInterface.test_make_it [0.014097s] ... ok {26} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_update [0.019254s] ... ok {6} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_just_argparse [0.071236s] ... ok {23} openstack.tests.unit.config.test_config.TestConfig.test_set_one_cloud_creates_file [0.057438s] ... ok {27} openstack.tests.unit.identity.v3.test_group.TestGroup.test_make_it [0.020843s] ... ok {24} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_get [0.013898s] ... ok {20} openstack.tests.unit.clustering.v1.test_node.TestNode.test_basic [0.020416s] ... ok {10} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavor_delete_ignore [0.020141s] ... ok {30} openstack.tests.unit.cloud.test_volume.TestVolume.test_create_bootable_volume [0.108019s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,109 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,114 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,118 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,122 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,130 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,151 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volume": {"name": "vol1", "size": 50}}' 2020-07-27 06:27:22,157 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,160 keystoneauth.session RESP BODY: {"volume": {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}} 2020-07-27 06:27:22,168 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,173 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,177 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2020-07-27 06:27:22,184 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/01/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-set_bootable": {"bootable": true}}' 2020-07-27 06:27:22,190 keystoneauth.session RESP: [200] content-type: application/json {15} openstack.tests.unit.cloud.test_zone.TestZone.test_delete_zone [0.101695s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,116 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,121 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,125 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,129 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,135 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,152 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,158 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,161 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:22,168 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,174 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,177 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} 2020-07-27 06:27:22,184 keystoneauth.session REQ: curl -g -i -X DELETE https://dns.example.com/v2/zones/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,190 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,194 keystoneauth.session RESP BODY: {"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."} {28} openstack.tests.unit.image.v2.test_image.TestImage.test_download_no_checksum_at_all2 [0.032543s] ... ok {17} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_revert_resize [0.022538s] ... ok {29} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project_v2_wait [0.170082s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,055 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,061 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,064 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,068 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens 2020-07-27 06:27:22,097 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/OS-KSADM/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,103 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,106 keystoneauth.session RESP BODY: {"roles": [{"name": "9d30c224b6f542909a73669c51c6b44c", "id": "c5bfb923a22d4e319a31f777e2a1feb9"}]} 2020-07-27 06:27:22,116 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,121 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,124 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "07d2d1b6e98e429bb8bf9484cec54e45", "domain_id": "f53962a454fe405f9ad1dfb3f708babf", "name": "username-3"}]} 2020-07-27 06:27:22,136 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,142 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,145 keystoneauth.session RESP BODY: {"tenants": [{"enabled": true, "id": "937eadae3eb14dce8572948fd50bc382", "name": "projectName-5"}]} 2020-07-27 06:27:22,157 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/937eadae3eb14dce8572948fd50bc382/users/07d2d1b6e98e429bb8bf9484cec54e45/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,162 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,165 keystoneauth.session RESP BODY: {"roles": [{"name": "9d30c224b6f542909a73669c51c6b44c", "id": "c5bfb923a22d4e319a31f777e2a1feb9"}]} 2020-07-27 06:27:22,174 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v2.0/tenants/937eadae3eb14dce8572948fd50bc382/users/07d2d1b6e98e429bb8bf9484cec54e45/roles/OS-KSADM/c5bfb923a22d4e319a31f777e2a1feb9 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,180 keystoneauth.session RESP: [204] content-type: application/json 2020-07-27 06:27:22,188 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v2.0/tenants/937eadae3eb14dce8572948fd50bc382/users/07d2d1b6e98e429bb8bf9484cec54e45/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}0c07e1635555cdc24f46397face5c4361dd4130496d034a8d6f9ce0999abc48b" 2020-07-27 06:27:22,194 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,197 keystoneauth.session RESP BODY: {"roles": []} {6} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_no_argparse [0.175518s] ... ok {12} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitor_get [0.019643s] ... ok {31} openstack.tests.unit.key_manager.v1.test_container.TestContainer.test_make_it [0.016328s] ... ok {13} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_remove_tag [0.023470s] ... ok {22} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_backwards_network_fail [0.111973s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_delete_ignore [0.022748s] ... ok {8} openstack.tests.unit.load_balancer.test_version.TestVersion.test_make_it [0.019766s] ... ok {11} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_session [0.073430s] ... ok {0} openstack.tests.unit.compute.v2.test_service.TestService.test_force_down [0.020636s] ... ok {24} openstack.tests.unit.identity.v3.test_role_project_user_assignment.TestRoleProjectUserAssignment.test_make_it [0.014855s] ... ok {17} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_stop [0.022899s] ... ok {14} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_bad_region [0.114773s] ... ok {26} openstack.tests.unit.identity.v3.test_role_project_group_assignment.TestRoleProjectGroupAssignment.test_basic [0.019557s] ... ok {1} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_create_attrs [0.015371s] ... ok {16} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_domain_exists [0.471617s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,737 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,742 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,745 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,749 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,754 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,832 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,837 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,840 keystoneauth.session RESP BODY: {"roles": [{"name": "6248e05266814d2a9550b0667db329f1", "id": "2188ede5cc5b421c90ce29b0a1ef776d"}]} 2020-07-27 06:27:21,850 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,856 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,858 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "97a83224316d47da9901b0678d1804ea", "name": "domainName-2"}} 2020-07-27 06:27:21,865 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=97a83224316d47da9901b0678d1804ea" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,870 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,873 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "7b03b03682134c17ad7c49461beb6152", "domain_id": "97a83224316d47da9901b0678d1804ea", "name": "username-3"}]} 2020-07-27 06:27:21,887 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=2188ede5cc5b421c90ce29b0a1ef776d&user.id=7b03b03682134c17ad7c49461beb6152&scope.domain.id=97a83224316d47da9901b0678d1804ea" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,892 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,895 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "97a83224316d47da9901b0678d1804ea"}}, "role": {"id": "2188ede5cc5b421c90ce29b0a1ef776d"}, "user": {"id": "7b03b03682134c17ad7c49461beb6152"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/97a83224316d47da9901b0678d1804ea/users/7b03b03682134c17ad7c49461beb6152/roles/2188ede5cc5b421c90ce29b0a1ef776d"}}]} 2020-07-27 06:27:21,905 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/97a83224316d47da9901b0678d1804ea/users/7b03b03682134c17ad7c49461beb6152/roles/2188ede5cc5b421c90ce29b0a1ef776d -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,910 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,920 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,925 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,928 keystoneauth.session RESP BODY: {"roles": [{"name": "6248e05266814d2a9550b0667db329f1", "id": "2188ede5cc5b421c90ce29b0a1ef776d"}]} 2020-07-27 06:27:21,937 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/domainName-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,942 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,945 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "97a83224316d47da9901b0678d1804ea", "name": "domainName-2"}} 2020-07-27 06:27:21,952 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=97a83224316d47da9901b0678d1804ea" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,958 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,960 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "7b03b03682134c17ad7c49461beb6152", "domain_id": "97a83224316d47da9901b0678d1804ea", "name": "username-3"}]} 2020-07-27 06:27:21,974 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=2188ede5cc5b421c90ce29b0a1ef776d&user.id=7b03b03682134c17ad7c49461beb6152&scope.domain.id=97a83224316d47da9901b0678d1804ea" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,980 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,983 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "97a83224316d47da9901b0678d1804ea"}}, "role": {"id": "2188ede5cc5b421c90ce29b0a1ef776d"}, "user": {"id": "7b03b03682134c17ad7c49461beb6152"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/97a83224316d47da9901b0678d1804ea/users/7b03b03682134c17ad7c49461beb6152/roles/2188ede5cc5b421c90ce29b0a1ef776d"}}]} 2020-07-27 06:27:21,993 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/97a83224316d47da9901b0678d1804ea/users/7b03b03682134c17ad7c49461beb6152/roles/2188ede5cc5b421c90ce29b0a1ef776d -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,998 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,008 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,013 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,016 keystoneauth.session RESP BODY: {"roles": [{"name": "6248e05266814d2a9550b0667db329f1", "id": "2188ede5cc5b421c90ce29b0a1ef776d"}]} 2020-07-27 06:27:22,026 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/97a83224316d47da9901b0678d1804ea -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,032 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,035 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "97a83224316d47da9901b0678d1804ea", "name": "domainName-2"}} 2020-07-27 06:27:22,042 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=97a83224316d47da9901b0678d1804ea" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,047 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,050 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "7b03b03682134c17ad7c49461beb6152", "domain_id": "97a83224316d47da9901b0678d1804ea", "name": "username-3"}]} 2020-07-27 06:27:22,063 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=2188ede5cc5b421c90ce29b0a1ef776d&user.id=7b03b03682134c17ad7c49461beb6152&scope.domain.id=97a83224316d47da9901b0678d1804ea" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,069 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,072 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "97a83224316d47da9901b0678d1804ea"}}, "role": {"id": "2188ede5cc5b421c90ce29b0a1ef776d"}, "user": {"id": "7b03b03682134c17ad7c49461beb6152"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/97a83224316d47da9901b0678d1804ea/users/7b03b03682134c17ad7c49461beb6152/roles/2188ede5cc5b421c90ce29b0a1ef776d"}}]} 2020-07-27 06:27:22,081 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/97a83224316d47da9901b0678d1804ea/users/7b03b03682134c17ad7c49461beb6152/roles/2188ede5cc5b421c90ce29b0a1ef776d -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,087 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,096 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,102 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,104 keystoneauth.session RESP BODY: {"roles": [{"name": "6248e05266814d2a9550b0667db329f1", "id": "2188ede5cc5b421c90ce29b0a1ef776d"}]} 2020-07-27 06:27:22,114 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/domains/97a83224316d47da9901b0678d1804ea -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,120 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,123 keystoneauth.session RESP BODY: {"domain": {"enabled": true, "id": "97a83224316d47da9901b0678d1804ea", "name": "domainName-2"}} 2020-07-27 06:27:22,130 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/users?domain_id=97a83224316d47da9901b0678d1804ea" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,136 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,138 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "7b03b03682134c17ad7c49461beb6152", "domain_id": "97a83224316d47da9901b0678d1804ea", "name": "username-3"}]} 2020-07-27 06:27:22,155 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?role.id=2188ede5cc5b421c90ce29b0a1ef776d&user.id=7b03b03682134c17ad7c49461beb6152&scope.domain.id=97a83224316d47da9901b0678d1804ea" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,163 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,166 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"domain": {"id": "97a83224316d47da9901b0678d1804ea"}}, "role": {"id": "2188ede5cc5b421c90ce29b0a1ef776d"}, "user": {"id": "7b03b03682134c17ad7c49461beb6152"}, "links": {"assignment": "https://identity.example.com/identity/v3/domains/97a83224316d47da9901b0678d1804ea/users/7b03b03682134c17ad7c49461beb6152/roles/2188ede5cc5b421c90ce29b0a1ef776d"}}]} 2020-07-27 06:27:22,176 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/domains/97a83224316d47da9901b0678d1804ea/users/7b03b03682134c17ad7c49461beb6152/roles/2188ede5cc5b421c90ce29b0a1ef776d -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,181 keystoneauth.session RESP: [200] content-type: application/json {23} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_no_yaml_no_cloud [0.055379s] ... ok {9} openstack.tests.unit.config.test_from_session.TestFromSession.test_from_session(with_region) [0.111045s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,623 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,631 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,635 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,640 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,647 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:21,675 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:21,682 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,686 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "6be18fca-e2b7-4fe7-81be-8fca06e6d42b", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {15} openstack.tests.unit.clustering.v1.test_event.TestEvent.test_basic [0.020268s] ... ok {20} openstack.tests.unit.clustering.v1.test_node.TestNode.test_operation [0.022608s] ... ok {7} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_session_with_timing [0.040221s] ... ok {21} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_add_bad_security_group_to_server_nova [0.103438s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,070 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,076 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,079 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,083 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,090 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,105 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,111 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,114 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "server-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:22,129 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,135 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,138 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2020-07-27 06:27:22,143 openstack Security group None not found for adding {10} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_confirm_resize [0.023743s] ... ok {6} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_bad_plugin [0.096429s] ... ok {28} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_update [0.046382s] ... ok {4} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_user_delete_ignore [0.022075s] ... ok {23} openstack.tests.unit.identity.v3.test_credential.TestCredential.test_basic [0.019403s] ... ok {0} openstack.tests.unit.config.test_config.TestConfig.test_get_region_invalid_keys [0.067764s] ... ok {20} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_update [0.020334s] ... ok {31} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitor_create [0.015019s] ... ok {26} openstack.tests.unit.image.v2.test_image.TestImage.test_download_no_checksum_header [0.041068s] ... ok {13} openstack.tests.unit.key_manager.v1.test_container.TestContainer.test_basic [0.161754s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profiles [0.019568s] ... ok {22} openstack.tests.unit.config.test_config.TestConfig.test_get_region_no_region [0.115597s] ... ok {10} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_backwards_network [0.122734s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: public and routes_externally: True key=key, name=cloud[key], external=external)) openstack/config/loader.py:552: UserWarning: internal_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: private and routes_externally: False key=key, name=cloud[key], external=external)) {24} openstack.tests.unit.image.v2.test_image.TestImage.test_download_checksum_mismatch [0.020891s] ... ok {3} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_no_argparse_region2 [0.113993s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {7} openstack.tests.unit.config.test_config.TestConfig.test_get_one_with_hyphenated_project_id [0.083205s] ... ok {14} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_network_service_type [0.120288s] ... ok {17} openstack.tests.unit.compute.v2.test_volume_attachment.TestServerInterface.test_basic [0.019488s] ... ok {27} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoints [0.020760s] ... ok {1} openstack.tests.unit.identity.v3.test_role_project_group_assignment.TestRoleProjectGroupAssignment.test_make_it [0.013846s] ... ok {22} openstack.tests.unit.config.test_config.TestConfig.test_no_environ [0.110843s] ... ok {12} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quota_get [0.101862s] ... ok {9} openstack.tests.unit.config.test_init.TestInit.test_get_cloud_region_with_arg_parser [0.065871s] ... ok {15} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_adopt [0.021706s] ... ok {6} openstack.tests.unit.config.test_environ.TestEnviron.test_config_file_override [0.084401s] ... ok {25} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_no_role [0.071298s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,170 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,176 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,178 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,182 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,188 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,209 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,214 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,217 keystoneauth.session RESP BODY: {"roles": []} {28} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_reactivate_image [0.023465s] ... ok {4} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_roles [0.020289s] ... ok {30} openstack.tests.unit.cloud.test_volume.TestVolume.test_detach_volume_exception [0.074854s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,216 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,221 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,224 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,229 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,235 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,260 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/server001/os-volume_attachments/volume001 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,266 keystoneauth.session RESP: [404] content-type: application/json {21} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_create_security_group_rule_neutron_specific_tenant [0.100670s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,166 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,171 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,175 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,179 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,185 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,219 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,225 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,228 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2020-07-27 06:27:22,233 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/security-group-rules.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"security_group_rule": {"remote_group_id": "456", "direction": "egress", "tenant_id": "861808a93da0484ea1767967c4df8a23", "port_range_min": null, "remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "port_range_max": 40000, "ethertype": "IPv6", "security_group_id": "1"}}' 2020-07-27 06:27:22,239 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,243 keystoneauth.session RESP BODY: {"security_group_rule": {"remote_group_id": "456", "direction": "egress", "remote_ip_prefix": "0.0.0.0/0", "protocol": "tcp", "ethertype": "IPv6", "port_range_max": 40000, "security_group_id": "1", "port_range_min": null, "tenant_id": "861808a93da0484ea1767967c4df8a23", "project_id": "861808a93da0484ea1767967c4df8a23", "id": "1234"}} {8} openstack.tests.unit.message.v2.test_claim.TestClaim.test_delete_client_id_project_id_exist [0.021423s] ... ok {11} openstack.tests.unit.config.test_config.TestConfig.test_get_one_with_config_files [0.125454s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:493: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) {23} openstack.tests.unit.identity.v3.test_credential.TestCredential.test_make_it [0.019462s] ... ok {20} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_delete_metadata [0.022352s] ... ok {0} openstack.tests.unit.config.test_config.TestConfig.test_get_region_no_cloud [0.116251s] ... ok {24} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_host_create [0.017431s] ... ok {13} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_delete_ignore [0.019467s] ... ok {26} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_task_schema_get [0.019904s] ... ok {2} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_delete_ignore [0.105273s] ... ok {10} openstack.tests.unit.config.test_config.TestConfig.test_get_one_with_hyphenated_kwargs [0.113525s] ... ok {29} openstack.tests.unit.cloud.test_router.TestRouter.test_delete_router_multiple_found [0.082486s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,222 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,227 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,230 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,235 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,241 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,271 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,277 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,280 keystoneauth.session RESP BODY: {"routers": [{"name": "mickey", "id": "123"}, {"name": "mickey", "id": "456"}]} {31} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policy_update [0.015013s] ... ok {3} openstack.tests.unit.identity.v2.test_extension.TestExtension.test_make_it [0.020226s] ... ok {17} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_inequality [0.055910s] ... ok {27} openstack.tests.unit.image.v2.test_schema.TestSchema.test_basic [0.019292s] ... ok {5} openstack.tests.unit.cloud.test_update_server.TestUpdateServer.test_update_server_name [0.180064s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,123 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,142 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,145 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,149 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,156 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,186 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,206 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,209 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "28aa2a07-f26e-47a0-b7e5-72e2900db36c", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:22,224 keystoneauth.session REQ: curl -g -i -X PUT https://compute.example.com/v2.1/servers/28aa2a07-f26e-47a0-b7e5-72e2900db36c -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"server": {"name": "name2-3"}}' 2020-07-27 06:27:22,230 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,234 keystoneauth.session RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "28aa2a07-f26e-47a0-b7e5-72e2900db36c", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name2-3", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}} 2020-07-27 06:27:22,267 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/networks.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,274 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,277 keystoneauth.session RESP BODY: {"networks": []} {10} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_cloud [0.115887s] ... ok {9} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_users [0.021741s] ... ok {12} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quota_update [0.018990s] ... ok {22} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_no_argparse_regions [0.113042s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: region1-network and routes_externally: True key=key, name=cloud[key], external=external)) {20} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavor_delete [0.020622s] ... ok {15} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_find [0.020143s] ... ok {4} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_create_attrs [0.020277s] ... ok {24} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_container_get [0.020568s] ... ok {6} openstack.tests.unit.config.test_environ.TestEnviron.test_environ_exists [0.099161s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:493: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) {14} openstack.tests.unit.config.test_environ.TestEnviron.test_no_fallthrough [0.110268s] ... ok {0} openstack.tests.unit.config.test_environ.TestEnviron.test_environ_prefix [0.129340s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:493: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) {28} openstack.tests.unit.key_manager.v1.test_secret.TestSecret.test_make_it [0.021578s] ... ok {1} openstack.tests.unit.image.v2.test_member.TestMember.test_basic [0.013513s] ... ok {8} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_message_post [0.022495s] ... ok {7} openstack.tests.unit.config.test_config.TestConfig.test_set_one_cloud_updates_cloud [0.157839s] ... ok {13} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profile_delete [0.019370s] ... ok {26} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_task_wait_for [0.020823s] ... ok {2} openstack.tests.unit.network.v2.test_qos_minimum_bandwidth_rule.TestQoSMinimumBandwidthRule.test_make_it [0.020053s] ... ok {23} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_find [0.019692s] ... ok {25} openstack.tests.unit.cloud.test_router.TestRouter.test_create_router_with_enable_snat_True [0.080442s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,242 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,247 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,250 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,254 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,261 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,291 keystoneauth.session REQ: curl -g -i -X POST https://network.example.com/v2.0/routers.json -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"router": {"external_gateway_info": {"enable_snat": true}, "name": "goofy", "admin_state_up": true}}' 2020-07-27 06:27:22,296 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,299 keystoneauth.session RESP BODY: {"router": {"status": "ACTIVE", "description": "", "ha": false, "id": "57076620-dcfb-42ed-8ad6-79ccb4a79ed2", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "name": "goofy", "admin_state_up": true, "tenant_id": "861808a93da0484ea1767967c4df8a23", "distributed": false, "flavor_id": null, "routes": [], "project_id": "861808a93da0484ea1767967c4df8a23"}} {11} openstack.tests.unit.config.test_init.TestInit.test_get_cloud_region_without_arg_parser [0.057593s] ... ok {3} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_find [0.020428s] ... ok {17} openstack.tests.unit.config.test_config.TestConfig.test_prefer_ipv6_false [0.112587s] ... ok {27} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_delete [0.045134s] ... ok {5} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_del_nodes_with_params [0.023002s] ... ok {9} openstack.tests.unit.identity.v2.test_extension.TestExtension.test_list [0.024398s] ... ok {12} openstack.tests.unit.message.v2.test_claim.TestClaim.test_basic [0.019898s] ... ok {30} openstack.tests.unit.clustering.v1.test_build_info.TestBuildInfo.test_basic [0.024235s] ... ok {10} openstack.tests.unit.database.v1.test_instance.TestInstance.test_action_restart [0.021287s] ... ok {15} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_wait_for_delete_params [0.019465s] ... ok {22} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_delete [0.019106s] ... ok {31} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_find [0.014358s] ... ok {4} openstack.tests.unit.identity.v3.test_trust.TestTrust.test_basic [0.020645s] ... ok {20} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavor_get [0.019954s] ... ok {0} openstack.tests.unit.config.test_environ.TestEnviron.test_get_one_with_config_files [0.123308s] ... ok {6} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_database_get [0.014824s] ... ok {24} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_get [0.323471s] ... ok {28} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_update [0.027864s] ... ok {21} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_neutron [0.099162s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,268 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,273 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,277 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,281 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,288 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,320 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,326 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,329 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2020-07-27 06:27:22,335 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/security-groups/1.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,340 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,344 keystoneauth.session RESP BODY: {} {8} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_queue_delete_ignore [0.021327s] ... ok {19} openstack.tests.unit.cloud.test_users.TestUsers.test_is_user_in_group [0.150836s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,145 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,151 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,168 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,172 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,179 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,227 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,233 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,237 keystoneauth.session RESP BODY: {"users": [{"email": null, "description": null, "enabled": true, "name": "username-2", "id": "03992a75f50043e4a01682d7e3d01501"}], "links": {"self": "https://identity.example.com/v3/users", "next": null, "previous": null}} 2020-07-27 06:27:22,246 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,252 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,256 keystoneauth.session RESP BODY: {"groups": [{"domain_id": "c2656a40b6fd464c96c7648f56e1b558", "id": "90fe7943059c4376ab8e78bcc7f063b4", "name": "groupname-4"}]} 2020-07-27 06:27:22,265 keystoneauth.session REQ: curl -g -i -X HEAD https://identity.example.com/v3/groups/90fe7943059c4376ab8e78bcc7f063b4/users/03992a75f50043e4a01682d7e3d01501 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,271 keystoneauth.session RESP: [204] content-type: application/json {18} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_no_project_or_domain [0.160821s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,157 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,163 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,166 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,183 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,189 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,214 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,220 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,223 keystoneauth.session RESP BODY: {"roles": [{"name": "252cf1eb7f2e4a47a9a1e82a15ed26f4", "id": "7229851f4cb548c6b9ccc4c703068c38"}]} 2020-07-27 06:27:22,234 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,239 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,242 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "235a503ea88c43ab91ebd603ec8c95f6", "domain_id": "5455e8aa20814cd291a711300eeff753", "name": "username-3"}]} 2020-07-27 06:27:22,255 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=235a503ea88c43ab91ebd603ec8c95f6&role.id=7229851f4cb548c6b9ccc4c703068c38" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,261 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,264 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "c4f26624e9ce44228cc9ddf607a06fe2"}}, "role": {"id": "7229851f4cb548c6b9ccc4c703068c38"}, "user": {"id": "235a503ea88c43ab91ebd603ec8c95f6"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/c4f26624e9ce44228cc9ddf607a06fe2/users/235a503ea88c43ab91ebd603ec8c95f6/roles/7229851f4cb548c6b9ccc4c703068c38"}}]} {13} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rule_create [0.022391s] ... ok {28} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quota_delete [0.023964s] ... ok {27} openstack.tests.unit.load_balancer.test_flavor.TestFlavor.test_basic [0.034236s] ... ok {23} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_delete_ignore [0.019087s] ... ok {11} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_database_create_attrs [0.021449s] ... ok {0} openstack.tests.unit.database.v1.test_instance.TestInstance.test_action_resize_volume [0.022304s] ... ok {26} openstack.tests.unit.image.v2.test_task.TestTask.test_basic [0.020080s] ... ok {17} openstack.tests.unit.database.v1.test_flavor.TestFlavor.test_basic [0.019022s] ... ok {2} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_make_it [0.080654s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,139 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,147 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,153 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,161 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,171 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {5} openstack.tests.unit.clustering.v1.test_node.TestNode.test_force_delete [0.024063s] ... ok {9} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_create_attrs [0.019121s] ... ok {10} openstack.tests.unit.database.v1.test_instance.TestInstance.test_is_root_enabled [0.020676s] ... ok {30} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_check [0.022731s] ... ok {15} openstack.tests.unit.compute.v2.test_availability_zone.TestAvailabilityZone.test_make_basic [0.019702s] ... ok {12} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_claim_create [0.021142s] ... ok {4} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_delete [0.020740s] ... ok {22} openstack.tests.unit.identity.v3.test_project.TestProject.test_basic [0.020445s] ... ok {20} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypair_get [0.020424s] ... ok {3} openstack.tests.unit.identity.v3.test_endpoint.TestEndpoint.test_make_it [0.020196s] ... ok {1} openstack.tests.unit.key_manager.v1.test_secret.TestSecret.test_basic [0.020093s] ... ok {6} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_find [0.015114s] ... ok {31} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pools [0.013603s] ... ok {24} openstack.tests.unit.load_balancer.test_l7policy.TestL7Policy.test_make_it [0.023257s] ... ok {21} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_none [0.018962s] ... ok {23} openstack.tests.unit.instance_ha.v1.test_host.TestHost.test_basic [0.019557s] ... ok {8} openstack.tests.unit.network.v2.test_pool.TestPool.test_basic [0.020119s] ... ok {11} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_database_delete [0.019755s] ... ok {13} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pool_update [0.019313s] ... ok {28} openstack.tests.unit.load_balancer.test_quota.TestQuota.test_make_it [0.021030s] ... ok {18} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_no_user_or_group [0.095467s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,294 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,300 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,303 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,307 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,314 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,336 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,342 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,345 keystoneauth.session RESP BODY: {"roles": [{"name": "24e88e607cba4ff08fbf127f6750a9eb", "id": "357fa8ceb5ff42148180ac6264fa3648"}]} 2020-07-27 06:27:22,355 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,361 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,364 keystoneauth.session RESP BODY: {"users": []} {15} openstack.tests.unit.compute.v2.test_hypervisor.TestHypervisor.test_make_it [0.021286s] ... ok {0} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_delete_ignore [0.020044s] ... ok {17} openstack.tests.unit.identity.v2.test_extension.TestExtension.test_basic [0.019185s] ... ok {26} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_host_update [0.019616s] ... ok {5} openstack.tests.unit.clustering.v1.test_profile.TestProfile.test_basic [0.024323s] ... ok {27} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_update [0.046358s] ... ok {9} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_create_attrs [0.019437s] ... ok {4} openstack.tests.unit.image.v2.test_member.TestMember.test_make_it [0.021042s] ... ok {12} openstack.tests.unit.network.v2.test_agent.TestAgent.test_remove_router_from_agent [0.020939s] ... ok {22} openstack.tests.unit.identity.v3.test_project.TestUserProject.test_basic [0.019114s] ... ok {20} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_rebuild [0.028826s] ... ok {2} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_new [0.069562s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,217 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,225 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,231 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,238 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,247 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {1} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_amphora_find [0.020051s] ... ok {6} openstack.tests.unit.identity.v3.test_group.TestGroup.test_basic [0.014550s] ... ok {29} openstack.tests.unit.cloud.test_server_delete_metadata.TestServerDeleteMetadata.test_server_delete_metadata [0.101230s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,306 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,312 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,315 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,319 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,327 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,354 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,359 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,363 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "aa531aec-b5f2-4e55-90f6-f8f3d9258502", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "name-2", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:22,378 keystoneauth.session REQ: curl -g -i -X DELETE https://compute.example.com/v2.1/servers/aa531aec-b5f2-4e55-90f6-f8f3d9258502/metadata/key -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,384 keystoneauth.session RESP: [200] content-type: application/json {10} openstack.tests.unit.database.v1.test_user.TestUser.test_make [0.020731s] ... ok {30} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_update [0.020041s] ... ok {3} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credentials [0.019238s] ... ok {8} openstack.tests.unit.network.v2.test_port_forwarding.TestFloatingIP.test_make_it [0.020610s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_dhcp_agent_hosting_networks [0.111482s] ... ok {21} openstack.tests.unit.cloud.test_shade.TestShade.test_range_search [0.019047s] ... ok {6} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_create_attrs [0.014544s] ... ok {4} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_create [0.020111s] ... ok {24} openstack.tests.unit.load_balancer.test_quota.TestQuota.test_prepare_request [0.021574s] ... ok {7} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_cloud_precedence_osc [0.198276s] ... ok {7} openstack.tests.unit.database.v1.test_flavor.TestFlavor.test_make_it [0.016684s] ... ok {23} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_hosts [0.018920s] ... ok {6} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_delete_ignore [0.014232s] ... ok {25} openstack.tests.unit.cloud.test_router.TestRouter.test_delete_router_not_found [0.083344s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,324 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,329 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,333 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,337 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,343 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,372 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/routers.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,378 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,381 keystoneauth.session RESP BODY: {"routers": []} 2020-07-27 06:27:22,384 openstack Router goofy not found for deleting {11} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_get [0.019595s] ... ok {31} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_provider_flavor_capabilities [0.013588s] ... ok {22} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_delete_ignore [0.019523s] ... ok {13} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_providers [0.019880s] ... ok {17} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_find [0.019608s] ... ok {0} openstack.tests.unit.identity.v2.test_user.TestUser.test_make_it [0.020664s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_delete_ignore [0.019960s] ... ok {15} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_services [0.019642s] ... ok {28} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_queues [0.020783s] ... ok {5} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_delete_ignore [0.020809s] ... ok {5} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_policy_find [0.021519s] ... ok {7} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_flavor_find [0.020835s] ... ok {10} openstack.tests.unit.identity.v3.test_project.TestProject.test_make_it [0.020213s] ... ok {3} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_update [0.019826s] ... ok {16} openstack.tests.unit.cloud.test_role_assignment.TestRoleAssignment.test_revoke_role_user_project_exists [0.271932s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,214 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,219 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,222 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,226 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,232 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,269 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,275 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,278 keystoneauth.session RESP BODY: {"roles": [{"name": "b920508cad19446cb85abe5ce72b5878", "id": "ba9247d9b88b4ce7b7cdc82f2e635dd1"}]} 2020-07-27 06:27:22,290 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,295 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,298 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "9871db99d6df435c8c44fff35a592a82", "domain_id": "ee230d5ca1dd4fd88e15712d5f979e7c", "name": "username-3"}]} 2020-07-27 06:27:22,312 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,317 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,320 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "ee230d5ca1dd4fd88e15712d5f979e7c", "enabled": true, "id": "afb392cb2cf0422aa605b3d5886493f8", "name": "projectName-5"}]} 2020-07-27 06:27:22,334 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=9871db99d6df435c8c44fff35a592a82&role.id=ba9247d9b88b4ce7b7cdc82f2e635dd1&scope.project.id=afb392cb2cf0422aa605b3d5886493f8" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,340 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,342 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "afb392cb2cf0422aa605b3d5886493f8"}}, "role": {"id": "ba9247d9b88b4ce7b7cdc82f2e635dd1"}, "user": {"id": "9871db99d6df435c8c44fff35a592a82"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/afb392cb2cf0422aa605b3d5886493f8/users/9871db99d6df435c8c44fff35a592a82/roles/ba9247d9b88b4ce7b7cdc82f2e635dd1"}}]} 2020-07-27 06:27:22,353 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/afb392cb2cf0422aa605b3d5886493f8/users/9871db99d6df435c8c44fff35a592a82/roles/ba9247d9b88b4ce7b7cdc82f2e635dd1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,358 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,368 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/roles -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,373 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,376 keystoneauth.session RESP BODY: {"roles": [{"name": "b920508cad19446cb85abe5ce72b5878", "id": "ba9247d9b88b4ce7b7cdc82f2e635dd1"}]} 2020-07-27 06:27:22,387 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/users -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,393 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,397 keystoneauth.session RESP BODY: {"users": [{"description": null, "enabled": true, "email": null, "id": "9871db99d6df435c8c44fff35a592a82", "domain_id": "ee230d5ca1dd4fd88e15712d5f979e7c", "name": "username-3"}]} 2020-07-27 06:27:22,411 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com/v3/projects -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,416 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,419 keystoneauth.session RESP BODY: {"projects": [{"domain_id": "ee230d5ca1dd4fd88e15712d5f979e7c", "enabled": true, "id": "afb392cb2cf0422aa605b3d5886493f8", "name": "projectName-5"}]} 2020-07-27 06:27:22,433 keystoneauth.session REQ: curl -g -i -X GET "https://identity.example.com/v3/role_assignments?user.id=9871db99d6df435c8c44fff35a592a82&role.id=ba9247d9b88b4ce7b7cdc82f2e635dd1&scope.project.id=afb392cb2cf0422aa605b3d5886493f8" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,439 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,442 keystoneauth.session RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "afb392cb2cf0422aa605b3d5886493f8"}}, "role": {"id": "ba9247d9b88b4ce7b7cdc82f2e635dd1"}, "user": {"id": "9871db99d6df435c8c44fff35a592a82"}, "links": {"assignment": "https://identity.example.com/identity/v3/projects/afb392cb2cf0422aa605b3d5886493f8/users/9871db99d6df435c8c44fff35a592a82/roles/ba9247d9b88b4ce7b7cdc82f2e635dd1"}}]} 2020-07-27 06:27:22,452 keystoneauth.session REQ: curl -g -i -X DELETE https://identity.example.com/v3/projects/afb392cb2cf0422aa605b3d5886493f8/users/9871db99d6df435c8c44fff35a592a82/roles/ba9247d9b88b4ce7b7cdc82f2e635dd1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,457 keystoneauth.session RESP: [200] content-type: application/json {11} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_update [0.019477s] ... ok {20} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_start [0.023517s] ... ok {26} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_delete [0.022057s] ... ok {30} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_set_metadata [0.022169s] ... ok {30} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_images_not_detailed [0.019680s] ... ok {4} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_task_create [0.021795s] ... ok {6} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_find [0.014145s] ... ok {2} openstack.tests.unit.object_store.v1.test_proxy.Test_containers.test_account_metadata_get [0.019533s] ... ok {12} openstack.tests.unit.network.v2.test_auto_allocated_topology.TestAutoAllocatedTopology.test_make_it [0.019491s] ... ok {21} openstack.tests.unit.cloud.test_users.TestUsers.test_create_user_v3_no_domain [0.056920s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,414 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,419 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,423 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,428 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,435 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {17} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_services [0.019583s] ... ok {31} openstack.tests.unit.message.v2.test_claim.TestClaim.test_delete [0.015272s] ... ok {28} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_subscription_get [0.181032s] ... ok {22} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_create_attrs [0.019361s] ... ok {13} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_subscription_delete_ignore [0.020359s] ... ok {1} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profile_create [0.026387s] ... ok {23} openstack.tests.unit.load_balancer.test_amphora.TestAmphoraFailover.test_basic [0.019917s] ... ok {9} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_delete_ignore [0.019994s] ... ok {27} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_member_update [0.022747s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_get [0.019894s] ... ok {7} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_get [0.020036s] ... ok {0} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trust_create_attrs [0.019354s] ... ok {5} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_types [0.020766s] ... ok {15} openstack.tests.unit.compute.v2.test_server.TestServer.test_add_security_group [0.024536s] ... ok {3} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trust_get [0.019283s] ... ok {11} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_delete_ignore [0.019110s] ... ok {10} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_get [0.019431s] ... ok {26} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profiles [0.019094s] ... ok {20} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_update [0.020257s] ... ok {14} openstack.tests.unit.config.test_json.TestConfig.test_defaults_valid_json [0.195899s] ... ok {17} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_delete [0.018848s] ... ok {31} openstack.tests.unit.message.v2.test_claim.TestClaim.test_get_client_id_project_id_exist [0.015097s] ... ok {25} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_nova_egress_security_group_rule [0.077935s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,417 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,422 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,426 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,430 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,436 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,452 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,458 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,462 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} {30} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypair_delete [0.020182s] ... ok {6} openstack.tests.unit.identity.v3.test_role_domain_group_assignment.TestRoleDomainGroupAssignment.test_basic [0.012670s] ... ok {4} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_find [0.021322s] ... ok {2} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_copy_object [0.019005s] ... ok {22} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_create_attrs [0.019703s] ... ok {18} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_add_security_group_to_server_neutron [0.142150s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,390 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,396 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,399 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,404 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,411 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,440 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,446 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,449 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "1234", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "server-name", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} 2020-07-27 06:27:22,486 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,492 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,495 keystoneauth.session RESP BODY: {"security_groups": [{"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}]} 2020-07-27 06:27:22,503 keystoneauth.session REQ: curl -g -i -X POST https://compute.example.com/v2.1/servers/1234/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"addSecurityGroup": {"name": "neutron-sec-group"}}' 2020-07-27 06:27:22,508 keystoneauth.session RESP: [202] content-type: application/json {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_delete_ignore [0.019445s] ... ok {0} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trusts [0.019683s] ... ok {28} openstack.tests.unit.message.v2.test_queue.TestQueue.test_delete_client_id_project_id_exist [0.024820s] ... ok {12} openstack.tests.unit.network.v2.test_health_monitor.TestHealthMonitor.test_basic [0.019206s] ... ok {20} openstack.tests.unit.compute.v2.test_server.TestServer.test_change_password [0.024406s] ... ok {13} openstack.tests.unit.message.v2.test_queue.TestQueue.test_create_client_id_project_id_exist [0.022111s] ... ok {1} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profile_get [0.020140s] ... ok {31} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_claim_delete [0.012908s] ... ok {23} openstack.tests.unit.load_balancer.test_l7rule.TestL7Rule.test_make_it [0.020733s] ... ok {15} openstack.tests.unit.compute.v2.test_server_ip.TestServerIP.test_list [0.025504s] ... ok {27} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_get [0.022956s] ... ok {29} openstack.tests.unit.cloud.test_stack.TestStack.test_delete_stack_wait [0.130714s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,414 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,419 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,423 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,427 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,434 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,442 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2?resolve_outputs=False -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,448 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2?resolve_outputs=False 2020-07-27 06:27:22,454 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,457 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} 2020-07-27 06:27:22,465 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2/events?limit=1&sort_dir=desc" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,472 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,475 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "id-2", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/ffb508da562649a096e4333521e4e7b7", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "CREATE_COMPLETE", "id": "ffb508da562649a096e4333521e4e7b7"}]} 2020-07-27 06:27:22,482 keystoneauth.session REQ: curl -g -i -X DELETE https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,487 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,493 keystoneauth.session REQ: curl -g -i -X GET "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2/events?marker=ffb508da562649a096e4333521e4e7b7&sort_dir=asc" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,499 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,503 keystoneauth.session RESP BODY: {"events": [{"physical_resource_id": "id-2", "resource_name": "id-2", "links": [{"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3/events/dcae6190e6fb4e6fb49dc61d047c38bb", "rel": "self"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2/resources/name-3", "rel": "resource"}, {"href": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2", "rel": "stack"}], "event_time": "2017-03-26T19:38:18", "logical_resource_id": "name-3", "resource_status_reason": "", "resource_status": "DELETE_COMPLETE", "id": "dcae6190e6fb4e6fb49dc61d047c38bb"}]} 2020-07-27 06:27:22,509 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/id-2?resolve_outputs=False -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,515 keystoneauth.session RESP: [404] content-type: application/json {19} openstack.tests.unit.cloud.test_volume.TestVolume.test_list_volumes_with_pagination_next_link_fails_all_attempts [0.241075s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,297 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,302 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,306 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,311 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,318 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,358 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,364 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,368 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2020-07-27 06:27:22,372 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,379 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:22,382 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2020-07-27 06:27:22,389 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,396 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,399 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2020-07-27 06:27:22,404 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,410 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:22,414 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2020-07-27 06:27:22,421 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,427 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,431 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2020-07-27 06:27:22,435 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,442 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:22,445 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2020-07-27 06:27:22,453 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,459 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,463 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2020-07-27 06:27:22,467 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,474 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:22,477 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2020-07-27 06:27:22,484 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,491 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,494 keystoneauth.session RESP BODY: {"volumes_links": [{"href": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01", "rel": "next"}], "volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} 2020-07-27 06:27:22,499 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,505 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:22,509 openstack While listing volumes, could not find next link {u'volumes_links': [{u'href': u'https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail?marker=01', u'rel': u'next'}], u'volumes': [{u'status': u'available', u'name': u'vol1', u'availability_zone': u'az1', u'created_at': u'1900-01-01 12:34:56', u'metadata': {}, u'source_volid': u'12345', u'attachments': [], u'volume_type': u'type:volume', u'snapshot_id': u'id:snapshot', u'size': 75, u'id': u'01', u'description': u'description'}]}. 2020-07-27 06:27:22,512 openstack List volumes failed to retrieve all volumes after 5 attempts. Returning what we found. {21} openstack.tests.unit.cloud.test_volume_backups.TestVolumeBackups.test_search_volume_backups [0.070714s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,467 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,473 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,477 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,481 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,488 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,503 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,509 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,513 keystoneauth.session RESP BODY: {"backups": [{"name": "Volume1", "availability_zone": "az1"}, {"name": "Volume1", "availability_zone": "az1"}, {"name": "Volume2", "availability_zone": "az2"}]} {5} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receiver_get [0.038421s] ... ok {11} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_find [0.020138s] ... ok {3} openstack.tests.unit.identity.v3.test_region.TestRegion.test_make_it [0.020714s] ... ok {10} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_find [0.020245s] ... ok {6} openstack.tests.unit.identity.v3.test_role_domain_group_assignment.TestRoleDomainGroupAssignment.test_make_it [0.014507s] ... ok {26} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavors [0.100231s] ... ok {17} openstack.tests.unit.identity.v3.test_role.TestRole.test_basic [0.019683s] ... ok {16} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_delete_security_group_nova_not_found [0.080812s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,492 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,497 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,500 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,504 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,514 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,529 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,534 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,537 keystoneauth.session RESP BODY: {"security_groups": [{"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}]} 2020-07-27 06:27:22,542 openstack Security group doesNotExist not found for deleting {9} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_find [0.021434s] ... ok {30} openstack.tests.unit.compute.v2.test_server.TestServer.test_basic [0.021346s] ... ok {2} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_commit [0.022323s] ... ok {7} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_find [0.021053s] ... ok {23} openstack.tests.unit.load_balancer.test_listener.TestListenerStats.test_basic [0.019425s] ... ok {25} openstack.tests.unit.cloud.test_stack.TestStack.test_delete_stack_not_found [0.063266s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,492 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,498 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,501 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,506 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,513 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,520 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/stack_name?resolve_outputs=False -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,525 keystoneauth.session RESP: [404] content-type: application/json 2020-07-27 06:27:22,529 openstack Stack stack_name not found for deleting {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_delete [0.019856s] ... ok {0} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_create_attrs [0.019188s] ... ok {15} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_equality [0.074314s] ... ok {4} openstack.tests.unit.load_balancer.test_health_monitor.TestPoolHealthMonitor.test_basic [0.021304s] ... ok {14} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_user_find [0.021600s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_auto_allocated_topology_delete_ignore [0.018643s] ... ok {19} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_scale_out [0.022826s] ... ok {20} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_no_force [0.024868s] ... ok {31} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_subscription_create [0.013599s] ... ok {3} openstack.tests.unit.image.v2.test_image.TestImage.test_deactivate [0.028357s] ... ok {28} openstack.tests.unit.network.v2.test_agent.TestAgent.test_make_it [0.021813s] ... ok {22} openstack.tests.unit.image.v1.test_image.TestImage.test_basic [0.019851s] ... ok {21} openstack.tests.unit.clustering.v1.test_profile_type.TestProfileType.test_basic [0.019966s] ... ok {13} openstack.tests.unit.network.v2.test_address_scope.TestAddressScope.test_make_it [0.020477s] ... ok {1} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitors [0.019319s] ... ok {5} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_get_all_metadata_ServerDetail [0.023119s] ... ok {10} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_upload_no_args [0.019446s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/image/v2/_proxy.py:87: UserWarning: upload_image is deprecated. Use create_image instead. warnings.warn("upload_image is deprecated. Use create_image instead.") {6} openstack.tests.unit.load_balancer.test_listener.TestListener.test_make_it [0.014605s] ... ok {26} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitor_delete [0.019150s] ... ok {27} openstack.tests.unit.network.v2.test_load_balancer.TestLoadBalancer.test_basic [0.021377s] ... ok {24} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_claim_delete_ignore [0.020714s] ... ok {17} openstack.tests.unit.image.v2.test_image.TestImage.test_import_image [0.029022s] ... ok {9} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_find [0.020378s] ... ok {30} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_precedence_no_argparse [0.114032s] ... ok {11} openstack.tests.unit.image.v2.test_image.TestImage.test_import_image_with_uri_not_web_download [0.028101s] ... ok {4} openstack.tests.unit.load_balancer.test_health_monitor.TestPoolHealthMonitor.test_make_it [0.022131s] ... ok {2} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_make_it [0.021626s] ... ok {7} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_update [0.020448s] ... ok {23} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pool_get [0.019124s] ... ok {25} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_force_delete [0.022272s] ... ok {0} openstack.tests.unit.identity.v3.test_trust.TestTrust.test_make_it [0.021255s] ... ok {3} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_members_schema_get [0.020108s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_delete [0.021712s] ... ok {18} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_get_security_group_by_id_neutron [0.087674s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,533 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,539 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,542 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,547 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,554 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,586 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/security-groups/1 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,593 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,596 keystoneauth.session RESP BODY: {"security_group": {"name": "neutron-sec-group", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "security_group_rules": [{"remote_ip_prefix": "0.0.0.0/0", "port_range_max": 81, "port_range_min": 80, "id": "1", "protocol": "tcp"}], "project_id": "1c36b64c840a42cd9e9b931a369337f0", "id": "1", "description": "Test Neutron security group"}} {14} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_update [0.019536s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitors [0.019126s] ... ok {19} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_delete_ignore [0.020468s] ... ok {20} openstack.tests.unit.compute.v2.test_server.TestServer.test_unshelve [0.023821s] ... ok {31} openstack.tests.unit.network.v2.test_availability_zone.TestAvailabilityZone.test_make_it [0.013263s] ... ok {10} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_find [0.019045s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_create_attrs [0.020210s] ... ok {26} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_create [0.019598s] ... ok {22} openstack.tests.unit.image.v2.test_image.TestImage.test_image_update [0.030793s] ... ok {21} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_adopt_preview [0.022507s] ... ok {1} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rule_get [0.022446s] ... ok {13} openstack.tests.unit.network.v2.test_extension.TestExtension.test_basic [0.019818s] ... ok {5} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypair_create [0.019387s] ... ok {6} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_amphora_configure [0.013575s] ... ok {24} openstack.tests.unit.network.v2.test_network_ip_availability.TestNetworkIPAvailability.test_make_it [0.021559s] ... ok {16} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_get_security_group_by_id_nova [0.077580s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,573 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,578 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,581 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,588 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,594 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,609 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/os-security-groups/2 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,615 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,618 keystoneauth.session RESP BODY: {"security_group": {"rules": [{"to_port": 8001, "id": "2", "from_port": 8000, "ip_range": {"cidr": "0.0.0.0/0"}, "ip_protcol": "tcp"}], "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "description": "Test Nova security group #1", "name": "nova-sec-group", "id": "2"}} {29} openstack.tests.unit.cloud.test_volume_backups.TestVolumeBackups.test_get_volume_backup [0.068113s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,541 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,547 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,550 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,555 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,561 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,575 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/backups/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,582 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,585 keystoneauth.session RESP BODY: {"backups": [{"name": "Volume1", "availability_zone": "az1"}, {"name": "Volume1", "availability_zone": "az2"}, {"name": "Volume2", "availability_zone": "az1"}]} {17} openstack.tests.unit.image.v2.test_image.TestImage.test_make_it [0.029366s] ... ok {9} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancerStats.test_make_it [0.020556s] ... ok {11} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_delete_ignore [0.021173s] ... ok {4} openstack.tests.unit.load_balancer.test_pool.TestPool.test_basic [0.020701s] ... ok {2} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_validate_with_env [0.021510s] ... ok {7} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_service_delete [0.019920s] ... ok {23} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_message_delete_ignore [0.020226s] ... ok {25} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_profile_get [0.018427s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_delete [0.019874s] ... ok {0} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_update [0.019535s] ... ok {24} openstack.tests.unit.network.v2.test_network_segment_range.TestNetworkSegmentRange.test_basic [0.021269s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_get [0.020060s] ... ok {14} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domains [0.020257s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_get [0.018814s] ... ok {19} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavors_detailed [0.020153s] ... ok {20} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_override_session_endpoint_override [0.060668s] ... ok {31} openstack.tests.unit.network.v2.test_flavor.TestFlavor.test_basic [0.012744s] ... ok {3} openstack.tests.unit.instance_ha.v1.test_segment.TestSegment.test_create [0.020662s] ... ok {6} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_stats_get [0.014445s] ... ok {10} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_notifications [0.019736s] ... ok {18} openstack.tests.unit.cloud.test_shade.TestShade.test_iterate_timeout_bad_wait [0.019077s] ... ok {26} openstack.tests.unit.load_balancer.test_quota.TestQuota.test_basic [0.019467s] ... ok {30} openstack.tests.unit.config.test_environ.TestEnvvars.test_no_envvars [0.111517s] ... ok {22} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_task_get [0.021220s] ... ok {16} openstack.tests.unit.cloud.test_security_groups.TestSecurityGroups.test_list_server_security_groups_bad_source [0.018590s] ... ok {23} openstack.tests.unit.network.v2.test_firewall_policy.TestFirewallPolicy.test_make_it [0.001951s] ... ok {1} openstack.tests.unit.message.v2.test_claim.TestClaim.test_update [0.021502s] ... ok {5} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_keypair_find [0.020430s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_agent_update [0.020222s] ... ok {29} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_force_delete [0.024079s] ... ok {21} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_node_get_with_details [0.019566s] ... ok {17} openstack.tests.unit.image.v2.test_image.TestImage.test_upload [0.028210s] ... ok {9} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policy_find [0.017349s] ... ok {11} openstack.tests.unit.image.v2.test_schema.TestSchema.test_make_it [0.020078s] ... ok {4} openstack.tests.unit.load_balancer.test_provider.TestProvider.test_make_it [0.023113s] ... ok {13} openstack.tests.unit.network.v2.test_pool_member.TestPoolMember.test_basic [0.019946s] ... ok {2} openstack.tests.unit.test__adapter.TestExtractName.test_extract_name(servers_bare) [0.018622s] ... ok {7} openstack.tests.unit.identity.v3.test_role_domain_user_assignment.TestRoleDomainUserAssignment.test_basic [0.020543s] ... ok {25} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_receivers [0.017411s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profile_create_attrs [0.019815s] ... ok {0} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_delete_ignore [0.021653s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_delete [0.020651s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_agents [0.020210s] ... ok {4} openstack.tests.unit.load_balancer.test_provider.TestProviderFlavorCapabilities.test_make_it [0.020544s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_delete_ignore [0.019324s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_get [0.020468s] ... ok {3} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_container_delete [0.019451s] ... ok {9} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_member_create [0.020551s] ... ok {6} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_subscriptions [0.012780s] ... ok {6} openstack.tests.unit.network.v2.test_load_balancer.TestLoadBalancer.test_make_it [0.013242s] ... ok {14} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_delete_ignore [0.019567s] ... ok {20} openstack.tests.unit.config.test_config.TestConfig.test_only_secure_yaml [0.062245s] ... ok {22} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_container_find [0.020242s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_update [0.136720s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_delete_ignore [0.019965s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_delete [0.019542s] ... ok {19} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_servers_detailed [0.021095s] ... ok {4} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rule_find [0.022862s] ... ok {10} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_segment_get [0.019264s] ... ok {0} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_schema_get [0.019606s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_find [0.019794s] ... ok {30} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_get [0.019807s] ... ok {21} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_availability_zones_detailed [0.019322s] ... ok {31} openstack.tests.unit.network.v2.test_metering_label_rule.TestMeteringLabelRule.test_basic [0.013058s] ... ok {31} openstack.tests.unit.network.v2.test_network_ip_availability.TestNetworkIPAvailability.test_basic [0.012554s] ... ok {18} openstack.tests.unit.cloud.test_stack.TestStack.test_get_stack [0.071080s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,646 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,652 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,655 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,659 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,666 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,674 keystoneauth.session REQ: curl -g -i -X GET https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,681 keystoneauth.session RESP: [302] content-type: application/json location: https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/stacks/name-3/id-2 2020-07-27 06:27:22,686 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,690 keystoneauth.session RESP BODY: {"stack": {"description": null, "parent": null, "tags": null, "stack_name": "name-3", "stack_user_project_id": "1c36b64c840a42cd9e9b931a369337f0", "creation_time": "2017-03-23T23:57:12Z", "stack_owner": null, "stack_status": "CREATE_COMPLETE", "id": "id-2", "links": [], "deletion_time": "2017-03-23T23:57:12Z", "updated_time": "2017-03-23T23:57:12Z"}} {11} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_segment_create [0.019070s] ... ok {29} openstack.tests.unit.clustering.v1.test_cluster.TestCluster.test_replace_nodes [0.023102s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_find [0.019405s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_find [0.022390s] ... ok {1} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_queue_create [0.022074s] ... ok {0} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_members [0.104763s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_add_interface_to_router_with_subnet [0.015183s] ... ok {14} openstack.tests.unit.identity.v3.test_user.TestUser.test_basic [0.021010s] ... ok {5} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_unshelve [0.022997s] ... ok {17} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_add_tag [0.022575s] ... ok {7} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_get [0.020029s] ... ok {2} openstack.tests.unit.test_resource.TestComponentManager.test_create_synced [0.018437s] ... ok {3} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_containers [0.019747s] ... ok {22} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_create_attrs [0.107061s] ... ok {9} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pool_delete [0.018731s] ... ok {19} openstack.tests.unit.compute.v2.test_server.TestServer.test_force_delete [0.024222s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_get [0.019864s] ... ok {30} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_delete [0.019264s] ... ok {8} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_create_attrs [0.019501s] ... ok {16} openstack.tests.unit.cloud.test_volume.TestVolume.test_create_volume [0.087774s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,665 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,670 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,673 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,677 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,684 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,703 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"volume": {"name": "vol1", "size": 50}}' 2020-07-27 06:27:22,709 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,712 keystoneauth.session RESP BODY: {"volume": {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}} 2020-07-27 06:27:22,719 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,725 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,728 keystoneauth.session RESP BODY: {"volumes": [{"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}]} {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_delete [0.019955s] ... ok {10} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_server_create_attrs [0.019885s] ... ok {15} openstack.tests.unit.config.test_config.TestConfig.test_get_all [0.247908s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:493: UserWarning: Couldn't find the vendor profile '_test_non_existant_cloud', for the cloud '_test_cloud_no_vendor' name)) openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: region1-network and routes_externally: True key=key, name=cloud[key], external=external)) openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {4} openstack.tests.unit.message.v2.test_message.TestMessage.test_get_client_id_project_id_exist [0.158990s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_update [0.019053s] ... ok {25} openstack.tests.unit.clustering.v1.test_service.TestService.test_make_it [0.020109s] ... ok {21} openstack.tests.unit.compute.v2.test_server.TestServer.test_create_image_minimal [0.024144s] ... ok {31} openstack.tests.unit.network.v2.test_port.TestPort.test_basic [0.013138s] ... ok {11} openstack.tests.unit.load_balancer.test_flavor.TestFlavor.test_make_it [0.115598s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_extensions [0.019905s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pools [0.013238s] ... ok {29} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_flavors_not_detailed [0.019566s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_update [0.022848s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_delete_ignore [0.020248s] ... ok {0} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_tasks_schema_get [0.019531s] ... ok {1} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_queue_get [0.266660s] ... ok {14} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_image_delete_ignore [0.019669s] ... ok {5} openstack.tests.unit.compute.v2.test_server.TestServer.test_resize [0.023487s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavor_update [0.013166s] ... ok {17} openstack.tests.unit.instance_ha.v1.test_notification.TestNotification.test_basic [0.020373s] ... ok {7} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_update [0.020683s] ... ok {3} openstack.tests.unit.load_balancer.test_l7policy.TestL7Policy.test_basic [0.019840s] ... ok {2} openstack.tests.unit.test_resource.TestComponentManager.test_setitem_new [0.018219s] ... ok {22} openstack.tests.unit.load_balancer.test_flavor_profile.TestFlavorProfile.test_basic [0.019297s] ... ok {9} openstack.tests.unit.load_balancer.test_quota.TestQuotaDefault.test_make_it [0.020647s] ... ok {21} openstack.tests.unit.compute.v2.test_server.TestServer.test_make_it [0.025061s] ... ok {19} openstack.tests.unit.compute.v2.test_server.TestServer.test_live_migrate_25 [0.024907s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_create_attrs [0.020859s] ... ok {30} openstack.tests.unit.image.v1.test_image.TestImage.test_make_it [0.021070s] ... ok {4} openstack.tests.unit.message.v2.test_message.TestMessage.test_post [0.024679s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_delete_ignore [0.019518s] ... ok {10} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_get [0.019668s] ... ok {8} openstack.tests.unit.network.v2.test_segment.TestSegment.test_make_it [0.020328s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_ports [0.019457s] ... ok {25} openstack.tests.unit.compute.v2.test_image.TestImage.test_basic [0.019491s] ... ok {20} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_per_region_network [0.248887s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: my-network and routes_externally: True key=key, name=cloud[key], external=external)) {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_delete [0.014432s] ... ok {11} openstack.tests.unit.load_balancer.test_pool.TestPool.test_make_it [0.020643s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_find [0.020872s] ... ok {31} openstack.tests.unit.network.v2.test_port.TestPort.test_make_it [0.013946s] ... ok {29} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_interface_delete [0.020486s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_routers [0.018922s] ... ok {0} openstack.tests.unit.instance_ha.v1.test_notification.TestNotification.test_create [0.063118s] ... ok {14} openstack.tests.unit.image.v1.test_proxy.TestImageProxy.test_images [0.020040s] ... ok {1} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_make_it [0.021450s] ... ok {5} openstack.tests.unit.compute.v2.test_service.TestService.test_make_it [0.020790s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_get [0.015165s] ... ok {17} openstack.tests.unit.load_balancer.test_listener.TestListener.test_basic [0.020561s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_create_attrs [0.019558s] ... ok {3} openstack.tests.unit.message.v2.test_claim.TestClaim.test_make_it [0.020599s] ... ok {7} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_update [0.020168s] ... ok {2} openstack.tests.unit.test_resource.TestResource.test__translate_response_with_body_with_resource_key [0.020369s] ... ok {22} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancerFailover.test_basic [0.019507s] ... ok {18} openstack.tests.unit.cloud.test_subnet.TestSubnet.test_delete_subnet_multiple_using_id [0.102628s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,716 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,722 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,725 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,730 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,737 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,770 keystoneauth.session REQ: curl -g -i -X GET https://network.example.com/v2.0/subnets.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,777 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,780 keystoneauth.session RESP BODY: {"subnets": [{"name": "subnet_name", "id": "123"}, {"name": "subnet_name", "id": "456"}]} 2020-07-27 06:27:22,785 keystoneauth.session REQ: curl -g -i -X DELETE https://network.example.com/v2.0/subnets/123.json -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,791 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,795 keystoneauth.session RESP BODY: {} {9} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_message_delete [0.019866s] ... ok {21} openstack.tests.unit.compute.v2.test_server.TestServer.test_remove_security_group [0.023334s] ... ok {19} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_session_with_app_name [0.058384s] ... ok {30} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_delete [0.019459s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_agent_get [0.022047s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_delete_ignore [0.019778s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_find [0.022207s] ... ok {8} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_software_config [0.019055s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_rule_type_get [0.019140s] ... ok {25} openstack.tests.unit.compute.v2.test_limits.TestAbsoluteLimits.test_basic [0.019418s] ... ok {20} openstack.tests.unit.identity.v2.test_role.TestRole.test_make_it [0.028647s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_get [0.012124s] ... ok {16} openstack.tests.unit.cloud.test_zone.TestZone.test_create_zone_exception [0.081230s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,754 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,760 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,763 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,767 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,773 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,789 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,795 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,798 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:22,805 keystoneauth.session REQ: curl -g -i -X POST https://dns.example.com/v2/zones -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"description": null, "name": "example.net.", "email": null}' 2020-07-27 06:27:22,811 keystoneauth.session RESP: [500] content-type: application/json {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavor_find [0.020393s] ... ok {11} openstack.tests.unit.load_balancer.test_provider.TestProviderFlavorCapabilities.test_basic [0.019545s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_add_interface_to_router_with_port [0.014234s] ... ok {29} openstack.tests.unit.compute.v2.test_server.TestServer.test_evacuate_with_options [0.021170s] ... ok {10} openstack.tests.unit.message.test_version.TestVersion.test_basic [0.022520s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_delete_ignore [0.019939s] ... ok {0} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_delete_ignore [0.019639s] ... ok {14} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_deactivate_image [0.022671s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_groups [0.018796s] ... ok {5} openstack.tests.unit.compute.v2.test_volume_attachment.TestServerInterface.test_make_it [0.020780s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rules [0.016807s] ... ok {17} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rule_update [0.020432s] ... ok {3} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_basic [0.020663s] ... ok {15} openstack.tests.unit.config.test_config.TestConfig.test_get_one_with_int_project_id [0.112617s] ... ok {7} openstack.tests.unit.load_balancer.test_amphora.TestAmphoraConfig.test_basic [0.020807s] ... ok {2} openstack.tests.unit.test_resource.TestResourceActions.test_fetch [0.024026s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_get [0.114206s] ... ok {22} openstack.tests.unit.load_balancer.test_member.TestPoolMember.test_basic [0.019593s] ... ok {21} openstack.tests.unit.compute.v2.test_server.TestServer.test_rescue_with_options [0.014590s] ... ok {20} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_find [0.022509s] ... ok {19} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_normalize_network [0.110003s] ... ok {9} openstack.tests.unit.network.test_version.TestVersion.test_basic [0.020023s] ... ok {30} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_import [0.029171s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_delete [0.020223s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_availability_zones [0.022910s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_update [0.021172s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_update [0.020333s] ... ok {8} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_software_deployments [0.020209s] ... ok {20} openstack.tests.unit.key_manager.v1.test_order.TestOrder.test_make_it [0.022351s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_get [0.105076s] ... ok {11} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_stats_get [0.019760s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_delete_ignore [0.021430s] ... ok {29} openstack.tests.unit.compute.v2.test_server_diagnostics.TestServerInterface.test_basic [0.019335s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scopes [0.012417s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_create_attrs [0.021837s] ... ok {12} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_find [0.020156s] ... ok {28} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_delete [0.019292s] ... ok {10} openstack.tests.unit.message.v2.test_claim.TestClaim.test_get [0.022161s] ... ok {14} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_container_delete_ignore [0.020303s] ... ok {0} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancer.test_basic [0.020987s] ... ok {30} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_import_no_required_attrs [0.023838s] ... ok {25} openstack.tests.unit.compute.v2.test_metadata.TestMetadata.test_get_all_metadata_Server [0.021828s] ... ok {9} openstack.tests.unit.network.v2.test_agent.TestAgent.test_basic [0.019920s] ... ok {17} openstack.tests.unit.load_balancer.test_version.TestVersion.test_basic [0.018334s] ... ok {5} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_verify_cacert [0.058012s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/cloud_region.py:191: UserWarning: You are specifying a cacert for the cloud test1:region-xx but also to ignore the host verification. The host SSL cert will not be verified. full_name=self.full_name)) {30} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_tasks [0.020135s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_rule_types [0.015778s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profile_find [0.019812s] ... ok {22} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listeners [0.018970s] ... ok {7} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_member_find [0.022794s] ... ok {21} openstack.tests.unit.compute.v2.test_server_group.TestServerGroup.test_make_it [0.011963s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_delete_ignore [0.019921s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_ip_availability_get [0.019957s] ... ok {8} openstack.tests.unit.orchestration.v1.test_software_deployment.TestSoftwareDeployment.test_make_it [0.020019s] ... ok {3} openstack.tests.unit.network.v2.test_listener.TestListener.test_basic [0.019743s] ... ok {20} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rules [0.022919s] ... ok {11} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_member_delete [0.021905s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quotas [0.019609s] ... ok {17} openstack.tests.unit.message.test_version.TestVersion.test_make_it [0.019714s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_agent_hosted_routers_list [0.013668s] ... ok {29} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_session_endpoint_not_found [0.044784s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,770 openstack.config Keystone catalog entry not found (service_type=notfound,service_name=None,interface=None,region_name=region-al) {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_get [0.022105s] ... ok {28} openstack.tests.unit.network.v2.test_qos_minimum_bandwidth_rule.TestQoSMinimumBandwidthRule.test_basic [0.019909s] ... ok {10} openstack.tests.unit.network.v2.test_flavor.TestFlavor.test_disassociate_flavor_from_service_profile [0.020520s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_create_attrs [0.012977s] ... ok {15} openstack.tests.unit.config.test_config.TestConfigArgparse.test_argparse_action_append_no_underscore [0.067617s] ... ok {14} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_create_attrs [0.020240s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_ip_availability_find [0.021250s] ... ok {12} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create_no_headers [0.108858s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,303 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,311 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,318 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,326 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,336 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,361 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create_no_headers-2 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{}' 2020-07-27 06:27:22,371 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,377 keystoneauth.session RESP BODY: {"count": 2, "bytes": 630666, "name": "openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create_no_headers-2"} {9} openstack.tests.unit.network.v2.test_listener.TestListener.test_make_it [0.020832s] ... ok {16} openstack.tests.unit.cloud.test_zone.TestZone.test_get_zone_by_name [0.088099s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,836 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,842 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,845 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,850 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,857 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,872 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,878 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,882 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:22,889 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com/v2/zones -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,895 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,900 keystoneauth.session RESP BODY: {"zones": [{"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."}], "links": {}, "metadata": {"total_count": 1}} {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_delete_ignore [0.018642s] ... ok {25} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_evacuate [0.022194s] ... ok {0} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_find [0.020201s] ... ok {18} openstack.tests.unit.cloud.test_volume.TestVolume.test_delete_volume_force [0.106579s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,821 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,827 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,831 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,836 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,843 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,862 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,868 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,871 keystoneauth.session RESP BODY: {"volumes": [{"status": "attached", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "volume001", "metadata": {}}]} 2020-07-27 06:27:22,880 keystoneauth.session REQ: curl -g -i -X POST https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/volume001/action -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"os-force_delete": null}' 2020-07-27 06:27:22,886 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,893 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/detail -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,899 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,903 keystoneauth.session RESP BODY: {"volumes": []} {30} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_container_update [0.019630s] ... ok {5} openstack.tests.unit.config.test_config.TestConfig.test_get_one_infer_user_domain [0.111730s] ... ok {6} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_create_attrs [0.015551s] ... ok {7} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quota_default_get [0.020812s] ... ok {8} openstack.tests.unit.test_exceptions.Test_HttpException.test_message [0.018636s] ... ok {21} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_network_service_types [0.093895s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_update [0.019806s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_find [0.018115s] ... ok {3} openstack.tests.unit.network.v2.test_metering_label.TestMeteringLabel.test_make_it [0.019843s] ... ok {22} openstack.tests.unit.message.v2.test_message.TestMessage.test_basic [0.020172s] ... ok {11} openstack.tests.unit.message.v2.test_queue.TestQueue.test_make_it [0.020584s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_delete_ignore [0.019083s] ... ok {17} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_subscription_delete [0.019664s] ... ok {29} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_client_config [0.073923s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/loader.py:552: UserWarning: external_network is deprecated. Please replace with an entry in a dict inside of the networks list with name: region1-network and routes_externally: True key=key, name=cloud[key], external=external)) {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_create_attrs [0.011854s] ... ok {2} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_link_header [0.076217s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,506 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,515 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,522 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,530 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,541 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_find [0.022858s] ... ok {28} openstack.tests.unit.network.v2.test_qos_rule_type.TestQoSRuleType.test_make_it [0.020109s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_create_attrs [0.023919s] ... ok {27} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rule_create_attrs [0.012510s] ... ok {20} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_delete_non_cascade [0.021530s] ... ok {14} openstack.tests.unit.load_balancer.test_l7rule.TestL7Rule.test_basic [0.021030s] ... ok {10} openstack.tests.unit.network.v2.test_floating_ip.TestFloatingIP.test_make_it [0.117853s] ... ok {12} openstack.tests.unit.object_store.v1.test_proxy.Test_containers.test_container_metadata_get [0.018948s] ... ok {9} openstack.tests.unit.network.v2.test_metering_label.TestMeteringLabel.test_basic [0.019636s] ... ok {25} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_interface_create [0.019408s] ... ok {16} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_wait_for_delete [0.019803s] ... ok {23} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_find [0.019713s] ... ok {0} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_rule_delete [0.022503s] ... ok {30} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_order_get [0.020097s] ... ok {5} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_just_kwargs [0.110778s] ... ok {7} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quota_delete_ignore [0.020077s] ... ok {8} openstack.tests.unit.test_proxy.TestProxyCreate.test_create_attributes_override_base_path [0.020582s] ... ok {6} openstack.tests.unit.network.v2.test_rbac_policy.TestRBACPolicy.test_make_it [0.017834s] ... ok {21} openstack.tests.unit.config.test_environ.TestEnvvars.test_have_envvars [0.112567s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_update [0.016606s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_delete [0.020283s] ... ok {11} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_delete_client_id_project_id_exist [0.021247s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_find [0.020197s] ... ok {22} openstack.tests.unit.message.v2.test_message.TestMessage.test_make_it [0.020457s] ... ok {17} openstack.tests.unit.network.v2.test_agent.TestAgent.test_remove_agent_from_network [0.023240s] ... ok {29} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_update [0.018796s] ... ok {2} openstack.tests.unit.test_resource.TestTagMixin.test_tagged_resource_always_created_with_empty_tag_list [0.023366s] ... ok {3} openstack.tests.unit.network.v2.test_pool.TestPool.test_make_it [0.019654s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_find_with_filter [0.013821s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_create_attrs [0.020272s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_get [0.019435s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_members [0.022308s] ... ok {28} openstack.tests.unit.network.v2.test_router.TestRouter.test_remove_router_gateway [0.021593s] ... ok {27} openstack.tests.unit.network.v2.test_quota.TestQuota.test_prepare_request [0.013273s] ... ok {18} openstack.tests.unit.cloud.test_volume.TestVolume.test_get_volume_by_id [0.076376s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,928 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,934 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,938 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,943 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,950 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,965 keystoneauth.session REQ: curl -g -i -X GET https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0/volumes/01 -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,975 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,979 keystoneauth.session RESP BODY: {"volume": {"status": "available", "description": "description", "availability_zone": "az1", "created_at": "1900-01-01 12:34:56", "source_volid": "12345", "name": "vol1", "attachments": [], "volume_type": "type:volume", "snapshot_id": "id:snapshot", "size": 75, "id": "01", "metadata": {}}} {12} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_object_create_attrs [0.021914s] ... ok {25} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_ips_without_network_label [0.019127s] ... ok {14} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitor_update [0.019471s] ... ok {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavors [0.019355s] ... ok {23} openstack.tests.unit.network.v2.test_quota.TestQuotaDefault.test_basic [0.019455s] ... ok {16} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_backup [0.022706s] ... ok {30} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_secret_update [0.019636s] ... ok {20} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_members [0.023133s] ... ok {0} openstack.tests.unit.message.v2.test_claim.TestClaim.test_create_204_resp [0.021586s] ... ok {7} openstack.tests.unit.load_balancer.test_quota.TestQuotaDefault.test_basic [0.020613s] ... ok {8} openstack.tests.unit.test_resource.TestAssertMicroversionFor.test_incompatible [0.022353s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_create_attrs [0.021665s] ... ok {21} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_instance_create_attrs [0.011115s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_update [0.022692s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profile_update [0.019621s] ... ok {11} openstack.tests.unit.network.v2.test_floating_ip.TestFloatingIP.test_basic [0.020438s] ... ok {22} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_delete [0.021920s] ... ok {29} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_update [0.112636s] ... ok {6} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_create [0.018429s] ... ok {27} openstack.tests.unit.network.v2.test_service_provider.TestServiceProvider.test_make_it [0.013432s] ... ok {17} openstack.tests.unit.network.v2.test_agent.TestRouterL3Agent.test_basic [0.019434s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_find [0.012418s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profile_get [0.020581s] ... ok {3} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_delete [0.019082s] ... ok {28} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_container_delete_ignore [0.019771s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_find [0.019672s] ... ok {15} openstack.tests.unit.config.test_environ.TestEnvvars.test_test_envvars [0.111567s] ... ok {12} openstack.tests.unit.object_store.v1.test_proxy.Test_objects.test_object_delete_ignore [0.025822s] ... ok {14} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policy_delete [0.019879s] ... ok {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancers [0.021383s] ... ok {25} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_set_server_metadata [0.027399s] ... ok {16} openstack.tests.unit.compute.v2.test_server.TestServer.test_revert_resize [0.024290s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_find [0.020390s] ... ok {23} openstack.tests.unit.network.v2.test_subnet.TestSubnet.test_basic [0.020565s] ... ok {30} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancerStats.test_basic [0.020745s] ... ok {0} openstack.tests.unit.message.v2.test_claim.TestClaim.test_create_client_id_project_id_exist [0.021894s] ... ok {21} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_create_attrs [0.077153s] ... ok {8} openstack.tests.unit.test_resource.TestResource.test__alternate_id_None [0.019026s] ... ok {7} openstack.tests.unit.message.v2.test_claim.TestClaim.test_update_client_id_project_id_exist [0.022040s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_delete [0.021816s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_create_attrs [0.020352s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_get_details [0.021380s] ... ok {11} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_auto_allocated_topology_delete [0.019254s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_delete_ignore [0.019286s] ... ok {29} openstack.tests.unit.identity.v3.test_domain.TestDomain.test_make_it [0.015225s] ... ok {17} openstack.tests.unit.network.v2.test_network_ip_availability.TestNetworkIPAvailability.test_make_it_with_optional [0.019893s] ... ok {12} openstack.tests.unit.orchestration.v1.test_resource.TestResource.test_basic [0.019607s] ... ok {22} openstack.tests.unit.network.v2.test_agent.TestAgent.test_add_agent_to_network [0.021365s] ... ok {31} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rule_delete [0.012504s] ... ok {27} openstack.tests.unit.object_store.v1.test_account.TestAccount.test_make_it [0.014209s] ... ok {4} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pools [0.020866s] ... ok {6} openstack.tests.unit.test_connection.TestConnection.test_from_config_given_cloud_config [0.031943s] ... ok {5} openstack.tests.unit.config.test_config.TestConfigArgparse.test_register_argparse_not_password [0.142793s] ... ok {28} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_container_delete_ignore [0.020524s] ... ok {3} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_update [0.019578s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rule_get [0.019182s] ... ok {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_find [0.115404s] ... ok {25} openstack.tests.unit.compute.v2.test_server.TestServer.test_pause [0.023324s] ... ok {14} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_messages [0.019260s] ... ok {16} openstack.tests.unit.compute.v2.test_server_interface.TestServerInterface.test_make_it [0.021022s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rules [0.019167s] ... ok {30} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_amphora_get [0.019044s] ... ok {23} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_object_create_no_container [0.018888s] ... ok {15} openstack.tests.unit.identity.v2.test_role.TestRole.test_basic [0.020470s] ... ok {8} openstack.tests.unit.test_resource.TestResource.test_initialize_basic [0.019547s] ... ok {19} openstack.tests.unit.config.test_config.TestConfig.test_get_region_by_name_no_value [0.235010s] ... ok {7} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_claim_update [0.020224s] ... ok {0} openstack.tests.unit.message.v2.test_claim.TestClaim.test_create_non_204_resp [0.022198s] ... ok {21} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_create_attrs [0.011646s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_update [0.022921s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_rule_create_attrs [0.018487s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_delete [0.019327s] ... ok {24} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_get [0.020321s] ... ok {26} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_get [0.039845s] ... ok {11} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_find [0.023087s] ... ok {29} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_region_get [0.011674s] ... ok {12} openstack.tests.unit.test__adapter.TestExtractName.test_extract_name(slash_servers_bare) [0.018283s] ... ok {31} openstack.tests.unit.object_store.v1.test_account.TestAccount.test_basic [0.013386s] ... ok {17} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_update [0.019151s] ... ok {4} openstack.tests.unit.network.v2.test_router.TestRouter.test_add_interface_subnet [0.020757s] ... ok {27} openstack.tests.unit.object_store.v1.test_proxy.Test_objects.test_object_create_no_container [0.011875s] ... ok {25} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_get_session_no_auth [0.057158s] ... ok {5} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_role_find [0.011250s] ... ok {3} openstack.tests.unit.network.v2.test_qos_dscp_marking_rule.TestQoSDSCPMarkingRule.test_make_it [0.020236s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_create_stack [0.020006s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segments [0.019176s] ... ok {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_find [0.020330s] ... ok {6} openstack.tests.unit.test_connection.TestConnection.test_other_parameters [0.031646s] ... ok {16} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_ipv6 [0.055651s] ... ok {14} openstack.tests.unit.message.v2.test_queue.TestQueue.test_delete [0.020773s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_create_attrs [0.019445s] ... ok {30} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_failover [0.021116s] ... ok {15} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_delete [0.017891s] ... ok {23} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_create_stack_preview [0.019156s] ... ok {8} openstack.tests.unit.test_resource.TestWaitForStatus.test_status_match [0.060553s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,276 openstack.resource Still waiting for resource Mock: to reach state loling, current state is other 2020-07-27 06:27:21,283 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:21,290 openstack.resource Still waiting for resource Mock: to reach state loling, current state is another 2020-07-27 06:27:21,297 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:21,303 openstack.resource Still waiting for resource Mock: to reach state loling, current state is another 2020-07-27 06:27:21,310 openstack.iterate_timeout Waiting 1.0 seconds {7} openstack.tests.unit.network.v2.test_floating_ip.TestFloatingIP.test_find_available_nada [0.025847s] ... ok {21} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_user_delete_ignore [0.011752s] ... ok {0} openstack.tests.unit.network.test_version.TestVersion.test_make_it [0.020585s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rules [0.021878s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_update [0.018820s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_update [0.019846s] ... ok {24} openstack.tests.unit.network.v2.test_quota.TestQuota.test_make_it [0.021845s] ... ok {11} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_create_attrs [0.020731s] ... ok {31} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_account_metadata_get [0.012521s] ... ok {12} openstack.tests.unit.test_connection.TestConnection.test_from_config_insecure [0.052100s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,534 openstack Turning off Insecure SSL warnings since verify=False 2020-07-27 06:27:22,540 openstack.config Turning off SSL warnings for insecure-cloud-alternative-format since verify=False {29} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_delete_ignore [0.011809s] ... ok {17} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_networks [0.102644s] ... ok {27} openstack.tests.unit.orchestration.v1.test_stack_environment.TestStackTemplate.test_basic [0.012392s] ... ok {26} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_commit_no_headers [0.171618s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,309 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,332 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,339 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,362 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,385 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {25} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_set_no_default [0.203117s] ... ok {28} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_files_with_stack_identity [0.024838s] ... ok {1} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_services [0.019141s] ... ok {5} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_credential_delete [0.011525s] ... ok {3} openstack.tests.unit.network.v2.test_security_group.TestSecurityGroup.test_make_it [0.023077s] ... ok {4} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_download [0.115350s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,291 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,299 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,306 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,314 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,325 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,361 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_download-2/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_download-3 -H "Accept: bytes" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "if-match: "b5c454b44fbd5344793e3fb7e3850768"" -H "x-newest: True" 2020-07-27 06:27:22,371 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 9 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Delete-At: 1453416226.16744 X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2020-07-27 06:27:22,378 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_create_attrs [0.019616s] ... ok {16} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_override_session_endpoint [0.055884s] ... ok {6} openstack.tests.unit.test_exceptions.Test_HttpException.test_http_status [0.015187s] ... ok {14} openstack.tests.unit.network.v2.test_flavor.TestFlavor.test_make_it [0.017885s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_find [0.022196s] ... ok {30} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_create [0.021902s] ... ok {15} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_delete [0.019937s] ... ok {19} openstack.tests.unit.config.test_environ.TestEnviron.test_envvar_prefer_ipv6_override [0.069775s] ... ok {23} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_delete_software_deployment [0.019033s] ... ok {7} openstack.tests.unit.network.v2.test_metering_label_rule.TestMeteringLabelRule.test_make_it [0.018085s] ... ok {24} openstack.tests.unit.network.v2.test_router.TestRouter.test_remove_interface_subnet [0.025100s] ... ok {21} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_endpoint_update [0.011348s] ... ok {0} openstack.tests.unit.network.v2.test_flavor.TestFlavor.test_make_it_with_optional [0.019789s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_create_attrs [0.019317s] ... ok {11} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_rule_type_find [0.020226s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_create_attrs [0.014574s] ... ok {31} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_delete [0.017126s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policies [0.022777s] ... ok {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_amphora_failover [0.011357s] ... ok {27} openstack.tests.unit.orchestration.v1.test_stack_files.TestStackFiles.test_basic [0.013571s] ... ok {17} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_get [0.021147s] ... ok {26} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_container_metadata_get [0.017633s] ... ok {25} openstack.tests.unit.config.test_config.TestConfig.test_get_region_invalid_region [0.077569s] ... ok {28} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_check [0.022566s] ... ok {1} openstack.tests.unit.network.v2.test_qos_policy.TestQoSPolicy.test_basic [0.020141s] ... ok {5} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_get [0.011361s] ... ok {3} openstack.tests.unit.object_store.v1.test_proxy.Test_containers.test_object_delete_ignore [0.025882s] ... ok {18} openstack.tests.unit.cloud.test_zone.TestZone.test_create_zone [0.172123s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,007 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,013 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,017 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,022 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,029 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:23,139 keystoneauth.session REQ: curl -g -i -X GET https://dns.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,143 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,145 keystoneauth.session RESP BODY: { "versions": { "values": [{ "id": "v1", "links": [ { "href": "https://dns.example.com/v1", "rel": "self" } ], "status": "DEPRECATED" }, { "id": "v2", "links": [ { "href": "https://dns.example.com/v2", "rel": "self" } ], "status": "CURRENT" }] } } 2020-07-27 06:27:23,150 keystoneauth.session REQ: curl -g -i -X POST https://dns.example.com/v2/zones -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -d '{"description": "Example zone", "ttl": 3600, "type": "PRIMARY", "name": "example.net.", "email": "test@example.net"}' 2020-07-27 06:27:23,154 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,156 keystoneauth.session RESP BODY: {"description": "Example zone", "email": "test@example.net", "ttl": 3600, "type": "PRIMARY", "id": "1", "name": "example.net."} {15} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_projects [0.018079s] ... ok {9} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_delete_ignore [0.019244s] ... ok {6} openstack.tests.unit.test_microversions.TestMicroversions.test_get_bad_default_min_microversion [0.093577s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,694 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,704 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,710 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,719 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,729 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,740 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,749 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,756 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_delete_ignore [0.019800s] ... ok {30} openstack.tests.unit.network.v2.test_network.TestDHCPAgentHostingNetwork.test_basic [0.012096s] ... ok {12} openstack.tests.unit.test_microversions.TestMicroversions.test_inferred_default_microversion [0.159234s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,569 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,578 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,585 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,593 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,603 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,627 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,637 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,644 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2020-07-27 06:27:22,666 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.42" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.42" 2020-07-27 06:27:22,676 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,683 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "123", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mickey", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}, {"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "345", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mouse", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {19} openstack.tests.unit.database.v1.test_proxy.TestDatabaseProxy.test_user_delete [0.021909s] ... ok {4} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_container_delete [0.019947s] ... ok {23} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_template_with_stack_object [0.019484s] ... ok {21} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_delete_ignore [0.011847s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_add_gateway_to_router [0.018375s] ... ok {16} openstack.tests.unit.config.test_config.TestBackwardsCompatibility.test_project_v2password [0.071259s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_get [0.019867s] ... ok {24} openstack.tests.unit.network.v2.test_trunk.TestQoSPolicy.test_basic [0.020277s] ... ok {0} openstack.tests.unit.network.v2.test_health_monitor.TestHealthMonitor.test_make_it [0.019981s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_delete_ignore [0.019366s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_find [0.014344s] ... ok {11} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_update [0.019327s] ... ok {31} openstack.tests.unit.object_store.v1.test_proxy.Test_containers.test_container_create_attrs [0.013496s] ... ok {13} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_create_attrs [0.019817s] ... ok {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_delete [0.011467s] ... ok {27} openstack.tests.unit.orchestration.v1.test_stack_template.TestStackTemplate.test_to_dict [0.026190s] ... ok {26} openstack.tests.unit.orchestration.v1.test_stack_template.TestStackTemplate.test_make_it [0.020102s] ... ok {17} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_create_attrs [0.021917s] ... ok {28} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_update [0.023560s] ... ok {5} openstack.tests.unit.identity.v3.test_role_project_user_assignment.TestRoleProjectUserAssignment.test_basic [0.011957s] ... ok {3} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_delete_stack_ignore [0.019918s] ... ok {15} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_delete_ignore [0.014233s] ... ok {9} openstack.tests.unit.network.v2.test_security_group.TestSecurityGroup.test_basic [0.019948s] ... ok {18} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_create [0.018833s] ... ok {6} openstack.tests.unit.test_resource.TestAssertMicroversionFor.test_none [0.022569s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavor_create_attrs [0.019668s] ... ok {30} openstack.tests.unit.network.v2.test_port_forwarding.TestFloatingIP.test_basic [0.088323s] ... ok {19} openstack.tests.unit.identity.v2.test_user.TestUser.test_basic [0.015854s] ... ok {4} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_template_with_stack_identity [0.023361s] ... ok {23} openstack.tests.unit.test__adapter.TestExtractName.test_extract_name(networks_bare) [0.018210s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_update [0.021010s] ... ok {21} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trust_delete_ignore [0.011437s] ... ok {1} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_basic [0.081694s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,915 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:21,923 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:21,930 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:21,938 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:21,948 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {24} openstack.tests.unit.object_store.v1.test_proxy.Test_containers.test_object_create_attrs [0.023736s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_update [0.019628s] ... ok {0} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_ip_availabilities [0.019092s] ... ok {12} openstack.tests.unit.test_placement_rest.TestPlacementRest.test_discovery [0.133300s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,729 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,738 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,745 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,754 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,764 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,784 keystoneauth.session REQ: curl -g -i -X GET https://placement.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,796 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,802 keystoneauth.session RESP BODY: { "versions": [ { "id": "v1.0", "links": [{"href": "", "rel": "self"}], "max_version": "1.17", "min_version": "1.0", "status": "CURRENT" } ] } 2020-07-27 06:27:22,819 keystoneauth.session REQ: curl -g -i -X GET https://placement.example.com/allocation_candidates -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,828 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,835 keystoneauth.session RESP BODY: {} {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_delete_ignore [0.021206s] ... ok {20} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policies [0.012455s] ... ok {11} openstack.tests.unit.network.v2.test_qos_bandwidth_limit_rule.TestQoSBandwidthLimitRule.test_basic [0.019247s] ... ok {31} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_container_create_attrs [0.012753s] ... ok {25} openstack.tests.unit.config.test_config.TestConfigArgparse.test_get_one_precedence [0.089615s] ... ok {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profile_find [0.011800s] ... ok {27} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_validate_with_ignore_errors [0.015584s] ... ok {26} openstack.tests.unit.test_connection.TestConnection.test_from_config_verify [0.064507s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/config/cloud_region.py:191: UserWarning: You are specifying a cacert for the cloud insecure-cloud but also to ignore the host verification. The host SSL cert will not be verified. full_name=self.full_name)) Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,503 openstack Turning off Insecure SSL warnings since verify=False 2020-07-27 06:27:22,510 openstack.config Turning off SSL warnings for insecure-cloud since verify=False {13} openstack.tests.unit.object_store.v1.test_proxy.Test_objects.test_object_create_attrs [0.022791s] ... ok {5} openstack.tests.unit.instance_ha.v1.test_host.TestHost.test_create [0.012264s] ... ok {28} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_update_preview [0.023682s] ... ok {17} openstack.tests.unit.network.v2.test_qos_dscp_marking_rule.TestQoSDSCPMarkingRule.test_basic [0.019432s] ... ok {3} openstack.tests.unit.orchestration.v1.test_resource.TestResource.test_make_it [0.020856s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rules [0.017509s] ... ok {9} openstack.tests.unit.object_store.v1.test_proxy.Test_objects.test_object_get [0.025443s] ... ok {15} openstack.tests.unit.identity.v3.test_region.TestRegion.test_basic [0.012517s] ... ok {6} openstack.tests.unit.test_resource.TestComponent.test_get_name_typed [0.019913s] ... ok {18} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_cluster_update [0.011000s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_dscp_marking_rule_delete_ignore [0.017392s] ... ok {4} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_basic [0.021284s] ... ok {23} openstack.tests.unit.test__adapter.TestExtractName.test_extract_name(tokens) [0.018205s] ... ok {19} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_domain_update [0.013714s] ... ok {21} openstack.tests.unit.image.v2.test_image.TestImage.test_add_tag [0.017091s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_create_attrs [0.024782s] ... ok {24} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_resources_stack_not_found [0.021187s] ... ok {0} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_delete [0.022028s] ... ok {12} openstack.tests.unit.test_proxy.TestProxyPrivate.test__check_resource_notstrict_id [0.016214s] ... ok {10} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_find [0.020428s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_delete [0.019317s] ... ok {11} openstack.tests.unit.network.v2.test_qos_rule_type.TestQoSRuleType.test_basic [0.019634s] ... ok {20} openstack.tests.unit.network.v2.test_segment.TestSegment.test_basic [0.012141s] ... ok {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policies [0.011025s] ... ok {31} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_object_delete [0.019089s] ... ok {25} openstack.tests.unit.database.v1.test_user.TestUser.test_create [0.016596s] ... ok {1} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_commit [0.108601s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:21,997 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,005 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,012 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,019 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,029 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,055 keystoneauth.session REQ: curl -g -i -X POST https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_container.TestContainer.test_commit-2 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: some ACL" -H "x-container-write: another ACL" -H "x-detect-content-type: True" -d '{}' 2020-07-27 06:27:22,064 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,070 keystoneauth.session RESP BODY: {"count": 2, "bytes": 630666, "name": "openstack.tests.unit.object_store.v1.test_container.TestContainer.test_commit-2"} {27} openstack.tests.unit.test__adapter.TestExtractName.test_extract_name(networks_arg) [0.013457s] ... ok {26} openstack.tests.unit.test_proxy.TestProxyUpdate.test_update_resource_override_base_path [0.019849s] ... ok {5} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_segment_delete [0.011259s] ... ok {28} openstack.tests.unit.orchestration.v1.test_stack_environment.TestStackTemplate.test_make_it [0.021296s] ... ok {13} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_find_stack [0.020934s] ... ok {17} openstack.tests.unit.network.v2.test_router.TestRouter.test_add_router_gateway [0.021801s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_flavor_delete [0.011458s] ... ok {3} openstack.tests.unit.test_format.TestBoolStrFormatter.test_serialize [0.019177s] ... ok {9} openstack.tests.unit.orchestration.test_version.TestVersion.test_make_it [0.020566s] ... ok {15} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_images [0.012256s] ... ok {6} openstack.tests.unit.test_resource.TestResource.test__consume_attrs [0.019531s] ... ok {18} openstack.tests.unit.clustering.v1.test_proxy.TestClusterProxy.test_nodes [0.010475s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_delete_ignore [0.011376s] ... ok {4} openstack.tests.unit.test_connection.TestConnection.test_from_config_given_config [0.040782s] ... ok {23} openstack.tests.unit.test_exceptions.Test_Exception.test_method_not_supported [0.018342s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_get [0.023557s] ... ok {21} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_schema_get [0.011955s] ... ok {24} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_abandon [0.022609s] ... ok {19} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_user_projects [0.013866s] ... ok {0} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_remove_interface_from_router_with_port [0.022067s] ... ok {12} openstack.tests.unit.test_resource.TestResourceActions.test_head [0.013550s] ... ok {10} openstack.tests.unit.network.v2.test_router.TestRouter.test_remove_interface_port [0.021580s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_remove_interface_from_router_with_subnet [0.022826s] ... ok {11} openstack.tests.unit.object_store.v1.test_proxy.Test_containers.test_container_delete [0.019199s] ... ok {31} openstack.tests.unit.test__adapter.TestExtractName.test_extract_name(servers_arg) [0.013573s] ... ok {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancers [0.011392s] ... ok {26} openstack.tests.unit.test_resource.TestResource.test__getattribute__id_with_alternate [0.019592s] ... ok {20} openstack.tests.unit.network.v2.test_subnet_pool.TestSubnetpool.test_make_it [0.013318s] ... ok {5} openstack.tests.unit.load_balancer.test_listener.TestListenerStats.test_make_it [0.012245s] ... ok {1} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_container_create_attrs [0.019656s] ... ok {28} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_validate_with_template_url [0.021699s] ... ok {16} openstack.tests.unit.config.test_config.TestConfig.test_get_one_networks [0.113503s] ... ok {25} openstack.tests.unit.identity.v3.test_policy.TestPolicy.test_make_it [0.011069s] ... ok {17} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_get [0.025930s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_create_attrs [0.018608s] ... ok {15} openstack.tests.unit.instance_ha.v1.test_segment.TestSegment.test_basic [0.014306s] ... ok {3} openstack.tests.unit.test_microversions.TestMicroversions.test_get_bad_inferred_min_microversion [0.098875s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,638 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,647 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,653 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,662 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,672 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,683 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,692 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,699 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } {9} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_delete_software_config [0.019722s] ... ok {6} openstack.tests.unit.test_resource.TestResource.test_to_dict [0.021008s] ... ok {18} openstack.tests.unit.compute.v2.test_aggregate.TestAggregate.test_remove_host [0.012945s] ... ok {27} openstack.tests.unit.test_microversions.TestMicroversions.test_get_bad_default_max_microversion [0.070632s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,824 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,831 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,836 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,842 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,849 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,858 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,864 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,868 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_hosting_l3_agents_list [0.013220s] ... ok {13} openstack.tests.unit.test_connection.TestAuthorize.test_authorize_works [0.068560s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,695 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,704 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,712 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,721 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,733 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {4} openstack.tests.unit.test_exceptions.Test_HttpException.test_details [0.019539s] ... ok {21} openstack.tests.unit.load_balancer.test_member.TestPoolMember.test_make_it [0.012357s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_find [0.023268s] ... ok {0} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rule_delete_ignore [0.018909s] ... ok {24} openstack.tests.unit.test_proxy.TestProxyGet.test_get_resource [0.020773s] ... ok {19} openstack.tests.unit.identity.v3.test_role_assignment.TestRoleAssignment.test_make_it [0.013316s] ... ok {23} openstack.tests.unit.test_placement_rest.TestPlacementRest.test_microversion_discovery [0.104317s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,824 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,833 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,839 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,847 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,857 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,870 keystoneauth.session REQ: curl -g -i -X GET https://placement.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,879 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,885 keystoneauth.session RESP BODY: { "versions": [ { "id": "v1.0", "links": [{"href": "", "rel": "self"}], "max_version": "1.17", "min_version": "1.0", "status": "CURRENT" } ] } {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_delete [0.018685s] ... ok {10} openstack.tests.unit.network.v2.test_service_provider.TestServiceProvider.test_basic [0.020586s] ... ok {12} openstack.tests.unit.test_resource.TestResourceFind.test_no_match_raise [0.051353s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,891 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,897 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,901 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,907 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,914 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {29} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pool_find [0.012123s] ... ok {26} openstack.tests.unit.test_resource.TestResourceActions.test_commit_base_path [0.025405s] ... ok {31} openstack.tests.unit.test_connection.TestConnection.test_create_connection_version_param_string [0.067407s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,415 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,422 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,426 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,433 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {5} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_profile_update [0.010877s] ... ok {17} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_object_get [0.015974s] ... ok {1} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_create_no_container [0.018801s] ... ok {11} openstack.tests.unit.object_store.v1.test_proxy.Test_containers.test_object_delete [0.026310s] ... ok {25} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_group_delete [0.010350s] ... ok {3} openstack.tests.unit.test_resource.TestQueryParameters.test_create [0.019302s] ... ok {13} openstack.tests.unit.test_resource.TestAssertMicroversionFor.test_custom_message [0.023014s] ... ok {15} openstack.tests.unit.load_balancer.test_amphora.TestAmphora.test_basic [0.016688s] ... ok {9} openstack.tests.unit.test_format.TestBoolStrFormatter.test_deserialize [0.019124s] ... ok {20} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_to_dict_recursion [0.052678s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,068 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,075 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,079 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,084 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,090 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {18} openstack.tests.unit.compute.v2.test_flavor.TestFlavor.test_make_basic [0.011865s] ... ok {27} openstack.tests.unit.test_proxy.TestProxyPrivate.test__check_resource_correct_resource [0.012215s] ... ok {28} openstack.tests.unit.test_proxy.TestProxyHead.test_head_resource_base_path [0.020210s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_delete [0.012147s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_delete [0.019154s] ... ok {6} openstack.tests.unit.test_resource.TestResourceActions.test_commit_put_retry_on_conflict [0.020322s] ... ok {4} openstack.tests.unit.test_resource.TestResource.test__mapping_overrides [0.019705s] ... ok {21} openstack.tests.unit.load_balancer.test_provider.TestProvider.test_basic [0.011826s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_remove_gateway_from_router [0.015679s] ... ok {0} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_create_attrs [0.019543s] ... ok {24} openstack.tests.unit.test_proxy.TestProxyGet.test_get_resource_with_args [0.021577s] ... ok {19} openstack.tests.unit.identity.v3.test_role_domain_user_assignment.TestRoleDomainUserAssignment.test_make_it [0.012343s] ... ok {23} openstack.tests.unit.test_proxy.TestProxyCreate.test_create_attributes [0.014890s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_delete_ignore [0.017814s] ... ok {29} openstack.tests.unit.message.v2.test_message.TestMessage.test_delete_client_id_project_id_exist [0.012615s] ... ok {15} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_pool_create [0.011542s] ... ok {5} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_health_monitor_find [0.011533s] ... ok {17} openstack.tests.unit.object_store.v1.test_proxy.Test_objects.test_container_metadata_get [0.012364s] ... ok {9} openstack.tests.unit.test_resource.TestComponentManager.test_create_basic [0.018550s] ... ok {11} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_files_with_stack_object [0.023478s] ... ok {10} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_data [0.116046s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,700 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,708 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,714 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,722 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,731 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,769 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_data-2/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_data-3 -H "Accept: " -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-newest: True" -d 'test body' 2020-07-27 06:27:22,778 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 9 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Delete-At: 1453416226.16744 X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2020-07-27 06:27:22,784 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {1} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_object_delete_ignore [0.025625s] ... ok {3} openstack.tests.unit.test_resource.TestResource.test__getattribute__id_in_body [0.020274s] ... ok {25} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_project_find [0.010935s] ... ok {13} openstack.tests.unit.test_resource.TestResource.test_existing [0.020745s] ... ok {31} openstack.tests.unit.test_connection.TestConnection.test_from_config_given_cloud_name [0.033033s] ... ok {27} openstack.tests.unit.test_resource.TestComponent.test_delete_name_doesnt_exist [0.011512s] ... ok {20} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_metadata_get [0.016131s] ... ok {18} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_disable_service [0.012688s] ... ok {28} openstack.tests.unit.test_proxy.TestProxyList.test_list_non_paginated [0.020772s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rules [0.011706s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listeners [0.010564s] ... ok {26} openstack.tests.unit.test_resource.TestResourceActions.test_list_response_paginated_without_links [0.077050s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,631 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,643 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,650 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,659 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,669 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {21} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_queue_delete [0.011351s] ... ok {4} openstack.tests.unit.test_resource.TestResource.test__prepare_request_with_patch [0.027982s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_update [0.011895s] ... ok {24} openstack.tests.unit.test_resource.TestResourceActions.test_commit_not_dirty [0.025593s] ... ok {0} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_update [0.019115s] ... ok {19} openstack.tests.unit.image.v2.test_image.TestImage.test_download_stream [0.017109s] ... ok {6} openstack.tests.unit.test_resource.TestResourceActions.test_list_one_page_response_not_paginated [0.043592s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,889 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,897 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,901 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,906 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,912 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {23} openstack.tests.unit.test_proxy.TestProxyGet.test_get_not_found [0.014936s] ... ok {22} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_get [0.018125s] ... ok {29} openstack.tests.unit.message.v2.test_message.TestMessage.test_post_client_id_project_id_exist [0.012349s] ... ok {15} openstack.tests.unit.message.v2.test_message.TestMessage.test_get [0.013463s] ... ok {5} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policy_create [0.011695s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_check_stack_with_stack_ID [0.012470s] ... ok {11} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_basic [0.020026s] ... ok {9} openstack.tests.unit.test_resource.TestComponentManager.test_create_unsynced [0.019200s] ... ok {10} openstack.tests.unit.object_store.v1.test_proxy.Test_containers.test_container_delete_ignore [0.019128s] ... ok {3} openstack.tests.unit.test_resource.TestResource.test__translate_response_no_body [0.020392s] ... ok {13} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_workflow_get [0.019453s] ... ok {1} openstack.tests.unit.orchestration.test_version.TestVersion.test_basic [0.020008s] ... ok {25} openstack.tests.unit.image.v2.test_image.TestImage.test_download_checksum_match [0.015181s] ... ok {27} openstack.tests.unit.test_resource.TestComponent.test_get_name_untyped [0.011391s] ... ok {20} openstack.tests.unit.object_store.v1.test_proxy.Test_containers.test_object_create_no_container [0.011467s] ... ok {31} openstack.tests.unit.test_exceptions.Test_HttpException.test_unicode_message [0.014745s] ... ok {28} openstack.tests.unit.test_proxy.TestProxyPrivate.test__check_resource_incorrect_resource [0.020941s] ... ok {18} openstack.tests.unit.compute.v2.test_proxy.TestComputeProxy.test_server_interface_get [0.013603s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rules [0.016026s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_set_tags_resource_without_tag_suport [0.013898s] ... ok {26} openstack.tests.unit.test_resource.TestResourceFind.test_multiple_matches [0.019363s] ... ok {21} openstack.tests.unit.network.v2.test_availability_zone.TestAvailabilityZone.test_basic [0.011046s] ... ok {4} openstack.tests.unit.test_resource.TestResourceActions.test_fetch_with_microversion [0.031496s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_segment_update [0.012054s] ... ok {0} openstack.tests.unit.network.v2.test_quota.TestQuota.test_alternate_id [0.020479s] ... ok {24} openstack.tests.unit.test_resource.TestResourceActions.test_commit_patch_retry_on_conflict [0.026308s] ... ok {6} openstack.tests.unit.test_utils.TestMaximumSupportedMicroversion.test_value_less_than_min [0.018969s] ... ok {19} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_delete [0.011541s] ... ok {23} openstack.tests.unit.test_resource.TestAssertMicroversionFor.test_compatible [0.020861s] ... ok {22} openstack.tests.unit.network.v2.test_subnet_pool.TestSubnetpool.test_basic [0.020528s] ... ok {29} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_message_get [0.110482s] ... ok {15} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_create_client_id_project_id_exist [0.013545s] ... ok {5} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_quotas [0.011160s] ... ok {11} openstack.tests.unit.test__adapter.TestExtractName.test_extract_name(slash_servers_arg) [0.018568s] ... ok {17} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_update_stack [0.014449s] ... ok {9} openstack.tests.unit.test_resource.TestResource.test__get_id_instance [0.019761s] ... ok {3} openstack.tests.unit.test_resource.TestResource.test__uri_mapping [0.019448s] ... ok {10} openstack.tests.unit.object_store.v1.test_proxy.Test_objects.test_account_metadata_get [0.020142s] ... ok {1} openstack.tests.unit.orchestration.v1.test_stack_files.TestStackFiles.test_get [0.021678s] ... ok {27} openstack.tests.unit.test_resource.TestResource.test__alternate_id [0.012669s] ... ok {25} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_image_upload [0.012912s] ... ok Captured stderr: ~~~~~~~~~~~~~~~~ openstack/image/v2/_proxy.py:87: UserWarning: upload_image is deprecated. Use create_image instead. warnings.warn("upload_image is deprecated. Use create_image instead.") {20} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_abandon_stack [0.012374s] ... ok {16} openstack.tests.unit.config.test_environ.TestEnviron.test_envvar_name_override [0.137793s] ... ok {28} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_resource_from_resource [0.021051s] ... ok {14} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_delete [0.012145s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_delete [0.010563s] ... ok {18} openstack.tests.unit.compute.v2.test_server.TestServer.test_unrescue [0.012944s] ... ok {31} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_resource_from_id [0.016061s] ... ok {21} openstack.tests.unit.network.v2.test_flavor.TestFlavor.test_associate_flavor_with_service_profile [0.012063s] ... ok {26} openstack.tests.unit.test_utils.Test_enable_logging.test_warning_file [0.023272s] ... ok {7} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnets [0.011582s] ... ok {0} openstack.tests.unit.network.v2.test_security_group_rule.TestSecurityGroupRule.test_make_it [0.020586s] ... ok {19} openstack.tests.unit.load_balancer.test_amphora.TestAmphora.test_make_it [0.012008s] ... ok {23} openstack.tests.unit.test_resource.TestResourceActions.test_commit_put_no_retry_on_conflict [0.025580s] ... ok {4} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_inferred_additional [0.093710s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,631 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,645 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,653 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,664 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,675 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {24} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_response_not_paginated [0.074764s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,528 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,537 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,544 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,553 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,563 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {29} openstack.tests.unit.network.v2.test_extension.TestExtension.test_make_it [0.011743s] ... ok {11} openstack.tests.unit.test__adapter.TestExtractName.test_extract_name(discovery) [0.018571s] ... ok {22} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create [0.111095s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,062 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,071 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,078 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,086 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,096 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:23,122 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create-2 -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-container-read: some ACL" -H "x-container-write: another ACL" -H "x-detect-content-type: True" -d '{}' 2020-07-27 06:27:23,132 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,138 keystoneauth.session RESP BODY: {"count": 2, "bytes": 630666, "name": "openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create-2"} {17} openstack.tests.unit.test_microversions.TestMicroversions.test_conflicting_implied_and_direct [0.015434s] ... ok {5} openstack.tests.unit.message.v2.test_message.TestMessage.test_delete_claimed [0.013056s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_extension_find [0.012388s] ... ok {9} openstack.tests.unit.test_resource.TestResource.test__prepare_request_with_id [0.019741s] ... ok {10} openstack.tests.unit.object_store.v1.test_proxy.Test_objects.test_container_create_attrs [0.019614s] ... ok {3} openstack.tests.unit.test_resource.TestResourceActions.test_delete [0.024731s] ... ok {27} openstack.tests.unit.test_resource.TestResource.test_to_dict_value_error [0.012464s] ... ok {1} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_network_format [0.020329s] ... ok {16} openstack.tests.unit.database.v1.test_instance.TestInstance.test_enable_root_user [0.011639s] ... ok {20} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_environment_with_stack_object [0.012756s] ... ok {25} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_host_delete [0.010419s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_group_rule_find [0.012429s] ... ok {28} openstack.tests.unit.test_resource.TestComponentManager.test_iter [0.019105s] ... ok {14} openstack.tests.unit.network.v2.test_trunk.TestQoSPolicy.test_make_it [0.021753s] ... ok {18} openstack.tests.unit.compute.v2.test_server_group.TestServerGroup.test_basic [0.015490s] ... ok {31} openstack.tests.unit.test_resource.TestResource.test__get_id_value [0.015675s] ... ok {29} openstack.tests.unit.network.v2.test_firewall_policy.TestFirewallPolicy.test_basic [0.000682s] ... ok {21} openstack.tests.unit.network.v2.test_floating_ip.TestFloatingIP.test_find_available [0.013738s] ... ok {7} openstack.tests.unit.network.v2.test_security_group_rule.TestSecurityGroupRule.test_basic [0.012018s] ... ok {19} openstack.tests.unit.load_balancer.test_flavor_profile.TestFlavorProfile.test_make_it [0.011330s] ... ok {0} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_list [0.118473s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,859 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,868 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,875 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,883 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,893 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,919 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:22,929 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,936 keystoneauth.session RESP BODY: [{"count": 999, "bytes": 12345, "name": "container1"}, {"count": 888, "bytes": 54321, "name": "container2"}] {11} openstack.tests.unit.test_proxy.TestProxyGet.test_get_base_path [0.019580s] ... ok {23} openstack.tests.unit.test_resource.TestResourceActions.test_list_response_paginated_with_links [0.057497s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,004 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,010 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,016 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,022 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,029 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {4} openstack.tests.unit.test_resource.TestResourceFind.test_find_short_circuit [0.087364s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,724 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,735 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,743 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,752 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,763 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {17} openstack.tests.unit.test_proxy.TestProxyDelete.test_delete_NotFound [0.013931s] ... ok {5} openstack.tests.unit.message.v2.test_proxy.TestMessageProxy.test_claim_get [0.106374s] ... ok {24} openstack.tests.unit.test_resource.TestResourceActions.test_list_one_page_response_resources_key [0.075063s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,604 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,613 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,621 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,629 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,640 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {9} openstack.tests.unit.test_resource.TestResource.test_new [0.020953s] ... ok {3} openstack.tests.unit.test_resource.TestResourceActions.test_fetch_base_path [0.024477s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack_environment_with_stack_identity [0.022627s] ... ok {22} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_no_data [0.078732s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,166 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,171 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,175 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,179 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,185 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:23,204 keystoneauth.session REQ: curl -g -i -X PUT https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_no_data-2/openstack.tests.unit.object_store.v1.test_obj.TestObject.test_create_no_data-3 -H "Accept: " -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "x-newest: True" 2020-07-27 06:27:23,210 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 9 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Delete-At: 1453416226.16744 X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2020-07-27 06:27:23,216 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {16} openstack.tests.unit.identity.v2.test_proxy.TestIdentityProxy.test_tenant_delete_ignore [0.010508s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_delete_ignore [0.018659s] ... ok {20} openstack.tests.unit.orchestration.v1.test_software_config.TestSoftwareConfig.test_make_it [0.012177s] ... ok {1} openstack.tests.unit.test_proxy.TestProxyGet.test_get_id [0.019907s] ... ok {28} openstack.tests.unit.test_resource.TestResource.test_cant_do_anything [0.021670s] ... ok {30} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_validate_topology [0.019519s] ... ok {14} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_software_deployment [0.020152s] ... ok {18} openstack.tests.unit.config.test_cloud_config.TestCloudRegion.test_cert_with_key [0.041321s] ... ok {25} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_host_get [0.010653s] ... ok {21} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policy_find [0.011962s] ... ok {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_create_attrs [0.011364s] ... ok {27} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_response_paginated [0.053354s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,955 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,962 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,966 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,971 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,978 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {7} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_delete_ignore [0.015037s] ... ok {19} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_create [0.011163s] ... ok {31} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_no_early_termination [0.063151s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,554 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,561 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,567 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,574 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,581 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {11} openstack.tests.unit.test_proxy.TestProxyList.test_list_paginated [0.017640s] ... ok {17} openstack.tests.unit.test_resource.TestComponent.test_creation [0.012785s] ... ok {24} openstack.tests.unit.test_resource.TestTagMixin.test_remove_single_tag [0.024822s] ... ok {9} openstack.tests.unit.test_resource.TestTagMixin.test_check_tag_exists [0.023794s] ... ok {5} openstack.tests.unit.message.v2.test_queue.TestQueue.test_basic [0.011809s] ... ok {3} openstack.tests.unit.test_resource.TestResourceActions.test_put_create [0.026597s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_stacks [0.019697s] ... ok {0} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_to_json [0.083756s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,978 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,987 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,995 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,003 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,012 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {4} openstack.tests.unit.test_resource.TestWaitForStatus.test_immediate_status_different_attribute [0.078736s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,813 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,823 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,831 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,840 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,850 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {22} openstack.tests.unit.object_store.v1.test_proxy.Test_objects.test_container_delete_ignore [0.015327s] ... ok {23} openstack.tests.unit.test_resource.TestWaitForStatus.test_immediate_status_case [0.052045s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,055 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,061 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,066 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,071 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,078 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {16} openstack.tests.unit.identity.v2.test_tenant.TestTenant.test_make_it [0.011092s] ... ok {30} openstack.tests.unit.network.v2.test_qos_policy.TestQoSPolicy.test_make_it [0.014083s] ... ok {14} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_baremetal_old_format [0.014450s] ... ok {20} openstack.tests.unit.orchestration.v1.test_stack_files.TestStackFiles.test_make_it [0.012488s] ... ok {28} openstack.tests.unit.test_resource.TestResource.test_to_dict_no_body [0.024210s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_listener_delete_ignore [0.019346s] ... ok {18} openstack.tests.unit.config.test_config.TestConfig.test_get_region_many_regions [0.060995s] ... ok {1} openstack.tests.unit.test_resource.TestResource.test_to_dict_nested [0.023804s] ... ok {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_get [0.011333s] ... ok {21} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_ips [0.011099s] ... ok {27} openstack.tests.unit.test_resource.TestWaitForStatus.test_status_fails_different_attribute [0.034834s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,014 openstack.resource Still waiting for resource Mock: to reach state loling, current state is other 2020-07-27 06:27:23,021 openstack.iterate_timeout Waiting 1.0 seconds {25} openstack.tests.unit.key_manager.v1.test_proxy.TestKeyManagerProxy.test_orders [0.010467s] ... ok {19} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_get [0.011631s] ... ok {31} openstack.tests.unit.test_resource.TestResourceFind.test_single_match_by_name [0.016122s] ... ok {7} openstack.tests.unit.object_store.v1.test_proxy.Test_download_object.test_stream [0.077583s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,074 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,081 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,085 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,091 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,097 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:23,123 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.Test_download_object.test_stream-2/openstack.tests.unit.object_store.v1.test_proxy.Test_download_object.test_stream-3 -H "Accept: bytes" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:23,130 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 9 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2020-07-27 06:27:23,133 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {11} openstack.tests.unit.test_resource.TestComponent.test_set_name_formatter [0.018104s] ... ok {17} openstack.tests.unit.test_resource.TestComponent.test_delete_name [0.012033s] ... ok {5} openstack.tests.unit.message.v2.test_queue.TestQueue.test_get [0.012248s] ... ok {24} openstack.tests.unit.test_resource.TestWaitForStatus.test_status_match_with_none [0.065095s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,698 openstack.resource Still waiting for resource Mock: to reach state loling, current state is other 2020-07-27 06:27:22,705 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:22,712 openstack.resource Still waiting for resource Mock: to reach state loling, current state is None 2020-07-27 06:27:22,720 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:22,728 openstack.resource Still waiting for resource Mock: to reach state loling, current state is another 2020-07-27 06:27:22,735 openstack.iterate_timeout Waiting 1.0 seconds {0} openstack.tests.unit.orchestration.v1.test_software_config.TestSoftwareConfig.test_basic [0.019091s] ... ok {10} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_update_software_deployment [0.019738s] ... ok {22} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_software_configs [0.012576s] ... ok {16} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_policy_delete_ignore [0.010495s] ... ok {30} openstack.tests.unit.network.v2.test_router.TestL3AgentRouters.test_basic [0.012536s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_get [0.010621s] ... ok {20} openstack.tests.unit.test_connection.TestAuthorize.test_authorize_failure [0.036388s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,200 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,205 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,209 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,214 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,220 keystoneauth.session Request returned failure status: 400 {28} openstack.tests.unit.test_resource.TestResource.test_to_dict_with_mro [0.021366s] ... ok {14} openstack.tests.unit.test_proxy.TestProxyDelete.test_delete_HttpException [0.014256s] ... ok {3} openstack.tests.unit.test_resource.TestResourceActions.test_values_as_list_params [0.075866s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,898 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,908 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,915 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,924 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,934 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {18} openstack.tests.unit.identity.v3.test_domain.TestDomain.test_basic [0.011628s] ... ok {9} openstack.tests.unit.test_resource.TestWaitForStatus.test_immediate_status [0.082191s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,639 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,648 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,655 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,664 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,675 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_get [0.010585s] ... ok {21} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_range_get [0.011368s] ... ok {1} openstack.tests.unit.test_resource.TestResource.test_to_dict_with_mro_no_override [0.020355s] ... ok {23} openstack.tests.unit.test_resource.TestWaitForStatus.test_no_sleep [0.053322s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,108 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,115 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,120 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,126 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,132 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {25} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancer.test_delete_non_cascade [0.012409s] ... ok {19} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_delete_cascade [0.011698s] ... ok {7} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_get_stack [0.117675s] ... ok {11} openstack.tests.unit.test_resource.TestTagMixin.test_check_tag_not_exists [0.025082s] ... ok {17} openstack.tests.unit.test_resource.TestComponent.test_get_name_None [0.011868s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_address_scope_delete [0.011076s] ... ok {0} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_make_it [0.019822s] ... ok {10} openstack.tests.unit.test_connection.TestConnection.test_create_connection_version_param_bogus [0.092976s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,970 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,978 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,985 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,994 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {16} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_roles [0.011219s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_update [0.013896s] ... ok {14} openstack.tests.unit.test_resource.TestResource.test__prepare_request_with_key [0.012987s] ... ok {22} openstack.tests.unit.test_resource.TestComponent.test_get_name_formatter [0.010008s] ... ok {20} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_http_exception [0.012969s] ... ok {30} openstack.tests.unit.network.v2.test_router.TestRouter.test_make_it_with_optional [0.020320s] ... ok {18} openstack.tests.unit.identity.v3.test_policy.TestPolicy.test_basic [0.011610s] ... ok {9} openstack.tests.unit.test_resource.Test_Request.test_create [0.019050s] ... ok {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_find [0.011427s] ... ok {21} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_get [0.011075s] ... ok {24} openstack.tests.unit.test_resource.TestWaitForStatus.test_timeout [0.195275s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,772 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,781 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,789 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,798 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,809 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:22,828 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2020-07-27 06:27:22,838 openstack.iterate_timeout Waiting 0.01 seconds 2020-07-27 06:27:22,846 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2020-07-27 06:27:22,856 openstack.iterate_timeout Waiting 0.01 seconds 2020-07-27 06:27:22,864 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2020-07-27 06:27:22,874 openstack.iterate_timeout Waiting 0.01 seconds 2020-07-27 06:27:22,882 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2020-07-27 06:27:22,893 openstack.iterate_timeout Waiting 0.01 seconds 2020-07-27 06:27:22,901 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2020-07-27 06:27:22,912 openstack.iterate_timeout Waiting 0.01 seconds 2020-07-27 06:27:22,920 openstack.resource Still waiting for resource Mock: to reach state loling, current state is 2020-07-27 06:27:22,931 openstack.iterate_timeout Waiting 0.01 seconds {23} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_workflow_create [0.013165s] ... ok {28} openstack.tests.unit.test_resource.TestResourceActions.test_list_query_params [0.075692s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,611 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,620 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,627 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,636 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,647 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {1} openstack.tests.unit.test_resource.TestResourceActions.test_put_create_with_microversion [0.026421s] ... ok {3} openstack.tests.unit.test_resource.TestResourceFind.test_find_result_name_not_in_query_parameters [0.068096s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,976 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,986 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,994 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,999 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,005 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {25} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_l7_policy_get [0.010975s] ... ok {19} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_load_balancer_update [0.010891s] ... ok {7} openstack.tests.unit.test_connection.TestConnection.test_create_connection_version_param_default [0.054751s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,285 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,291 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,295 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,300 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {11} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_workflows [0.010976s] ... ok {17} openstack.tests.unit.test_resource.TestResource.test_from_munch_new [0.017515s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_floating_ip_delete [0.011081s] ... ok {0} openstack.tests.unit.test_resource.TestComponent.test_get_no_instance [0.018752s] ... ok {10} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_resource_from_munch [0.020192s] ... ok {16} openstack.tests.unit.identity.v3.test_role_assignment.TestRoleAssignment.test_basic [0.011011s] ... ok {14} openstack.tests.unit.test_resource.TestResource.test__translate_response_with_body_no_resource_key [0.013167s] ... ok {15} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_delete [0.020721s] ... ok {20} openstack.tests.unit.test_proxy.TestProxyDelete.test_delete_ignore_missing [0.012134s] ... ok {30} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_check_stack_with_stack_object [0.020437s] ... ok {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_policy_delete [0.010650s] ... ok {9} openstack.tests.unit.test_utils.Test_enable_logging.test_debug_console_stdout [0.023250s] ... ok {21} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_find [0.012072s] ... ok {18} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_role_get [0.011405s] ... ok {24} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_workflow_find [0.021115s] ... ok {22} openstack.tests.unit.test_resource.TestWaitForDelete.test_success [0.045260s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,284 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,289 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,293 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,297 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,303 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {3} openstack.tests.unit.test_resource.TestTagMixin.test_remove_all_tags [0.013878s] ... ok {19} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_member_get [0.013598s] ... ok {7} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_baremetal_corrected_format [0.011776s] ... ok {1} openstack.tests.unit.test_resource.TestWaitForStatus.test_status_match_different_attribute [0.098745s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,328 openstack.resource Still waiting for resource Mock: to reach state loling, current state is other 2020-07-27 06:27:22,335 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:22,342 openstack.resource Still waiting for resource Mock: to reach state loling, current state is another 2020-07-27 06:27:22,349 openstack.iterate_timeout Waiting 1.0 seconds 2020-07-27 06:27:22,369 openstack.resource Still waiting for resource Mock: to reach state loling, current state is another 2020-07-27 06:27:22,375 openstack.iterate_timeout Waiting 1.0 seconds {28} openstack.tests.unit.test_resource.TestResourceFind.test_no_match_return [0.084982s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:22,688 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:22,697 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:22,704 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:22,713 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:22,724 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {25} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_listener_delete [0.011419s] ... ok {17} openstack.tests.unit.test_utils.Test_enable_logging.test_none [0.022764s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_segment_ranges [0.010893s] ... ok {10} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_resource_new [0.017061s] ... ok {14} openstack.tests.unit.test_resource.TestResourceActions.test_commit_patch_no_retry_on_conflict [0.015693s] ... ok {20} openstack.tests.unit.test_proxy.TestProxyHead.test_head_id [0.012256s] ... ok {15} openstack.tests.unit.network.v2.test_service_profile.TestServiceProfile.test_make_it [0.013719s] ... ok {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_router_get [0.011350s] ... ok {25} openstack.tests.unit.network.v2.test_firewall_group.TestFirewallGroup.test_basic [0.000788s] ... ok {30} openstack.tests.unit.orchestration.v1.test_stack_template.TestStackTemplate.test_basic [0.010899s] ... ok {9} openstack.tests.unit.test_utils.Test_enable_logging.test_warning_console_stderr [0.023460s] ... ok {21} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_quota_default_get [0.011661s] ... ok {18} openstack.tests.unit.identity.v3.test_proxy.TestIdentityProxy.test_trust_delete [0.011328s] ... ok {16} openstack.tests.unit.image.v2.test_image.TestImage.test_image_find [0.037848s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,526 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,530 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,533 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,536 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,540 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {22} openstack.tests.unit.test_utils.Test_enable_logging.test_debug_file [0.013025s] ... ok {0} openstack.tests.unit.test_resource.TestWaitForDelete.test_timeout [0.381030s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,127 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,137 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,144 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,153 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,163 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:23,178 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,184 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,191 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,197 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,201 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,205 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,209 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,212 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,222 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,229 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,236 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,243 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,250 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,257 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,264 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,271 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,278 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,284 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,291 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,298 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,305 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,310 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,314 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,318 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,323 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,327 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,331 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,335 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,340 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,344 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,349 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,353 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,359 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,363 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,368 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,372 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,377 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,381 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,387 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,391 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,395 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,399 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,403 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,408 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,412 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,417 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,421 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,425 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,430 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,434 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,438 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,442 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,446 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,451 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,455 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,460 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,464 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,468 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,473 openstack.iterate_timeout Waiting 0.1 seconds 2020-07-27 06:27:23,477 openstack.iterate_timeout Waiting 0.1 seconds {19} openstack.tests.unit.message.v2.test_message.TestMessage.test_delete_unclaimed [0.013752s] ... ok {7} openstack.tests.unit.test_resource.TestResource.test__header_mapping [0.011137s] ... ok {28} openstack.tests.unit.test_utils.TestMaximumSupportedMicroversion.test_with_none [0.019986s] ... ok {17} openstack.tests.unit.test_utils.Test_enable_logging.test_warning_console_stdout [0.019689s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_bandwidth_limit_rule_get [0.012844s] ... ok {10} openstack.tests.unit.test_resource.TestComponent.test_set_name_untyped [0.010816s] ... ok {14} openstack.tests.unit.test_resource.TestResourceActions.test_head_with_microversion [0.015984s] ... ok {20} openstack.tests.unit.test_resource.TestComponent.test_set_name_typed [0.010527s] ... ok {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_profile_delete [0.010726s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_agent_delete [0.011019s] ... ok {21} openstack.tests.unit.network.v2.test_qos_bandwidth_limit_rule.TestQoSBandwidthLimitRule.test_make_it [0.011660s] ... ok {9} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_executions [0.019474s] ... ok {18} openstack.tests.unit.identity.v3.test_service.TestService.test_basic [0.011067s] ... ok {16} openstack.tests.unit.instance_ha.v1.test_proxy.TestInstanceHaProxy.test_segment_update [0.010761s] ... ok {30} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_bad_request_exception [0.010988s] ... ok {15} openstack.tests.unit.object_store.v1.test_container.TestContainer.test_create_and_head [0.054351s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,354 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,359 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,363 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,370 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,377 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {22} openstack.tests.unit.workflow.test_execution.TestExecution.test_basic [0.010703s] ... ok {7} openstack.tests.unit.test_resource.TestResource.test__prepare_request_with_patch_not_synchronized [0.011907s] ... ok {19} openstack.tests.unit.network.v2.test_address_scope.TestAddressScope.test_basic [0.012390s] ... ok {17} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_execution_find [0.011067s] ... ok {5} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_get [0.011472s] ... ok {10} openstack.tests.unit.test_resource.TestResource.test__update [0.011908s] ... ok {14} openstack.tests.unit.test_resource.TestResourceActions.test_invalid_list_params [0.014371s] ... ok {19} openstack.tests.unit.network.v2.test_firewall_rule.TestFirewallRule.test_basic [0.000814s] ... ok {20} openstack.tests.unit.test_resource.TestComponentManager.test_getitem [0.010613s] ... ok {29} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_vpn_service_find [0.011450s] ... ok {18} openstack.tests.unit.identity.v3.test_user.TestUser.test_make_it [0.010999s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_policies [0.011321s] ... ok {16} openstack.tests.unit.key_manager.v1.test_secret.TestSecret.test_get_with_payload_from_content_types [0.011791s] ... ok {21} openstack.tests.unit.network.v2.test_quota.TestQuota.test_basic [0.011505s] ... ok {30} openstack.tests.unit.test_proxy.TestProxyUpdate.test_update_id [0.010936s] ... ok {15} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_container_delete [0.012140s] ... ok {7} openstack.tests.unit.test_utils.Test_urljoin.test_strings [0.010274s] ... ok {5} openstack.tests.unit.object_store.v1.test_proxy.Test_containers.test_object_metadata_get [0.014979s] ... ok {29} openstack.tests.unit.network.v2.test_router.TestRouter.test_make_it [0.011755s] ... ok {10} openstack.tests.unit.test_resource.TestResourceActions.test_commit_patch [0.014751s] ... ok {18} openstack.tests.unit.image.v2.test_proxy.TestImageProxy.test_member_get [0.010793s] ... ok {20} openstack.tests.unit.test_resource.TestResource.test__getattribute__id_without_alternate [0.012998s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_network_update [0.011008s] ... ok {16} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_amphorae [0.010379s] ... ok {15} openstack.tests.unit.object_store.v1.test_proxy.Test_objects.test_container_delete [0.012603s] ... ok {19} openstack.tests.unit.network.v2.test_network.TestNetwork.test_basic [0.012188s] ... ok {21} openstack.tests.unit.object_store.v1.test_proxy.Test_objects.test_object_metadata_get [0.014353s] ... ok {30} openstack.tests.unit.test_resource.TestQueryParameters.test_transpose_unmapped [0.010368s] ... ok {14} openstack.tests.unit.test_resource.TestResourceActions.test_list_response_paginated_with_microversions [0.048417s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,164 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,170 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,175 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,181 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,188 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {7} openstack.tests.unit.workflow.test_workflow.TestWorkflow.test_instantiate [0.011747s] ... ok {29} openstack.tests.unit.network.v2.test_vpn_service.TestVPNService.test_basic [0.011156s] ... ok {18} openstack.tests.unit.key_manager.v1.test_secret.TestSecret.test_get_with_payload_from_argument [0.011686s] ... ok {5} openstack.tests.unit.object_store.v1.test_proxy.Test_download_object.test_download [0.071342s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,426 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,431 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,435 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,440 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,446 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:23,470 keystoneauth.session REQ: curl -g -i -X GET https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0/openstack.tests.unit.object_store.v1.test_proxy.Test_download_object.test_download-2/openstack.tests.unit.object_store.v1.test_proxy.Test_download_object.test_download-3 -H "Accept: bytes" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" 2020-07-27 06:27:23,476 keystoneauth.session RESP: [200] Accept-Ranges: bytes Content-Length: 9 Content-Type: application/octet-stream Date: Mon, 19 Dec 2016 14:24:00 GMT Etag: "b5c454b44fbd5344793e3fb7e3850768" Last-Modified: Thu, 15 Dec 2016 13:34:14 GMT X-Object-Meta-Mtime: 1481513709.168512 X-Static-Large-Object: True X-Timestamp: 1481808853.65009 X-Trans-Id: tx68c2a2278f0c469bb6de1-005857ed80dfw1 2020-07-27 06:27:23,479 keystoneauth.session RESP BODY: Omitted, Content-Type is set to application/octet-stream. Only application/json responses have their bodies logged. {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_create_attrs [0.010871s] ... ok {10} openstack.tests.unit.test_resource.TestResourceActions.test_values_as_list_params_precedence [0.058984s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,121 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,130 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,134 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,139 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,145 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {15} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_delete_stack [0.011871s] ... ok {16} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_get [0.010632s] ... ok {19} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_rule_update [0.012155s] ... ok {21} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_create_software_deployment [0.011086s] ... ok {30} openstack.tests.unit.test_resource.TestResource.test__prepare_request_missing_id [0.010943s] ... ok {14} openstack.tests.unit.test_utils.Test_urljoin.test_unicode_strings [0.011439s] ... ok {20} openstack.tests.unit.test_resource.TestResourceActions.test_list_multi_page_header_count [0.046810s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,315 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,321 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,326 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,331 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,338 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {29} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_container_metadata_get [0.011350s] ... ok {18} openstack.tests.unit.load_balancer.test_load_balancer.TestLoadBalancer.test_make_it [0.012185s] ... ok {5} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_resources_with_stack_object [0.012447s] ... ok {25} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_service_provider [0.011135s] ... ok {19} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_load_balancer_find [0.012924s] ... ok {10} openstack.tests.unit.test_resource.TestResourceFind.test_match_empty_results [0.010316s] ... ok {30} openstack.tests.unit.test_resource.TestResource.test_repr [0.011395s] ... ok {16} openstack.tests.unit.message.v2.test_queue.TestQueue.test_create [0.012359s] ... ok {21} openstack.tests.unit.test__adapter.TestExtractName.test_extract_name(secgroups) [0.010626s] ... ok {15} openstack.tests.unit.test_connection.TestNetworkConnection.test_network_proxy [0.052302s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,450 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,456 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,459 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,464 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,470 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com/v2.0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {20} openstack.tests.unit.test_resource.TestResourceFind.test_single_match_by_alternate_id [0.011473s] ... ok {18} openstack.tests.unit.load_balancer.test_proxy.TestLoadBalancerProxy.test_flavor_create [0.011594s] ... ok {29} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_validate_template [0.012898s] ... ok {5} openstack.tests.unit.test_connection.TestConnection.test_session_provided [0.014434s] ... ok {25} openstack.tests.unit.network.v2.test_quota.TestQuotaDefault.test_make_it [0.011399s] ... ok {10} openstack.tests.unit.test_resource.TestResourceFind.test_single_match_by_id [0.010610s] ... ok {19} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_labels [0.012171s] ... ok {15} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_not_found_exception [0.012220s] ... ok {30} openstack.tests.unit.test_resource.TestResourceFind.test_no_match_by_name [0.011463s] ... ok {16} openstack.tests.unit.message.v2.test_subscription.TestSubscription.test_get_client_id_project_id_exist [0.012827s] ... ok {21} openstack.tests.unit.test_proxy.TestProxyDelete.test_delete [0.011387s] ... ok {18} openstack.tests.unit.message.v2.test_queue.TestQueue.test_get_client_id_project_id_exist [0.012092s] ... ok {29} openstack.tests.unit.orchestration.v1.test_template.TestTemplate.test_validate [0.012515s] ... ok {5} openstack.tests.unit.test_resource.TestComponentManager.test_delitem [0.010960s] ... ok {15} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_uri_attribute_no_parent [0.012064s] ... ok {25} openstack.tests.unit.network.v2.test_rbac_policy.TestRBACPolicy.test_basic [0.010506s] ... ok {10} openstack.tests.unit.test_resource.TestTagMixin.test_add_tag [0.020960s] ... ok {30} openstack.tests.unit.test_resource.TestTagMixin.test_fetch_tags [0.013347s] ... ok {19} openstack.tests.unit.network.v2.test_router.TestRouter.test_add_interface_port [0.012642s] ... ok {21} openstack.tests.unit.test_resource.TestComponentManager.test_len [0.010413s] ... ok {16} openstack.tests.unit.network.v2.test_agent.TestNetworkHostingDHCPAgent.test_basic [0.011459s] ... ok {29} openstack.tests.unit.test_proxy.TestProxyPrivate.test__check_resource_strict_id [0.013658s] ... ok {18} openstack.tests.unit.network.v2.test_agent.TestAgent.test_add_router_to_agent [0.011780s] ... ok {5} openstack.tests.unit.test_resource.TestResource.test_to_dict_ignore_none [0.012055s] ... ok {25} openstack.tests.unit.network.v2.test_subnet.TestSubnet.test_make_it [0.012920s] ... ok {15} openstack.tests.unit.test_resource.TestResource.test__get_id_instance_alternate [0.012205s] ... ok {30} openstack.tests.unit.test_utils.TestMaximumSupportedMicroversion.test_with_value [0.011118s] ... ok {21} openstack.tests.unit.test_resource.TestResource.test_to_dict_no_header [0.011381s] ... ok {16} openstack.tests.unit.network.v2.test_network_segment_range.TestNetworkSegmentRange.test_make_it [0.011793s] ... ok {29} openstack.tests.unit.test_proxy.TestProxyUpdate.test_update_resource [0.011830s] ... ok {19} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_basic [0.043741s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,466 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,471 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,475 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,479 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,487 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_auto_allocated_topology_get [0.010509s] ... ok {5} openstack.tests.unit.test_resource.TestResourceActions.test_fetch_not_requires_id [0.014188s] ... ok {15} openstack.tests.unit.test_resource.TestResourceActions.test_list_empty_response [0.014126s] ... ok {25} openstack.tests.unit.object_store.v1.test_proxy.Test_containers.test_object_get [0.014091s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_firewall_group_delete_ignore [0.010649s] ... ok {29} openstack.tests.unit.test_resource.TestResource.test_from_munch_existing [0.011553s] ... ok {21} openstack.tests.unit.test_resource.TestResourceActions.test_list_one_page_response_paginated [0.044183s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,368 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,374 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,378 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,383 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,389 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_metering_label_delete [0.010793s] ... ok {5} openstack.tests.unit.test_resource.TestWaitForStatus.test_status_fails [0.019532s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,564 openstack.resource Still waiting for resource Mock: to reach state loling, current state is other 2020-07-27 06:27:23,568 openstack.iterate_timeout Waiting 1.0 seconds {19} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_from_headers [0.044411s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,511 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,516 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,520 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,525 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,531 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {15} openstack.tests.unit.test_resource.TestResourceActions.test_post_create_base_path [0.014926s] ... ok {25} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_resources_with_stack_name [0.012790s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_health_monitor_update [0.010604s] ... ok {29} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_execution_get [0.010736s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_member_update [0.011608s] ... ok {21} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_execution_create [0.011463s] ... ok {5} openstack.tests.unit.workflow.test_execution.TestExecution.test_instantiate [0.011470s] ... ok {15} openstack.tests.unit.test_resource.TestTagMixin.test_tags_attribute [0.012936s] ... ok {19} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_account_metadata_get [0.011586s] ... ok {25} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_update_stack_preview [0.012304s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_pool_delete [0.010336s] ... ok {29} openstack.tests.unit.workflow.test_version.TestVersion.test_basic [0.011032s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_delete [0.012053s] ... ok {19} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_validate_template_invalid_request [0.010797s] ... ok {15} openstack.tests.unit.test_utils.Test_enable_logging.test_debug_console_stderr [0.012509s] ... ok {25} openstack.tests.unit.orchestration.v1.test_software_deployment.TestSoftwareDeployment.test_basic [0.010887s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_port_create_attrs [0.010696s] ... ok {29} openstack.tests.unit.workflow.test_version.TestVersion.test_make_it [0.010603s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_qos_minimum_bandwidth_rule_get [0.011496s] ... ok {15} openstack.tests.unit.test_utils.Test_urljoin.test_with_none [0.009867s] ... ok {19} openstack.tests.unit.test_connection.TestConnection.test_create_connection_version_param_int [0.054653s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,594 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,600 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,604 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,609 keystoneauth.identity.v2 Making authentication request to https://identity.example.com/v2.0/tokens {25} openstack.tests.unit.test_connection.TestConnection.test_create_session [0.021139s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_rbac_policy_delete_ignore [0.010393s] ... ok {29} openstack.tests.unit.workflow.test_workflow.TestWorkflow.test_basic [0.010391s] ... ok {18} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_pool_update [0.011405s] ... ok {15} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_workflow_delete [0.010473s] ... ok {19} openstack.tests.unit.test_microversions.TestMicroversions.test_get_bad_inferred_max_microversion [0.057869s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,638 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,643 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,648 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,653 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,659 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:23,666 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,671 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,674 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_security_groups [0.010856s] ... ok {25} openstack.tests.unit.test_proxy.TestProxyPrivate.test__get_uri_attribute_with_parent [0.010831s] ... ok {18} openstack.tests.unit.network.v2.test_service_profile.TestServiceProfile.test_basic [0.011483s] ... ok {19} openstack.tests.unit.test_proxy.TestProxyHead.test_head_resource [0.011405s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_set_tags [0.011459s] ... ok {25} openstack.tests.unit.test_resource.TestResource.test__body_mapping [0.010051s] ... ok {18} openstack.tests.unit.object_store.v1.test_proxy.TestObjectStoreProxy.test_object_create_attrs [0.013119s] ... ok {19} openstack.tests.unit.test_resource.TestResourceActions.test_commit_put [0.013930s] ... ok {16} openstack.tests.unit.network.v2.test_proxy.TestNetworkProxy.test_subnet_update [0.010638s] ... ok {18} openstack.tests.unit.orchestration.v1.test_proxy.TestOrchestrationProxy.test_create_software_config [0.011749s] ... ok {25} openstack.tests.unit.test_resource.TestResource.test__mapping_defaults [0.010231s] ... ok {19} openstack.tests.unit.test_resource.TestResourceActions.test_post_create [0.014179s] ... ok {16} openstack.tests.unit.network.v2.test_router.TestRouter.test_basic [0.010827s] ... ok {18} openstack.tests.unit.orchestration.v1.test_stack.TestStack.test_fetch [0.012365s] ... ok {25} openstack.tests.unit.test_utils.TestMaximumSupportedMicroversion.test_value_more_than_max [0.010100s] ... ok {19} openstack.tests.unit.workflow.test_proxy.TestWorkflowProxy.test_execution_delete [0.010359s] ... ok {16} openstack.tests.unit.network.v2.test_service_profile.TestServiceProfile.test_make_it_with_optional [0.010390s] ... ok {18} openstack.tests.unit.test_connection.TestNetworkConnectionSuffix.test_network_proxy [0.047375s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,678 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,683 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,686 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,690 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,696 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {16} openstack.tests.unit.network.v2.test_vpn_service.TestVPNService.test_make_it [0.010746s] ... ok {18} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_compute_format [0.010932s] ... ok {18} openstack.tests.unit.test_proxy.TestProxyList.test_list_override_base_path [0.010629s] ... ok {18} openstack.tests.unit.test_resource.TestComponent.test_get_default [0.010484s] ... ok {18} openstack.tests.unit.test_resource.TestComponentManager.test_clean [0.010058s] ... ok {18} openstack.tests.unit.test_resource.TestComponentManager.test_dirty [0.009419s] ... ok {18} openstack.tests.unit.test_resource.TestQueryParameters.test_transpose_not_in_query [0.009406s] ... ok {18} openstack.tests.unit.test_resource.TestResource.test_equality [0.011905s] ... ok {18} openstack.tests.unit.test_resource.TestResourceActions.test_head_base_path [0.012592s] ... ok {16} openstack.tests.unit.object_store.v1.test_obj.TestObject.test_from_body [0.038425s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,783 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,788 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,791 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,795 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,800 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {16} openstack.tests.unit.object_store.v1.test_proxy.Test_copy_object.test_object_metadata_get [0.014004s] ... ok {16} openstack.tests.unit.object_store.v1.test_proxy.Test_objects.test_object_delete [0.013356s] ... ok {16} openstack.tests.unit.test_connection.TestConnection.test_from_config_given_cloud [0.019239s] ... ok {16} openstack.tests.unit.test_exceptions.TestRaiseFromResponse.test_raise_no_exception [0.008729s] ... ok {16} openstack.tests.unit.test_microversions.TestMicroversions.test_default_microversion [0.072222s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,878 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,882 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,885 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,889 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:23,894 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} 2020-07-27 06:27:23,904 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,909 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,912 keystoneauth.session RESP BODY: { "versions": [ { "status": "SUPPORTED", "updated": "2011-01-21T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2/", "rel": "self" } ], "min_version": "", "version": "", "id": "v2.0" }, { "status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [ { "href": "https://compute.example.com/v2.1/", "rel": "self" } ], "min_version": "2.10", "version": "2.53", "id": "v2.1" } ] } 2020-07-27 06:27:23,922 keystoneauth.session REQ: curl -g -i -X GET https://compute.example.com/v2.1/servers/detail -H "Accept: application/json" -H "OpenStack-API-Version: compute 2.42" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" -H "X-Auth-Token: {SHA256}3734a221a9010285e8e2b26a9ea44a7c2ab81f24606236e793d875a4d3798aef" -H "X-OpenStack-Nova-API-Version: 2.42" 2020-07-27 06:27:23,926 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,929 keystoneauth.session RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "123", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mickey", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}, {"OS-EXT-STS:task_state": null, "addresses": {"private": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 6, "addr": "fddb:b018:307:0:f816:3eff:fedf:b08d", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:df:b0:8d", "version": 4, "addr": "172.24.5.5", "OS-EXT-IPS:type": "floating"}]}, "links": [], "image": {"id": "217f3ab1-03e0-4450-bf27-63d52b421e9e", "links": []}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2017-03-23T23:57:38.000000", "flavor": {"id": "64", "links": []}, "id": "345", "security_groups": [{"name": "default"}], "user_id": "9c119f4beaaa438792ce89387362b3ad", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "metadata": {}, "status": "ACTIVE", "updated": "2017-03-23T23:57:39Z", "hostId": "89d165f04384e3ffa4b6536669eb49104d30d6ca832bba2684605dbc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "mouse", "created": "2017-03-23T23:57:12Z", "tenant_id": "1c36b64c840a42cd9e9b931a369337f0", "os-extended-volumes:volumes_attached": [], "config_drive": "True"}]} {16} openstack.tests.unit.test_resource.TestComponent.test_implementations [0.008792s] ... ok {16} openstack.tests.unit.test_resource.TestComponentManager.test_setitem_unchanged [0.008661s] ... ok {16} openstack.tests.unit.test_resource.TestResourceActions.test_delete_with_microversion [0.012516s] ... ok {16} openstack.tests.unit.test_resource.TestResourceFind.test_find_result_name_in_query_parameters [0.038257s] ... ok Captured stdout: ~~~~~~~~~~~~~~~~ 2020-07-27 06:27:23,986 keystoneauth.session REQ: curl -g -i -X GET https://identity.example.com -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.1 keystoneauth1/3.13.2 python-requests/2.21.0 CPython/2.7.5" 2020-07-27 06:27:23,990 keystoneauth.session RESP: [200] content-type: application/json 2020-07-27 06:27:23,993 keystoneauth.session RESP BODY: { "versions": { "values": [ { "status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v3+json" } ], "id": "v3.6", "links": [ { "href": "https://identity.example.com/v3/", "rel": "self" } ] }, { "status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json" } ], "id": "v2.0", "links": [ { "href": "https://identity.example.com/v2.0/", "rel": "self" }, { "href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby" } ] } ] } } 2020-07-27 06:27:23,997 keystoneauth.identity.v3.base Making authentication request to https://identity.example.com/v3/auth/tokens 2020-07-27 06:27:24,002 keystoneauth.identity.v3.base {"token": {"methods": ["password"], "roles": [{"id": "9fe2ff9ee4384b1894a90878d3e92bab", "name": "_member_"}, {"id": "37071fc082e14c2284c32a2761f71c63", "name": "swiftoperator"}], "expires_at": "9999-12-31T23:59:59Z", "project": {"domain": {"id": "default", "name": "default"}, "id": "1c36b64c840a42cd9e9b931a369337f0", "name": "Default Project"}, "catalog": [{"endpoints": [{"interface": "public", "url": "https://compute.example.com/v2.1/", "region": "RegionOne", "id": "32466f357f3545248c47471ca51b0d3a"}], "type": "compute", "name": "nova"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v2/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "1e875ca2225b408bbf3520a1b8e1a537"}], "type": "volumev2", "name": "cinderv2"}, {"endpoints": [{"interface": "public", "url": "https://image.example.com", "region": "RegionOne", "id": "5a64de3c4a614d8d8f8d1ba3dee5f45f"}], "type": "image", "name": "glance"}, {"endpoints": [{"interface": "public", "url": "https://volume.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "3d15fdfc7d424f3c8923324417e1a3d1"}], "type": "volume", "name": "cinder"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://identity.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}, {"interface": "admin", "url": "https://identity.example.com", "region": "RegionOne", "id": "012322eeedcd459edabb4933021112bc"}], "type": "identity", "name": "keystone"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://network.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628d"}], "type": "network", "name": "neutron"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://container-infra.example.com/v1", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628e"}], "type": "container-infra", "name": "magnum"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://object-store.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "object-store", "name": "swift"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://bare-metal.example.com/", "region": "RegionOne", "id": "652f0612744042bfbb8a8bb2c777a16d"}], "type": "baremetal", "name": "ironic"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://orchestration.example.com/v1/1c36b64c840a42cd9e9b931a369337f0", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba628c"}], "type": "orchestration", "name": "heat"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://placement.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d353"}], "type": "placement", "name": "placement"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://dns.example.com", "region": "RegionOne", "id": "10c76ffd2b744a67950ed1365190d352"}], "type": "dns", "name": "designate"}, {"endpoints_links": [], "endpoints": [{"interface": "public", "url": "https://clustering.example.com", "region": "RegionOne", "id": "4deb4d0504a044a395d4480741ba624z"}], "type": "clustering", "name": "senlin"}], "user": {"domain": {"id": "default", "name": "default"}, "id": "c17534835f8f42bf98fc367e0bf35e09", "name": "mordred"}, "audit_ids": ["Rvn7eHkiSeOwucBIPaKdYA"], "issued_at": "2016-12-17T14:25:05.000000Z"}} {16} openstack.tests.unit.test_resource.TestTagMixin.test_set_tags [0.010796s] ... ok ====== Totals ====== Ran: 2696 tests in 5.0000 sec. - Passed: 2696 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 126.0292 sec. ============== Worker Balance ============== - Worker 0 (85 tests) => 0:00:05.124768 - Worker 1 (85 tests) => 0:00:04.106888 - Worker 2 (85 tests) => 0:00:03.270227 - Worker 3 (85 tests) => 0:00:04.702018 - Worker 4 (85 tests) => 0:00:04.565553 - Worker 5 (85 tests) => 0:00:05.246374 - Worker 6 (85 tests) => 0:00:04.573650 - Worker 7 (85 tests) => 0:00:05.022366 - Worker 8 (84 tests) => 0:00:02.981398 - Worker 9 (84 tests) => 0:00:04.442230 - Worker 10 (84 tests) => 0:00:04.854594 - Worker 11 (84 tests) => 0:00:04.503610 - Worker 12 (84 tests) => 0:00:04.586534 - Worker 13 (84 tests) => 0:00:04.473321 - Worker 14 (84 tests) => 0:00:04.804795 - Worker 15 (84 tests) => 0:00:05.194848 - Worker 16 (84 tests) => 0:00:05.606711 - Worker 17 (84 tests) => 0:00:04.684348 - Worker 18 (84 tests) => 0:00:05.365550 - Worker 19 (84 tests) => 0:00:05.337065 - Worker 20 (84 tests) => 0:00:04.943849 - Worker 21 (84 tests) => 0:00:04.994885 - Worker 22 (84 tests) => 0:00:04.915330 - Worker 23 (84 tests) => 0:00:04.701774 - Worker 24 (84 tests) => 0:00:04.519074 - Worker 25 (84 tests) => 0:00:05.163700 - Worker 26 (84 tests) => 0:00:04.323396 - Worker 27 (84 tests) => 0:00:04.593383 - Worker 28 (84 tests) => 0:00:04.293883 - Worker 29 (84 tests) => 0:00:05.022094 - Worker 30 (84 tests) => 0:00:04.921010 - Worker 31 (84 tests) => 0:00:04.097235 + exit 0 Processing files: python2-openstacksdk-0.27.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kTVmFm + umask 022 + cd /builddir/build/BUILD + cd openstacksdk-0.27.1 + DOCDIR=/builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/share/doc/python2-openstacksdk-0.27.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/share/doc/python2-openstacksdk-0.27.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/share/doc/python2-openstacksdk-0.27.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.hrSncV + umask 022 + cd /builddir/build/BUILD + cd openstacksdk-0.27.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/share/licenses/python2-openstacksdk-0.27.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/share/licenses/python2-openstacksdk-0.27.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch/usr/share/licenses/python2-openstacksdk-0.27.1 + exit 0 Provides: python-openstacksdk = 0.27.1-1.el7 python2-openstacksdk = 0.27.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 python(abi) = 2.7 Obsoletes: python-openstacksdk < 0.27.1-1.el7 Processing files: python2-openstacksdk-tests-0.27.1-1.el7.noarch Provides: python2-openstacksdk-tests = 0.27.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash /bin/sh python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch Wrote: /builddir/build/RPMS/python2-openstacksdk-0.27.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-openstacksdk-tests-0.27.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AfDj1N + umask 022 + cd /builddir/build/BUILD + cd openstacksdk-0.27.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-openstacksdk-0.27.1-1.el7.noarch + exit 0 Child return code was: 0