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-openstackclient.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-68807-344537/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-openstackclient.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-openstackclient-3.18.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-openstackclient.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-68807-344537/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-openstackclient.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.a3VPK9 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-openstackclient-3.18.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-openstackclient-3.18.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-openstackclient-3.18.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-openstackclient-3.18.1 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CM47M1 + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-3.18.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/openstackclient creating build/lib/openstackclient/common copying openstackclient/common/clientmanager.py -> build/lib/openstackclient/common copying openstackclient/common/limits.py -> build/lib/openstackclient/common copying openstackclient/common/extension.py -> build/lib/openstackclient/common copying openstackclient/common/availability_zone.py -> build/lib/openstackclient/common copying openstackclient/common/module.py -> build/lib/openstackclient/common copying openstackclient/common/project_purge.py -> build/lib/openstackclient/common copying openstackclient/common/client_config.py -> build/lib/openstackclient/common copying openstackclient/common/__init__.py -> build/lib/openstackclient/common copying openstackclient/common/versions.py -> build/lib/openstackclient/common copying openstackclient/common/quota.py -> build/lib/openstackclient/common copying openstackclient/common/configuration.py -> build/lib/openstackclient/common copying openstackclient/common/commandmanager.py -> build/lib/openstackclient/common creating build/lib/openstackclient/tests creating build/lib/openstackclient/tests/functional creating build/lib/openstackclient/tests/functional/identity copying openstackclient/tests/functional/identity/__init__.py -> build/lib/openstackclient/tests/functional/identity creating build/lib/openstackclient/tests/unit creating build/lib/openstackclient/tests/unit/compute copying openstackclient/tests/unit/compute/__init__.py -> build/lib/openstackclient/tests/unit/compute creating build/lib/openstackclient/object copying openstackclient/object/client.py -> build/lib/openstackclient/object copying openstackclient/object/__init__.py -> build/lib/openstackclient/object creating build/lib/openstackclient/tests/functional/image creating build/lib/openstackclient/tests/functional/image/v2 copying openstackclient/tests/functional/image/v2/__init__.py -> build/lib/openstackclient/tests/functional/image/v2 copying openstackclient/tests/functional/image/v2/test_image.py -> build/lib/openstackclient/tests/functional/image/v2 creating build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_commandmanager.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_extension.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_project_purge.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_configuration.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_logs.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_clientmanager.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/__init__.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_limits.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_command.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_module.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_parseractions.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_availability_zone.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_quota.py -> build/lib/openstackclient/tests/unit/common creating build/lib/openstackclient/tests/functional/compute creating build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_server_event.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_flavor.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_aggregate.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_server.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_server_group.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_keypair.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/__init__.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/common.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_agent.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/image/__init__.py -> build/lib/openstackclient/tests/functional/image copying openstackclient/tests/functional/image/base.py -> build/lib/openstackclient/tests/functional/image creating build/lib/openstackclient/tests/functional/object copying openstackclient/tests/functional/object/__init__.py -> build/lib/openstackclient/tests/functional/object creating build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_extension.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_help.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_configuration.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_versions.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/__init__.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_module.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_availability_zone.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_quota.py -> build/lib/openstackclient/tests/functional/common creating build/lib/openstackclient/tests/functional/volume creating build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/test_volume_type.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/test_qos.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/test_snapshot.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/__init__.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/common.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/test_transfer_request.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/test_volume.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/unit/utils.py -> build/lib/openstackclient/tests/unit copying openstackclient/tests/unit/fakes.py -> build/lib/openstackclient/tests/unit copying openstackclient/tests/unit/__init__.py -> build/lib/openstackclient/tests/unit copying openstackclient/tests/unit/test_shell.py -> build/lib/openstackclient/tests/unit creating build/lib/openstackclient/network copying openstackclient/network/utils.py -> build/lib/openstackclient/network copying openstackclient/network/client.py -> build/lib/openstackclient/network copying openstackclient/network/__init__.py -> build/lib/openstackclient/network copying openstackclient/network/common.py -> build/lib/openstackclient/network copying openstackclient/network/sdk_utils.py -> build/lib/openstackclient/network creating build/lib/openstackclient/tests/unit/volume creating build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_service.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_type.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/fakes.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_snapshot.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_qos_specs.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/__init__.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_transfer_request.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_backup.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_volume.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/__init__.py -> build/lib/openstackclient/tests creating build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/test_compute_v2.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/test_image_v2.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/fakes.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/test_utils.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/test_object_store_v1.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/__init__.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/test_api.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/test_image_v1.py -> build/lib/openstackclient/tests/unit/api creating build/lib/openstackclient/tests/unit/image copying openstackclient/tests/unit/image/__init__.py -> build/lib/openstackclient/tests/unit/image creating build/lib/openstackclient/compute creating build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/keypair.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/server_backup.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/agent.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/aggregate.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/usage.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/flavor.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/hypervisor.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/floatingip.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/server.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/fixedip.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/server_group.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/host.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/__init__.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/server_image.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/hypervisor_stats.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/server_event.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/service.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/console.py -> build/lib/openstackclient/compute/v2 creating build/lib/openstackclient/volume creating build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/volume.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/snapshot.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/volume_transfer_request.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/volume_snapshot.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/backup.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/qos_specs.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/__init__.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/volume_type.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/service.py -> build/lib/openstackclient/volume/v1 creating build/lib/openstackclient/tests/unit/volume/v3 copying openstackclient/tests/unit/volume/v3/__init__.py -> build/lib/openstackclient/tests/unit/volume/v3 creating build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_service.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_volume_type.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_qos.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_snapshot.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/__init__.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/common.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_transfer_request.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_backup.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_volume.py -> build/lib/openstackclient/tests/functional/volume/v2 creating build/lib/openstackclient/tests/functional/examples copying openstackclient/tests/functional/examples/__init__.py -> build/lib/openstackclient/tests/functional/examples copying openstackclient/tests/functional/examples/test_examples.py -> build/lib/openstackclient/tests/functional/examples creating build/lib/openstackclient/tests/unit/object creating build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/fakes.py -> build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/test_container_all.py -> build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/test_object.py -> build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/test_object_all.py -> build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/__init__.py -> build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/test_container.py -> build/lib/openstackclient/tests/unit/object/v1 creating build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_service.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_volume_type.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_qos.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_snapshot.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/__init__.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/common.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_transfer_request.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_volume.py -> build/lib/openstackclient/tests/functional/volume/v1 creating build/lib/openstackclient/image creating build/lib/openstackclient/image/v2 copying openstackclient/image/v2/image.py -> build/lib/openstackclient/image/v2 copying openstackclient/image/v2/__init__.py -> build/lib/openstackclient/image/v2 creating build/lib/openstackclient/volume/v3 copying openstackclient/volume/v3/__init__.py -> build/lib/openstackclient/volume/v3 creating build/lib/openstackclient/tests/unit/integ creating build/lib/openstackclient/tests/unit/integ/cli copying openstackclient/tests/unit/integ/cli/__init__.py -> build/lib/openstackclient/tests/unit/integ/cli copying openstackclient/tests/unit/integ/cli/test_project.py -> build/lib/openstackclient/tests/unit/integ/cli copying openstackclient/tests/unit/integ/cli/test_shell.py -> build/lib/openstackclient/tests/unit/integ/cli creating build/lib/openstackclient/tests/unit/identity creating build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_service.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/fakes.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_catalog.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_user.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/__init__.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_project.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_endpoint.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_token.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_role_assignment.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_role.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/volume/__init__.py -> build/lib/openstackclient/tests/unit/volume copying openstackclient/tests/unit/volume/test_find_resource.py -> build/lib/openstackclient/tests/unit/volume creating build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_service.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_consistency_group.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_type.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/fakes.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_backup_record.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_volume_host.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_snapshot.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_qos_specs.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/__init__.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_transfer_request.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_volume_backend.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_backup.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_volume.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_consistency_group_snapshot.py -> build/lib/openstackclient/tests/unit/volume/v2 creating build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_service.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/fakes.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_oauth.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_trust.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_credential.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_mappings.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_unscoped_saml.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_catalog.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_user.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_service_provider.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_endpoint_group.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_protocol.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_limit.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_application_credential.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/__init__.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_project.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_group.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_endpoint.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_consumer.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_registered_limit.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_token.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_domain.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_implied_role.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_identity_provider.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_role_assignment.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_role.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_region.py -> build/lib/openstackclient/tests/unit/identity/v3 creating build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_service.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_hypervisor_stats.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_server_event.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_flavor.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/fakes.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_aggregate.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_host.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_server.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_server_group.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_usage.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_keypair.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/__init__.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_server_image.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_console.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_hypervisor.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_agent.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_server_backup.py -> build/lib/openstackclient/tests/unit/compute/v2 creating build/lib/openstackclient/tests/functional/network creating build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_subnet.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_port.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_segment.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_rbac.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_service_provider.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_security_group.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_meter_rule.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_agent.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_flavor_profile.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/__init__.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_segment_range.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_router.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_ip_availability.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_meter.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_address_scope.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_qos_rule.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_subnet_pool.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/common.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_floating_ip.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_qos_policy.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_security_group_rule.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_flavor.py -> build/lib/openstackclient/tests/functional/network/v2 creating build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/snapshot.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume_host.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume_transfer_request.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/consistency_group.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume_snapshot.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/backup_record.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/backup.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/qos_specs.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/__init__.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume_backend.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/consistency_group_snapshot.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume_type.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/service.py -> build/lib/openstackclient/volume/v2 copying openstackclient/tests/functional/volume/__init__.py -> build/lib/openstackclient/tests/functional/volume copying openstackclient/tests/functional/volume/base.py -> build/lib/openstackclient/tests/functional/volume copying openstackclient/tests/unit/identity/__init__.py -> build/lib/openstackclient/tests/unit/identity copying openstackclient/tests/unit/integ/__init__.py -> build/lib/openstackclient/tests/unit/integ copying openstackclient/tests/unit/integ/base.py -> build/lib/openstackclient/tests/unit/integ copying openstackclient/volume/client.py -> build/lib/openstackclient/volume copying openstackclient/volume/__init__.py -> build/lib/openstackclient/volume creating build/lib/openstackclient/tests/unit/network copying openstackclient/tests/unit/network/test_sdk_utils.py -> build/lib/openstackclient/tests/unit/network copying openstackclient/tests/unit/network/test_common.py -> build/lib/openstackclient/tests/unit/network copying openstackclient/tests/unit/network/__init__.py -> build/lib/openstackclient/tests/unit/network creating build/lib/openstackclient/identity creating build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/role.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/user.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/endpoint.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/__init__.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/catalog.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/token.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/service.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/project.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/ec2creds.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/role_assignment.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/compute/client.py -> build/lib/openstackclient/compute copying openstackclient/compute/__init__.py -> build/lib/openstackclient/compute creating build/lib/openstackclient/object/v1 copying openstackclient/object/v1/__init__.py -> build/lib/openstackclient/object/v1 copying openstackclient/object/v1/account.py -> build/lib/openstackclient/object/v1 copying openstackclient/object/v1/container.py -> build/lib/openstackclient/object/v1 copying openstackclient/object/v1/object.py -> build/lib/openstackclient/object/v1 creating build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_service.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_catalog.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_user.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_service_provider.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_idp.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_limit.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_application_credential.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/__init__.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_project.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_group.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_endpoint.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_registered_limit.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/common.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_token.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_domain.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_role.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_region.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/network/__init__.py -> build/lib/openstackclient/tests/functional/network copying openstackclient/__init__.py -> build/lib/openstackclient copying openstackclient/shell.py -> build/lib/openstackclient copying openstackclient/i18n.py -> build/lib/openstackclient creating build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_service.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_catalog.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_user.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/__init__.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_project.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_endpoint.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/common.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_token.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_ec2_credentials.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_role.py -> build/lib/openstackclient/tests/functional/identity/v2 creating build/lib/openstackclient/tests/unit/image/v1 copying openstackclient/tests/unit/image/v1/fakes.py -> build/lib/openstackclient/tests/unit/image/v1 copying openstackclient/tests/unit/image/v1/__init__.py -> build/lib/openstackclient/tests/unit/image/v1 copying openstackclient/tests/unit/image/v1/test_image.py -> build/lib/openstackclient/tests/unit/image/v1 creating build/lib/openstackclient/tests/unit/image/v2 copying openstackclient/tests/unit/image/v2/fakes.py -> build/lib/openstackclient/tests/unit/image/v2 copying openstackclient/tests/unit/image/v2/__init__.py -> build/lib/openstackclient/tests/unit/image/v2 copying openstackclient/tests/unit/image/v2/test_image.py -> build/lib/openstackclient/tests/unit/image/v2 copying openstackclient/image/client.py -> build/lib/openstackclient/image copying openstackclient/image/__init__.py -> build/lib/openstackclient/image creating build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_service_provider.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/router.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_segment_range.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_rbac.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/security_group.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/security_group_rule.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/address_scope.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_auto_allocated_topology.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/subnet_pool.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/ip_availability.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/floating_ip.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_flavor_profile.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/floating_ip_pool.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_meter_rule.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/__init__.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_agent.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/port.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_flavor.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/_tag.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/subnet.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_meter.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_segment.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_qos_policy.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_qos_rule_type.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_qos_rule.py -> build/lib/openstackclient/network/v2 copying openstackclient/tests/functional/compute/__init__.py -> build/lib/openstackclient/tests/functional/compute creating build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/application_credential.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/role.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/identity_provider.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/implied_role.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/domain.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/consumer.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/user.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/credential.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/federation_protocol.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/endpoint.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/unscoped_saml.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/policy.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/service_provider.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/__init__.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/catalog.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/limit.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/trust.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/token.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/endpoint_group.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/mapping.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/group.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/registered_limit.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/service.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/tag.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/project.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/ec2creds.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/role_assignment.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/region.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/client.py -> build/lib/openstackclient/identity copying openstackclient/identity/__init__.py -> build/lib/openstackclient/identity copying openstackclient/identity/common.py -> build/lib/openstackclient/identity creating build/lib/openstackclient/api copying openstackclient/api/utils.py -> build/lib/openstackclient/api copying openstackclient/api/api.py -> build/lib/openstackclient/api copying openstackclient/api/compute_v2.py -> build/lib/openstackclient/api copying openstackclient/api/auth_plugin.py -> build/lib/openstackclient/api copying openstackclient/api/image_v2.py -> build/lib/openstackclient/api copying openstackclient/api/__init__.py -> build/lib/openstackclient/api copying openstackclient/api/object_store_v1.py -> build/lib/openstackclient/api copying openstackclient/api/image_v1.py -> build/lib/openstackclient/api creating build/lib/openstackclient/image/v1 copying openstackclient/image/v1/image.py -> build/lib/openstackclient/image/v1 copying openstackclient/image/v1/__init__.py -> build/lib/openstackclient/image/v1 copying openstackclient/tests/unit/object/__init__.py -> build/lib/openstackclient/tests/unit/object creating build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_subnet.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/fakes.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_port.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_segment.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_rbac.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_service_provider.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_security_group_network.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_floating_ip_compute.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_meter_rule.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_compute.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_agent.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_floating_ip_network.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_flavor_profile.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_auto_allocated_topology.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_security_group_rule_network.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/__init__.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_segment_range.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_router.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_ip_availability.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_meter.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_address_scope.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_floating_ip_pool_compute.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_qos_rule.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_qos_rule_type.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_floating_ip_pool_network.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_subnet_pool.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_security_group_compute.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_security_group_rule_compute.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_qos_policy.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_flavor.py -> build/lib/openstackclient/tests/unit/network/v2 creating build/lib/openstackclient/tests/functional/image/v1 copying openstackclient/tests/functional/image/v1/__init__.py -> build/lib/openstackclient/tests/functional/image/v1 copying openstackclient/tests/functional/image/v1/test_image.py -> build/lib/openstackclient/tests/functional/image/v1 copying openstackclient/tests/functional/__init__.py -> build/lib/openstackclient/tests/functional copying openstackclient/tests/functional/base.py -> build/lib/openstackclient/tests/functional creating build/lib/openstackclient/tests/functional/object/v1 copying openstackclient/tests/functional/object/v1/test_object.py -> build/lib/openstackclient/tests/functional/object/v1 copying openstackclient/tests/functional/object/v1/__init__.py -> build/lib/openstackclient/tests/functional/object/v1 copying openstackclient/tests/functional/object/v1/test_container.py -> build/lib/openstackclient/tests/functional/object/v1 copying openstackclient/tests/functional/object/v1/common.py -> build/lib/openstackclient/tests/functional/object/v1 running egg_info deleting python_openstackclient.egg-info/requires.txt writing python_openstackclient.egg-info/PKG-INFO writing top-level names to python_openstackclient.egg-info/top_level.txt writing dependency_links to python_openstackclient.egg-info/dependency_links.txt writing entry points to python_openstackclient.egg-info/entry_points.txt writing pbr to python_openstackclient.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 writing manifest file 'python_openstackclient.egg-info/SOURCES.txt' creating build/lib/openstackclient/locale creating build/lib/openstackclient/locale/tr_TR creating build/lib/openstackclient/locale/tr_TR/LC_MESSAGES copying openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.po -> build/lib/openstackclient/locale/tr_TR/LC_MESSAGES + sleep 1 + python2 setup.py compile_catalog -d build/lib/openstackclient/locale running compile_catalog compiling catalog build/lib/openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.po to build/lib/openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.mo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Kw5dSZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch + cd python-openstackclient-3.18.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-openstackclient-3.18.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-openstackclient-3.18.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/clientmanager.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/limits.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/extension.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/availability_zone.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/module.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/project_purge.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/client_config.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/versions.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/quota.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/configuration.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/commandmanager.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/utils.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/api.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/compute_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/auth_plugin.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/image_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/object_store_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/image_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/locale creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/locale/tr_TR creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/locale/tr_TR/LC_MESSAGES copying build/lib/openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.po -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/locale/tr_TR/LC_MESSAGES copying build/lib/openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.mo -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/locale/tr_TR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit copying build/lib/openstackclient/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit copying build/lib/openstackclient/tests/unit/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_commandmanager.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_extension.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_project_purge.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_configuration.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_logs.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_clientmanager.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_limits.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_command.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_module.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_parseractions.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_availability_zone.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_quota.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/test_compute_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/test_image_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/test_utils.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/test_object_store_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/test_api.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/test_image_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ copying build/lib/openstackclient/tests/unit/integ/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ/cli copying build/lib/openstackclient/tests/unit/integ/cli/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ/cli copying build/lib/openstackclient/tests/unit/integ/cli/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ/cli copying build/lib/openstackclient/tests/unit/integ/cli/test_shell.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ/cli copying build/lib/openstackclient/tests/unit/integ/base.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ copying build/lib/openstackclient/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_user.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_token.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_role_assignment.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_role.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0 creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_oauth.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_trust.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_credential.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_mappings.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_unscoped_saml.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_user.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_endpoint_group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_protocol.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_limit.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_application_credential.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_consumer.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_registered_limit.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_token.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_domain.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_implied_role.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_identity_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_role_assignment.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_role.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_region.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object copying build/lib/openstackclient/tests/unit/object/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/test_container_all.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/test_object.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/test_object_all.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/test_container.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/test_shell.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_hypervisor_stats.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_server_event.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_aggregate.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_host.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_server.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_server_group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_usage.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_keypair.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_server_image.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_console.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_hypervisor.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_agent.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_server_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v2 copying build/lib/openstackclient/tests/unit/image/v2/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v2 copying build/lib/openstackclient/tests/unit/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v2 copying build/lib/openstackclient/tests/unit/image/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v2 copying build/lib/openstackclient/tests/unit/image/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v1 copying build/lib/openstackclient/tests/unit/image/v1/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v1 copying build/lib/openstackclient/tests/unit/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v1 copying build/lib/openstackclient/tests/unit/image/v1/test_image.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v1 creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_consistency_group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_type.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_backup_record.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_volume_host.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_qos_specs.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_volume_backend.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_volume.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_consistency_group_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2 creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v3 copying build/lib/openstackclient/tests/unit/volume/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v3 copying build/lib/openstackclient/tests/unit/volume/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_type.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_qos_specs.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_volume.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/test_find_resource.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network copying build/lib/openstackclient/tests/unit/network/test_sdk_utils.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_subnet.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_port.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_segment.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_rbac.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_security_group_network.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_floating_ip_compute.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_meter_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_compute.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_agent.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_floating_ip_network.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_flavor_profile.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_auto_allocated_topology.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_security_group_rule_network.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_segment_range.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_router.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_ip_availability.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_meter.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_address_scope.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_floating_ip_pool_compute.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_qos_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_floating_ip_pool_network.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_subnet_pool.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_security_group_compute.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_security_group_rule_compute.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_qos_policy.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/test_common.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network copying build/lib/openstackclient/tests/unit/network/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_extension.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_help.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_configuration.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_versions.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_module.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_availability_zone.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_quota.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_user.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/common.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_token.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_ec2_credentials.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_role.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2 creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_user.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_idp.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_limit.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_application_credential.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_registered_limit.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/common.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_token.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_domain.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_role.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_region.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object copying build/lib/openstackclient/tests/functional/object/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object/v1 copying build/lib/openstackclient/tests/functional/object/v1/test_object.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object/v1 copying build/lib/openstackclient/tests/functional/object/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object/v1 copying build/lib/openstackclient/tests/functional/object/v1/test_container.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object/v1 copying build/lib/openstackclient/tests/functional/object/v1/common.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object/v1 creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_server_event.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_aggregate.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_server.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_server_group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_keypair.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/common.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_agent.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/v2 copying build/lib/openstackclient/tests/functional/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/v2 copying build/lib/openstackclient/tests/functional/image/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/v2 copying build/lib/openstackclient/tests/functional/image/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/v1 copying build/lib/openstackclient/tests/functional/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/v1 copying build/lib/openstackclient/tests/functional/image/v1/test_image.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/v1 copying build/lib/openstackclient/tests/functional/image/base.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/examples copying build/lib/openstackclient/tests/functional/examples/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/examples copying build/lib/openstackclient/tests/functional/examples/test_examples.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/examples creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_volume_type.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_qos.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/common.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_volume.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2 creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/test_volume_type.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/test_qos.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/common.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/test_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/test_volume.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_volume_type.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_qos.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/common.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_volume.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/base.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_subnet.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_port.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_segment.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_rbac.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_security_group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_meter_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_agent.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_flavor_profile.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_segment_range.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_router.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_ip_availability.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_meter.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_address_scope.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_qos_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_subnet_pool.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/common.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_floating_ip.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_qos_policy.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_security_group_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network copying build/lib/openstackclient/tests/functional/base.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional copying build/lib/openstackclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests copying build/lib/openstackclient/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity copying build/lib/openstackclient/identity/client.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/role.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/user.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/token.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/project.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/ec2creds.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/role_assignment.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/application_credential.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/role.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/identity_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/implied_role.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/domain.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/consumer.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/user.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/credential.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/federation_protocol.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/unscoped_saml.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/policy.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/limit.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/trust.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/token.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/endpoint_group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/mapping.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/registered_limit.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/tag.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/project.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/ec2creds.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/role_assignment.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/region.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity copying build/lib/openstackclient/identity/common.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object copying build/lib/openstackclient/object/client.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object copying build/lib/openstackclient/object/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/object/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/object/v1/account.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/object/v1/container.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/object/v1/object.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/shell.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/keypair.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/server_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/agent.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/aggregate.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/usage.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/hypervisor.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/floatingip.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/server.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/fixedip.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/server_group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/host.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/server_image.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/hypervisor_stats.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/server_event.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/console.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/client.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute copying build/lib/openstackclient/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute copying build/lib/openstackclient/i18n.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/v2 copying build/lib/openstackclient/image/v2/image.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/v2 copying build/lib/openstackclient/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/v2 copying build/lib/openstackclient/image/client.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image copying build/lib/openstackclient/image/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/v1 copying build/lib/openstackclient/image/v1/image.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/v1 copying build/lib/openstackclient/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/v1 creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume_host.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/consistency_group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/backup_record.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/backup.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/qos_specs.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume_backend.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/consistency_group_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume_type.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/client.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v3 copying build/lib/openstackclient/volume/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v3 copying build/lib/openstackclient/volume/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/volume.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/volume_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/volume_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/backup.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/qos_specs.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/volume_type.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/service.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1 creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network copying build/lib/openstackclient/network/utils.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network creating /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/router.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_segment_range.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_rbac.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/security_group.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/security_group_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/address_scope.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_auto_allocated_topology.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/subnet_pool.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/ip_availability.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/floating_ip.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_flavor_profile.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/floating_ip_pool.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_meter_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_agent.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/port.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/_tag.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/subnet.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_meter.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_segment.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_qos_policy.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_qos_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/client.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network copying build/lib/openstackclient/network/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network copying build/lib/openstackclient/network/common.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network copying build/lib/openstackclient/network/sdk_utils.py -> /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/clientmanager.py to clientmanager.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/limits.py to limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/extension.py to extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/availability_zone.py to availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/module.py to module.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/project_purge.py to project_purge.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/client_config.py to client_config.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/configuration.py to configuration.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/common/commandmanager.py to commandmanager.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api/compute_v2.py to compute_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api/auth_plugin.py to auth_plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api/image_v2.py to image_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api/object_store_v1.py to object_store_v1.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/api/image_v1.py to image_v1.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_commandmanager.py to test_commandmanager.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_project_purge.py to test_project_purge.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_configuration.py to test_configuration.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_logs.py to test_logs.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_clientmanager.py to test_clientmanager.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_command.py to test_command.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_module.py to test_module.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_parseractions.py to test_parseractions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/common/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api/test_compute_v2.py to test_compute_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api/test_image_v2.py to test_image_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api/test_object_store_v1.py to test_object_store_v1.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/api/test_image_v1.py to test_image_v1.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ/cli/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ/cli/test_shell.py to test_shell.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/integ/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0/test_catalog.py to test_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0/test_role_assignment.py to test_role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v2_0/test_role.py to test_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_oauth.py to test_oauth.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_trust.py to test_trust.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_credential.py to test_credential.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_mappings.py to test_mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_unscoped_saml.py to test_unscoped_saml.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_catalog.py to test_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_service_provider.py to test_service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_endpoint_group.py to test_endpoint_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_protocol.py to test_protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_limit.py to test_limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_application_credential.py to test_application_credential.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_group.py to test_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_consumer.py to test_consumer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_registered_limit.py to test_registered_limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_domain.py to test_domain.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_implied_role.py to test_implied_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_identity_provider.py to test_identity_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_role_assignment.py to test_role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_role.py to test_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/v3/test_region.py to test_region.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1/test_container_all.py to test_container_all.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1/test_object.py to test_object.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1/test_object_all.py to test_object_all.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/object/v1/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/test_shell.py to test_shell.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_hypervisor_stats.py to test_hypervisor_stats.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_server_event.py to test_server_event.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_aggregate.py to test_aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_host.py to test_host.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_server_group.py to test_server_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_usage.py to test_usage.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_keypair.py to test_keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_server_image.py to test_server_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_console.py to test_console.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_hypervisor.py to test_hypervisor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_agent.py to test_agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/v2/test_server_backup.py to test_server_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v2/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v2/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v1/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/image/v1/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_consistency_group.py to test_consistency_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_type.py to test_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_backup_record.py to test_backup_record.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_volume_host.py to test_volume_host.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_qos_specs.py to test_qos_specs.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_transfer_request.py to test_transfer_request.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_volume_backend.py to test_volume_backend.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_backup.py to test_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v2/test_consistency_group_snapshot.py to test_consistency_group_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1/test_type.py to test_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1/test_qos_specs.py to test_qos_specs.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1/test_transfer_request.py to test_transfer_request.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1/test_backup.py to test_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/v1/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/volume/test_find_resource.py to test_find_resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/test_sdk_utils.py to test_sdk_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_subnet.py to test_subnet.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_segment.py to test_network_segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_rbac.py to test_network_rbac.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_service_provider.py to test_network_service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_security_group_network.py to test_security_group_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_floating_ip_compute.py to test_floating_ip_compute.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_meter_rule.py to test_network_meter_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_compute.py to test_network_compute.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_agent.py to test_network_agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_floating_ip_network.py to test_floating_ip_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_flavor_profile.py to test_network_flavor_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_auto_allocated_topology.py to test_network_auto_allocated_topology.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_security_group_rule_network.py to test_security_group_rule_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_segment_range.py to test_network_segment_range.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_router.py to test_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_ip_availability.py to test_ip_availability.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_meter.py to test_network_meter.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_address_scope.py to test_address_scope.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_floating_ip_pool_compute.py to test_floating_ip_pool_compute.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_qos_rule.py to test_network_qos_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_qos_rule_type.py to test_network_qos_rule_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_floating_ip_pool_network.py to test_floating_ip_pool_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_subnet_pool.py to test_subnet_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_security_group_compute.py to test_security_group_compute.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_security_group_rule_compute.py to test_security_group_rule_compute.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_qos_policy.py to test_network_qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/v2/test_network_flavor.py to test_network_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/test_common.py to test_common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/unit/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common/test_help.py to test_help.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common/test_configuration.py to test_configuration.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common/test_versions.py to test_versions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common/test_module.py to test_module.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/common/test_quota.py to test_quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2/test_catalog.py to test_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2/test_ec2_credentials.py to test_ec2_credentials.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v2/test_role.py to test_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_catalog.py to test_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_service_provider.py to test_service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_idp.py to test_idp.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_limit.py to test_limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_application_credential.py to test_application_credential.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_group.py to test_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_registered_limit.py to test_registered_limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_domain.py to test_domain.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_role.py to test_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/v3/test_region.py to test_region.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object/v1/test_object.py to test_object.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object/v1/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/object/v1/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2/test_server_event.py to test_server_event.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2/test_aggregate.py to test_aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2/test_server_group.py to test_server_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2/test_keypair.py to test_keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/v2/test_agent.py to test_agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/v2/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/v1/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/image/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/examples/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/examples/test_examples.py to test_examples.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2/test_volume_type.py to test_volume_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2/test_qos.py to test_qos.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2/test_transfer_request.py to test_transfer_request.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2/test_backup.py to test_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v2/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3/test_volume_type.py to test_volume_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3/test_qos.py to test_qos.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3/test_transfer_request.py to test_transfer_request.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v3/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1/test_volume_type.py to test_volume_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1/test_qos.py to test_qos.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1/test_snapshot.py to test_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1/test_transfer_request.py to test_transfer_request.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/v1/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/volume/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_subnet.py to test_subnet.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_port.py to test_port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_segment.py to test_network_segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_rbac.py to test_network_rbac.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_service_provider.py to test_network_service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_security_group.py to test_security_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_meter_rule.py to test_network_meter_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_agent.py to test_network_agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_flavor_profile.py to test_network_flavor_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_segment_range.py to test_network_segment_range.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_router.py to test_router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_ip_availability.py to test_ip_availability.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_meter.py to test_network_meter.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_address_scope.py to test_address_scope.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_qos_rule.py to test_network_qos_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py to test_network_qos_rule_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_subnet_pool.py to test_subnet_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_floating_ip.py to test_floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_qos_policy.py to test_network_qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_security_group_rule.py to test_security_group_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/v2/test_network_flavor.py to test_network_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/catalog.py to catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/ec2creds.py to ec2creds.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/role_assignment.py to role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/application_credential.py to application_credential.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/identity_provider.py to identity_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/implied_role.py to implied_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/domain.py to domain.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/consumer.py to consumer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/credential.py to credential.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/federation_protocol.py to federation_protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/unscoped_saml.py to unscoped_saml.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/service_provider.py to service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/catalog.py to catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/limit.py to limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/trust.py to trust.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/endpoint_group.py to endpoint_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/mapping.py to mapping.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/group.py to group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/registered_limit.py to registered_limit.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/tag.py to tag.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/ec2creds.py to ec2creds.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/role_assignment.py to role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/v3/region.py to region.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/identity/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object/v1/account.py to account.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object/v1/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/object/v1/object.py to object.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/keypair.py to keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/server_backup.py to server_backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/agent.py to agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/aggregate.py to aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/usage.py to usage.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/flavor.py to flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/hypervisor.py to hypervisor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/floatingip.py to floatingip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/fixedip.py to fixedip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/server_group.py to server_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/host.py to host.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/server_image.py to server_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/hypervisor_stats.py to hypervisor_stats.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/server_event.py to server_event.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/v2/console.py to console.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/v2/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/v1/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/snapshot.py to snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/volume_host.py to volume_host.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/volume_transfer_request.py to volume_transfer_request.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/consistency_group.py to consistency_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/volume_snapshot.py to volume_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/backup_record.py to backup_record.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/backup.py to backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/qos_specs.py to qos_specs.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/volume_backend.py to volume_backend.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/consistency_group_snapshot.py to consistency_group_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/volume_type.py to volume_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v2/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1/snapshot.py to snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1/volume_transfer_request.py to volume_transfer_request.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1/volume_snapshot.py to volume_snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1/backup.py to backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1/qos_specs.py to qos_specs.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1/volume_type.py to volume_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/volume/v1/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_service_provider.py to network_service_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/router.py to router.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_segment_range.py to network_segment_range.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_rbac.py to network_rbac.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/security_group.py to security_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/security_group_rule.py to security_group_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/address_scope.py to address_scope.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_auto_allocated_topology.py to network_auto_allocated_topology.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/subnet_pool.py to subnet_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/ip_availability.py to ip_availability.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network.py to network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/floating_ip.py to floating_ip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_flavor_profile.py to network_flavor_profile.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/floating_ip_pool.py to floating_ip_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_meter_rule.py to network_meter_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_agent.py to network_agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/port.py to port.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_flavor.py to network_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/_tag.py to _tag.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/subnet.py to subnet.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_meter.py to network_meter.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_segment.py to network_segment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_qos_policy.py to network_qos_policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_qos_rule_type.py to network_qos_rule_type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/v2/network_qos_rule.py to network_qos_rule.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/network/sdk_utils.py to sdk_utils.pyc writing byte-compilation script '/tmp/tmpNzxoX5.py' /usr/bin/python2 -O /tmp/tmpNzxoX5.py removing /tmp/tmpNzxoX5.py running install_egg_info running egg_info writing python_openstackclient.egg-info/PKG-INFO writing top-level names to python_openstackclient.egg-info/top_level.txt writing dependency_links to python_openstackclient.egg-info/dependency_links.txt writing entry points to python_openstackclient.egg-info/entry_points.txt writing pbr to python_openstackclient.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 writing manifest file 'python_openstackclient.egg-info/SOURCES.txt' Copying python_openstackclient.egg-info to /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/python_openstackclient-3.18.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 script to /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/bin + ln -s openstack /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/bin/openstack-2 + export PYTHONPATH=. + PYTHONPATH=. + sphinx-build-2 -b html doc/source doc/build/html Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler loading stevedore.sphinxext making output directory... Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/python-openstackclient-3.18.1/.gitreview found Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.api.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.common.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.compute.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.compute.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.identity.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.identity.v2_0.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.identity.v3.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.image.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.image.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.image.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.network.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.network.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.object.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.object.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.volume.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.volume.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.volume.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [html]: targets for 119 source files that are out of date updating environment: 138 added, 0 changed, 0 removed reading sources... [ 0%] cli/authentication reading sources... [ 1%] cli/backwards-incompatible reading sources... [ 2%] cli/command-list reading sources... [ 2%] cli/command-objects/access-token reading sources... [ 3%] cli/command-objects/address-scope reading sources... [ 4%] cli/command-objects/aggregate reading sources... [ 5%] cli/command-objects/application-credentials reading sources... [ 5%] cli/command-objects/availability-zone reading sources... [ 6%] cli/command-objects/backup reading sources... [ 7%] cli/command-objects/catalog reading sources... [ 7%] cli/command-objects/command reading sources... [ 8%] cli/command-objects/complete reading sources... [ 9%] cli/command-objects/compute-agent reading sources... [ 10%] cli/command-objects/compute-service reading sources... [ 10%] cli/command-objects/configuration reading sources... [ 11%] cli/command-objects/consistency-group reading sources... [ 12%] cli/command-objects/consistency-group-snapshot reading sources... [ 13%] cli/command-objects/console-log reading sources... [ 13%] cli/command-objects/console-url reading sources... [ 14%] cli/command-objects/consumer reading sources... [ 15%] cli/command-objects/container reading sources... [ 15%] cli/command-objects/credential reading sources... [ 16%] cli/command-objects/domain reading sources... [ 17%] cli/command-objects/ec2-credentials reading sources... [ 18%] cli/command-objects/endpoint reading sources... [ 18%] cli/command-objects/endpoint_group reading sources... [ 19%] cli/command-objects/extension reading sources... [ 20%] cli/command-objects/federation-protocol reading sources... [ 21%] cli/command-objects/flavor reading sources... [ 21%] cli/command-objects/floating-ip reading sources... [ 22%] cli/command-objects/floating-ip-pool reading sources... [ 23%] cli/command-objects/group reading sources... [ 23%] cli/command-objects/host reading sources... [ 24%] cli/command-objects/hypervisor reading sources... [ 25%] cli/command-objects/hypervisor-stats reading sources... [ 26%] cli/command-objects/identity-provider reading sources... [ 26%] cli/command-objects/image reading sources... [ 27%] cli/command-objects/implied_role reading sources... [ 28%] cli/command-objects/ip-availability reading sources... [ 28%] cli/command-objects/ip-fixed reading sources... [ 29%] cli/command-objects/keypair reading sources... [ 30%] cli/command-objects/limit reading sources... [ 31%] cli/command-objects/limits reading sources... [ 31%] cli/command-objects/mapping reading sources... [ 32%] cli/command-objects/module reading sources... [ 33%] cli/command-objects/network reading sources... [ 34%] cli/command-objects/network-agent reading sources... [ 34%] cli/command-objects/network-auto-allocated-topology reading sources... [ 35%] cli/command-objects/network-flavor reading sources... [ 36%] cli/command-objects/network-flavor-profile reading sources... [ 36%] cli/command-objects/network-meter reading sources... [ 37%] cli/command-objects/network-meter-rule reading sources... [ 38%] cli/command-objects/network-qos-policy reading sources... [ 39%] cli/command-objects/network-qos-rule reading sources... [ 39%] cli/command-objects/network-qos-rule-type reading sources... [ 40%] cli/command-objects/network-rbac reading sources... [ 41%] cli/command-objects/network-segment reading sources... [ 42%] cli/command-objects/network-service-provider reading sources... [ 42%] cli/command-objects/network_segment_range reading sources... [ 43%] cli/command-objects/object reading sources... [ 44%] cli/command-objects/object-store-account reading sources... [ 44%] cli/command-objects/policy reading sources... [ 45%] cli/command-objects/port reading sources... [ 46%] cli/command-objects/project reading sources... [ 47%] cli/command-objects/project-purge reading sources... [ 47%] cli/command-objects/quota reading sources... [ 48%] cli/command-objects/region reading sources... [ 49%] cli/command-objects/registered-limit reading sources... [ 50%] cli/command-objects/request-token reading sources... [ 50%] cli/command-objects/role reading sources... [ 51%] cli/command-objects/role-assignment reading sources... [ 52%] cli/command-objects/router reading sources... [ 52%] cli/command-objects/security-group reading sources... [ 53%] cli/command-objects/security-group-rule reading sources... [ 54%] cli/command-objects/server reading sources... [ 55%] cli/command-objects/server-backup reading sources... [ 55%] cli/command-objects/server-event reading sources... [ 56%] cli/command-objects/server-group reading sources... [ 57%] cli/command-objects/server-image reading sources... [ 57%] cli/command-objects/service reading sources... [ 58%] cli/command-objects/service-provider reading sources... [ 59%] cli/command-objects/snapshot reading sources... [ 60%] cli/command-objects/subnet reading sources... [ 60%] cli/command-objects/subnet-pool reading sources... [ 61%] cli/command-objects/token reading sources... [ 62%] cli/command-objects/trust reading sources... [ 63%] cli/command-objects/usage reading sources... [ 63%] cli/command-objects/user reading sources... [ 64%] cli/command-objects/user-role reading sources... [ 65%] cli/command-objects/versions reading sources... [ 65%] cli/command-objects/volume reading sources... [ 66%] cli/command-objects/volume-backend reading sources... [ 67%] cli/command-objects/volume-backup reading sources... [ 68%] cli/command-objects/volume-host reading sources... [ 68%] cli/command-objects/volume-qos reading sources... [ 69%] cli/command-objects/volume-service reading sources... [ 70%] cli/command-objects/volume-snapshot reading sources... [ 71%] cli/command-objects/volume-transfer-request reading sources... [ 71%] cli/command-objects/volume-type reading sources... [ 72%] cli/commands reading sources... [ 73%] cli/decoder reading sources... [ 73%] cli/index reading sources... [ 74%] cli/interactive reading sources... [ 75%] cli/man/openstack reading sources... [ 76%] cli/plugin-commands documenting plugins from u'openstack.cli.extension' documenting plugins from u'openstack.alarming.v2' documenting plugins from u'openstack.key_manager.v1' documenting plugins from u'openstack.congressclient.v1' documenting plugins from u'openstack.dns.v2' documenting plugins from u'openstack.metric.v1' documenting plugins from u'openstack.orchestration.v1' documenting plugins from u'openstack.baremetal.v1' documenting plugins from u'openstack.baremetal_introspection.v1' documenting plugins from u'openstack.data_protection.v1' documenting plugins from u'openstack.workflow_engine.v2' documenting plugins from u'openstack.neutronclient.v2' documenting plugins from u'openstack.load_balancer.v2' documenting plugins from u'openstack.rsd.v1' documenting plugins from u'openstack.data_processing.v1' documenting plugins from u'openstack.search.v1' documenting plugins from u'openstack.clustering.v1' documenting plugins from u'openstack.database.v1' documenting plugins from u'openstack.messaging.v2' documenting plugins from u'openstack.container.v1' reading sources... [ 76%] configuration/index reading sources... [ 77%] contributor/api/modules reading sources... [ 78%] contributor/api/openstackclient reading sources... [ 78%] contributor/api/openstackclient.api reading sources... [ 79%] contributor/api/openstackclient.common reading sources... [ 80%] contributor/api/openstackclient.compute reading sources... [ 81%] contributor/api/openstackclient.compute.v2 reading sources... [ 81%] contributor/api/openstackclient.identity reading sources... [ 82%] contributor/api/openstackclient.identity.v2_0 reading sources... [ 83%] contributor/api/openstackclient.identity.v3 reading sources... [ 84%] contributor/api/openstackclient.image reading sources... [ 84%] contributor/api/openstackclient.image.v1 reading sources... [ 85%] contributor/api/openstackclient.image.v2 reading sources... [ 86%] contributor/api/openstackclient.network reading sources... [ 86%] contributor/api/openstackclient.network.v2 reading sources... [ 87%] contributor/api/openstackclient.object reading sources... [ 88%] contributor/api/openstackclient.object.v1 reading sources... [ 89%] contributor/api/openstackclient.volume reading sources... [ 89%] contributor/api/openstackclient.volume.v1 reading sources... [ 90%] contributor/api/openstackclient.volume.v2 reading sources... [ 91%] contributor/command-beta reading sources... [ 92%] contributor/command-errors reading sources... [ 92%] contributor/command-logs reading sources... [ 93%] contributor/command-options reading sources... [ 94%] contributor/command-wrappers reading sources... [ 94%] contributor/developing reading sources... [ 95%] contributor/humaninterfaceguide reading sources... [ 96%] contributor/index reading sources... [ 97%] contributor/plugins reading sources... [ 97%] contributor/specs/command-objects/example reading sources... [ 98%] contributor/specs/commands reading sources... [ 99%] contributor/specs/network-topology reading sources... [100%] index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] cli/authentication [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/python-openstackclient/tree/doc/source' [openstackdocstheme] bug_project (from user) 'python-openstackclient' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/authentication.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/authentication.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/authentication' writing output... [ 1%] cli/backwards-incompatible [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/backwards-incompatible.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/backwards-incompatible.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/backwards-incompatible' writing output... [ 2%] cli/command-list [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-list.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-list.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-list' writing output... [ 2%] cli/command-objects/access-token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/access-token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/access-token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/access-token' writing output... [ 3%] cli/command-objects/address-scope [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/address-scope.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/address-scope.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/address-scope' writing output... [ 4%] cli/command-objects/aggregate [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/aggregate.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/aggregate.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/aggregate' writing output... [ 5%] cli/command-objects/application-credentials [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/application-credentials.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/application-credentials.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/application-credentials' writing output... [ 5%] cli/command-objects/availability-zone [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/availability-zone.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/availability-zone.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/availability-zone' writing output... [ 6%] cli/command-objects/backup [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/backup.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/backup.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/backup' writing output... [ 7%] cli/command-objects/catalog [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/catalog.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/catalog.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/catalog' writing output... [ 7%] cli/command-objects/command [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/command.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/command.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/command' writing output... [ 8%] cli/command-objects/complete [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/complete.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/complete.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/complete' writing output... [ 9%] cli/command-objects/compute-agent [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/compute-agent.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/compute-agent.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/compute-agent' writing output... [ 10%] cli/command-objects/compute-service [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/compute-service.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/compute-service.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/compute-service' writing output... [ 10%] cli/command-objects/configuration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/configuration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/configuration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/configuration' writing output... [ 11%] cli/command-objects/consistency-group [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/consistency-group.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/consistency-group.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/consistency-group' writing output... [ 12%] cli/command-objects/consistency-group-snapshot [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/consistency-group-snapshot.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/consistency-group-snapshot.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/consistency-group-snapshot' writing output... [ 13%] cli/command-objects/console-log [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/console-log.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/console-log.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/console-log' writing output... [ 13%] cli/command-objects/console-url [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/console-url.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/console-url.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/console-url' writing output... [ 14%] cli/command-objects/consumer [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/consumer.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/consumer.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/consumer' writing output... [ 15%] cli/command-objects/container [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/container.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/container.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/container' writing output... [ 15%] cli/command-objects/credential [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/credential.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/credential.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/credential' writing output... [ 16%] cli/command-objects/domain [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/domain.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/domain.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/domain' writing output... [ 17%] cli/command-objects/ec2-credentials [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/ec2-credentials.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/ec2-credentials.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/ec2-credentials' writing output... [ 18%] cli/command-objects/endpoint [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/endpoint.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/endpoint.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/endpoint' writing output... [ 18%] cli/command-objects/endpoint_group [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/endpoint_group.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/endpoint_group.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/endpoint_group' writing output... [ 19%] cli/command-objects/extension [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/extension.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/extension.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/extension' writing output... [ 20%] cli/command-objects/federation-protocol [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/federation-protocol.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/federation-protocol.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/federation-protocol' writing output... [ 21%] cli/command-objects/flavor [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/flavor.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/flavor.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/flavor' writing output... [ 21%] cli/command-objects/floating-ip [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/floating-ip.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/floating-ip.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/floating-ip' writing output... [ 22%] cli/command-objects/floating-ip-pool [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/floating-ip-pool.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/floating-ip-pool.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/floating-ip-pool' writing output... [ 23%] cli/command-objects/group [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/group.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/group.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/group' writing output... [ 23%] cli/command-objects/host [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/host.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/host.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/host' writing output... [ 24%] cli/command-objects/hypervisor [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/hypervisor.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/hypervisor.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/hypervisor' writing output... [ 25%] cli/command-objects/hypervisor-stats [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/hypervisor-stats.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/hypervisor-stats.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/hypervisor-stats' writing output... [ 26%] cli/command-objects/identity-provider [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/identity-provider.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/identity-provider.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/identity-provider' writing output... [ 26%] cli/command-objects/image [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/image.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/image.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/image' writing output... [ 27%] cli/command-objects/implied_role [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/implied_role.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/implied_role.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/implied_role' writing output... [ 28%] cli/command-objects/ip-availability [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/ip-availability.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/ip-availability.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/ip-availability' writing output... [ 28%] cli/command-objects/ip-fixed [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/ip-fixed.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/ip-fixed.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/ip-fixed' writing output... [ 29%] cli/command-objects/keypair [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/keypair.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/keypair.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/keypair' writing output... [ 30%] cli/command-objects/limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/limit' writing output... [ 31%] cli/command-objects/limits [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/limits.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/limits.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/limits' writing output... [ 31%] cli/command-objects/mapping [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/mapping.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/mapping.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/mapping' writing output... [ 32%] cli/command-objects/module [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/module.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/module.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/module' writing output... [ 33%] cli/command-objects/network [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network' writing output... [ 34%] cli/command-objects/network-agent [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-agent.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-agent.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-agent' writing output... [ 34%] cli/command-objects/network-auto-allocated-topology [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-auto-allocated-topology.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-auto-allocated-topology.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-auto-allocated-topology' writing output... [ 35%] cli/command-objects/network-flavor [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-flavor.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-flavor.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-flavor' writing output... [ 36%] cli/command-objects/network-flavor-profile [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-flavor-profile.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-flavor-profile.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-flavor-profile' writing output... [ 36%] cli/command-objects/network-meter [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-meter.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-meter.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-meter' writing output... [ 37%] cli/command-objects/network-meter-rule [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-meter-rule.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-meter-rule.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-meter-rule' writing output... [ 38%] cli/command-objects/network-qos-policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-qos-policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-qos-policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-qos-policy' writing output... [ 39%] cli/command-objects/network-qos-rule [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-qos-rule.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-qos-rule.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-qos-rule' writing output... [ 39%] cli/command-objects/network-qos-rule-type [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-qos-rule-type.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-qos-rule-type.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-qos-rule-type' writing output... [ 40%] cli/command-objects/network-rbac [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-rbac.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-rbac.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-rbac' writing output... [ 41%] cli/command-objects/network-segment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-segment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-segment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-segment' writing output... [ 42%] cli/command-objects/network-service-provider [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network-service-provider.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network-service-provider.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network-service-provider' writing output... [ 42%] cli/command-objects/network_segment_range [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/network_segment_range.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/network_segment_range.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/network_segment_range' writing output... [ 43%] cli/command-objects/object [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/object.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/object.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/object' writing output... [ 44%] cli/command-objects/object-store-account [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/object-store-account.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/object-store-account.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/object-store-account' writing output... [ 44%] cli/command-objects/policy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/policy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/policy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/policy' writing output... [ 45%] cli/command-objects/port [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/port.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/port.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/port' writing output... [ 46%] cli/command-objects/project [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/project.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/project.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/project' writing output... [ 47%] cli/command-objects/project-purge [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/project-purge.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/project-purge.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/project-purge' writing output... [ 47%] cli/command-objects/quota [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/quota.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/quota.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/quota' writing output... [ 48%] cli/command-objects/region [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/region.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/region.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/region' writing output... [ 49%] cli/command-objects/registered-limit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/registered-limit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/registered-limit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/registered-limit' writing output... [ 50%] cli/command-objects/request-token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/request-token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/request-token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/request-token' writing output... [ 50%] cli/command-objects/role [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/role.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/role.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/role' writing output... [ 51%] cli/command-objects/role-assignment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/role-assignment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/role-assignment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/role-assignment' writing output... [ 52%] cli/command-objects/router [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/router.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/router.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/router' writing output... [ 52%] cli/command-objects/security-group [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/security-group.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/security-group.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/security-group' writing output... [ 53%] cli/command-objects/security-group-rule [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/security-group-rule.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/security-group-rule.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/security-group-rule' writing output... [ 54%] cli/command-objects/server [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/server.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/server.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/server' writing output... [ 55%] cli/command-objects/server-backup [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/server-backup.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/server-backup.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/server-backup' writing output... [ 55%] cli/command-objects/server-event [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/server-event.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/server-event.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/server-event' writing output... [ 56%] cli/command-objects/server-group [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/server-group.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/server-group.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/server-group' writing output... [ 57%] cli/command-objects/server-image [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/server-image.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/server-image.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/server-image' writing output... [ 57%] cli/command-objects/service [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/service.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/service.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/service' writing output... [ 58%] cli/command-objects/service-provider [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/service-provider.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/service-provider.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/service-provider' writing output... [ 59%] cli/command-objects/snapshot [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/snapshot.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/snapshot.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/snapshot' writing output... [ 60%] cli/command-objects/subnet [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/subnet.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/subnet.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/subnet' writing output... [ 60%] cli/command-objects/subnet-pool [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/subnet-pool.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/subnet-pool.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/subnet-pool' writing output... [ 61%] cli/command-objects/token [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/token.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/token.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/token' writing output... [ 62%] cli/command-objects/trust [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/trust.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/trust.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/trust' writing output... [ 63%] cli/command-objects/usage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/usage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/usage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/usage' writing output... [ 63%] cli/command-objects/user [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/user.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/user.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/user' writing output... [ 64%] cli/command-objects/user-role [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/user-role.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/user-role.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/user-role' writing output... [ 65%] cli/command-objects/versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/versions' writing output... [ 65%] cli/command-objects/volume [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/volume.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/volume.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/volume' writing output... [ 66%] cli/command-objects/volume-backend [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/volume-backend.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/volume-backend.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/volume-backend' writing output... [ 67%] cli/command-objects/volume-backup [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/volume-backup.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/volume-backup.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/volume-backup' writing output... [ 68%] cli/command-objects/volume-host [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/volume-host.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/volume-host.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/volume-host' writing output... [ 68%] cli/command-objects/volume-qos [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/volume-qos.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/volume-qos.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/volume-qos' writing output... [ 69%] cli/command-objects/volume-service [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/volume-service.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/volume-service.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/volume-service' writing output... [ 70%] cli/command-objects/volume-snapshot [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/volume-snapshot.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/volume-snapshot.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/volume-snapshot' writing output... [ 71%] cli/command-objects/volume-transfer-request [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/volume-transfer-request.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/volume-transfer-request.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/volume-transfer-request' writing output... [ 71%] cli/command-objects/volume-type [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/command-objects/volume-type.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/command-objects/volume-type.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/command-objects/volume-type' writing output... [ 72%] cli/commands [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/commands.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/commands.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/commands' writing output... [ 73%] cli/decoder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/decoder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/decoder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/decoder' writing output... [ 73%] cli/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/index' writing output... [ 74%] cli/interactive [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/interactive.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/interactive.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/interactive' writing output... [ 75%] cli/man/openstack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/man/openstack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/man/openstack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/man/openstack' writing output... [ 76%] cli/plugin-commands [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/plugin-commands.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/plugin-commands.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/plugin-commands' writing output... [ 76%] configuration/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/index' writing output... [ 77%] contributor/api/modules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/modules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/modules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/modules' writing output... [ 78%] contributor/api/openstackclient [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient' writing output... [ 78%] contributor/api/openstackclient.api [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.api.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.api.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.api' writing output... [ 79%] contributor/api/openstackclient.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.common' writing output... [ 80%] contributor/api/openstackclient.compute [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.compute.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.compute.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.compute' writing output... [ 81%] contributor/api/openstackclient.compute.v2 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.compute.v2.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.compute.v2.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.compute.v2' writing output... [ 81%] contributor/api/openstackclient.identity [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.identity.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.identity.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.identity' writing output... [ 82%] contributor/api/openstackclient.identity.v2_0 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.identity.v2_0.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.identity.v2_0.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.identity.v2_0' writing output... [ 83%] contributor/api/openstackclient.identity.v3 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.identity.v3.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.identity.v3.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.identity.v3' writing output... [ 84%] contributor/api/openstackclient.image [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.image.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.image.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.image' writing output... [ 84%] contributor/api/openstackclient.image.v1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.image.v1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.image.v1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.image.v1' writing output... [ 85%] contributor/api/openstackclient.image.v2 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.image.v2.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.image.v2.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.image.v2' writing output... [ 86%] contributor/api/openstackclient.network [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.network.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.network.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.network' writing output... [ 86%] contributor/api/openstackclient.network.v2 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.network.v2.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.network.v2.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.network.v2' writing output... [ 87%] contributor/api/openstackclient.object [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.object.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.object.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.object' writing output... [ 88%] contributor/api/openstackclient.object.v1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.object.v1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.object.v1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.object.v1' writing output... [ 89%] contributor/api/openstackclient.volume [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.volume.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.volume.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.volume' writing output... [ 89%] contributor/api/openstackclient.volume.v1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.volume.v1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.volume.v1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.volume.v1' writing output... [ 90%] contributor/api/openstackclient.volume.v2 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/api/openstackclient.volume.v2.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/api/openstackclient.volume.v2.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/api/openstackclient.volume.v2' writing output... [ 91%] contributor/command-beta [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/command-beta.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/command-beta.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/command-beta' writing output... [ 92%] contributor/command-errors [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/command-errors.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/command-errors.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/command-errors' writing output... [ 92%] contributor/command-logs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/command-logs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/command-logs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/command-logs' writing output... [ 93%] contributor/command-options [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/command-options.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/command-options.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/command-options' writing output... [ 94%] contributor/command-wrappers [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/command-wrappers.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/command-wrappers.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/command-wrappers' writing output... [ 94%] contributor/developing [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/developing.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/developing.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/developing' writing output... [ 95%] contributor/humaninterfaceguide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/humaninterfaceguide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/humaninterfaceguide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/humaninterfaceguide' writing output... [ 96%] contributor/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/index' writing output... [ 97%] contributor/plugins [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/plugins.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/plugins.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/plugins' writing output... [ 97%] contributor/specs/command-objects/example [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/specs/command-objects/example.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/specs/command-objects/example.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/specs/command-objects/example' writing output... [ 98%] contributor/specs/commands [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/specs/commands.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/specs/commands.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/specs/commands' writing output... [ 99%] contributor/specs/network-topology [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/specs/network-topology.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/specs/network-topology.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/specs/network-topology' writing output... [100%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + sphinx-build-2 -b man doc/source doc/build/man Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler loading stevedore.sphinxext making output directory... Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/python-openstackclient-3.18.1/.gitreview found Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.api.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.common.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.compute.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.compute.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.identity.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.identity.v2_0.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.identity.v3.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.image.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.image.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.image.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.network.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.network.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.object.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.object.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.volume.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.volume.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/openstackclient.volume.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-3.18.1/doc/source/contributor/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 138 added, 0 changed, 0 removed reading sources... [ 0%] cli/authentication reading sources... [ 1%] cli/backwards-incompatible reading sources... [ 2%] cli/command-list reading sources... [ 2%] cli/command-objects/access-token reading sources... [ 3%] cli/command-objects/address-scope reading sources... [ 4%] cli/command-objects/aggregate reading sources... [ 5%] cli/command-objects/application-credentials reading sources... [ 5%] cli/command-objects/availability-zone reading sources... [ 6%] cli/command-objects/backup reading sources... [ 7%] cli/command-objects/catalog reading sources... [ 7%] cli/command-objects/command reading sources... [ 8%] cli/command-objects/complete reading sources... [ 9%] cli/command-objects/compute-agent reading sources... [ 10%] cli/command-objects/compute-service reading sources... [ 10%] cli/command-objects/configuration reading sources... [ 11%] cli/command-objects/consistency-group reading sources... [ 12%] cli/command-objects/consistency-group-snapshot reading sources... [ 13%] cli/command-objects/console-log reading sources... [ 13%] cli/command-objects/console-url reading sources... [ 14%] cli/command-objects/consumer reading sources... [ 15%] cli/command-objects/container reading sources... [ 15%] cli/command-objects/credential reading sources... [ 16%] cli/command-objects/domain reading sources... [ 17%] cli/command-objects/ec2-credentials reading sources... [ 18%] cli/command-objects/endpoint reading sources... [ 18%] cli/command-objects/endpoint_group reading sources... [ 19%] cli/command-objects/extension reading sources... [ 20%] cli/command-objects/federation-protocol reading sources... [ 21%] cli/command-objects/flavor reading sources... [ 21%] cli/command-objects/floating-ip reading sources... [ 22%] cli/command-objects/floating-ip-pool reading sources... [ 23%] cli/command-objects/group reading sources... [ 23%] cli/command-objects/host reading sources... [ 24%] cli/command-objects/hypervisor reading sources... [ 25%] cli/command-objects/hypervisor-stats reading sources... [ 26%] cli/command-objects/identity-provider reading sources... [ 26%] cli/command-objects/image reading sources... [ 27%] cli/command-objects/implied_role reading sources... [ 28%] cli/command-objects/ip-availability reading sources... [ 28%] cli/command-objects/ip-fixed reading sources... [ 29%] cli/command-objects/keypair reading sources... [ 30%] cli/command-objects/limit reading sources... [ 31%] cli/command-objects/limits reading sources... [ 31%] cli/command-objects/mapping reading sources... [ 32%] cli/command-objects/module reading sources... [ 33%] cli/command-objects/network reading sources... [ 34%] cli/command-objects/network-agent reading sources... [ 34%] cli/command-objects/network-auto-allocated-topology reading sources... [ 35%] cli/command-objects/network-flavor reading sources... [ 36%] cli/command-objects/network-flavor-profile reading sources... [ 36%] cli/command-objects/network-meter reading sources... [ 37%] cli/command-objects/network-meter-rule reading sources... [ 38%] cli/command-objects/network-qos-policy reading sources... [ 39%] cli/command-objects/network-qos-rule reading sources... [ 39%] cli/command-objects/network-qos-rule-type reading sources... [ 40%] cli/command-objects/network-rbac reading sources... [ 41%] cli/command-objects/network-segment reading sources... [ 42%] cli/command-objects/network-service-provider reading sources... [ 42%] cli/command-objects/network_segment_range reading sources... [ 43%] cli/command-objects/object reading sources... [ 44%] cli/command-objects/object-store-account reading sources... [ 44%] cli/command-objects/policy reading sources... [ 45%] cli/command-objects/port reading sources... [ 46%] cli/command-objects/project reading sources... [ 47%] cli/command-objects/project-purge reading sources... [ 47%] cli/command-objects/quota reading sources... [ 48%] cli/command-objects/region reading sources... [ 49%] cli/command-objects/registered-limit reading sources... [ 50%] cli/command-objects/request-token reading sources... [ 50%] cli/command-objects/role reading sources... [ 51%] cli/command-objects/role-assignment reading sources... [ 52%] cli/command-objects/router reading sources... [ 52%] cli/command-objects/security-group reading sources... [ 53%] cli/command-objects/security-group-rule reading sources... [ 54%] cli/command-objects/server reading sources... [ 55%] cli/command-objects/server-backup reading sources... [ 55%] cli/command-objects/server-event reading sources... [ 56%] cli/command-objects/server-group reading sources... [ 57%] cli/command-objects/server-image reading sources... [ 57%] cli/command-objects/service reading sources... [ 58%] cli/command-objects/service-provider reading sources... [ 59%] cli/command-objects/snapshot reading sources... [ 60%] cli/command-objects/subnet reading sources... [ 60%] cli/command-objects/subnet-pool reading sources... [ 61%] cli/command-objects/token reading sources... [ 62%] cli/command-objects/trust reading sources... [ 63%] cli/command-objects/usage reading sources... [ 63%] cli/command-objects/user reading sources... [ 64%] cli/command-objects/user-role reading sources... [ 65%] cli/command-objects/versions reading sources... [ 65%] cli/command-objects/volume reading sources... [ 66%] cli/command-objects/volume-backend reading sources... [ 67%] cli/command-objects/volume-backup reading sources... [ 68%] cli/command-objects/volume-host reading sources... [ 68%] cli/command-objects/volume-qos reading sources... [ 69%] cli/command-objects/volume-service reading sources... [ 70%] cli/command-objects/volume-snapshot reading sources... [ 71%] cli/command-objects/volume-transfer-request reading sources... [ 71%] cli/command-objects/volume-type reading sources... [ 72%] cli/commands reading sources... [ 73%] cli/decoder reading sources... [ 73%] cli/index reading sources... [ 74%] cli/interactive reading sources... [ 75%] cli/man/openstack reading sources... [ 76%] cli/plugin-commands documenting plugins from u'openstack.cli.extension' documenting plugins from u'openstack.alarming.v2' documenting plugins from u'openstack.key_manager.v1' documenting plugins from u'openstack.congressclient.v1' documenting plugins from u'openstack.dns.v2' documenting plugins from u'openstack.metric.v1' documenting plugins from u'openstack.orchestration.v1' documenting plugins from u'openstack.baremetal.v1' documenting plugins from u'openstack.baremetal_introspection.v1' documenting plugins from u'openstack.data_protection.v1' documenting plugins from u'openstack.workflow_engine.v2' documenting plugins from u'openstack.neutronclient.v2' documenting plugins from u'openstack.load_balancer.v2' documenting plugins from u'openstack.rsd.v1' documenting plugins from u'openstack.data_processing.v1' documenting plugins from u'openstack.search.v1' documenting plugins from u'openstack.clustering.v1' documenting plugins from u'openstack.database.v1' documenting plugins from u'openstack.messaging.v2' documenting plugins from u'openstack.container.v1' reading sources... [ 76%] configuration/index reading sources... [ 77%] contributor/api/modules reading sources... [ 78%] contributor/api/openstackclient reading sources... [ 78%] contributor/api/openstackclient.api reading sources... [ 79%] contributor/api/openstackclient.common reading sources... [ 80%] contributor/api/openstackclient.compute reading sources... [ 81%] contributor/api/openstackclient.compute.v2 reading sources... [ 81%] contributor/api/openstackclient.identity reading sources... [ 82%] contributor/api/openstackclient.identity.v2_0 reading sources... [ 83%] contributor/api/openstackclient.identity.v3 reading sources... [ 84%] contributor/api/openstackclient.image reading sources... [ 84%] contributor/api/openstackclient.image.v1 reading sources... [ 85%] contributor/api/openstackclient.image.v2 reading sources... [ 86%] contributor/api/openstackclient.network reading sources... [ 86%] contributor/api/openstackclient.network.v2 reading sources... [ 87%] contributor/api/openstackclient.object reading sources... [ 88%] contributor/api/openstackclient.object.v1 reading sources... [ 89%] contributor/api/openstackclient.volume reading sources... [ 89%] contributor/api/openstackclient.volume.v1 reading sources... [ 90%] contributor/api/openstackclient.volume.v2 reading sources... [ 91%] contributor/command-beta reading sources... [ 92%] contributor/command-errors reading sources... [ 92%] contributor/command-logs reading sources... [ 93%] contributor/command-options reading sources... [ 94%] contributor/command-wrappers reading sources... [ 94%] contributor/developing reading sources... [ 95%] contributor/humaninterfaceguide reading sources... [ 96%] contributor/index reading sources... [ 97%] contributor/plugins reading sources... [ 97%] contributor/specs/command-objects/example reading sources... [ 98%] contributor/specs/commands reading sources... [ 99%] contributor/specs/network-topology reading sources... [100%] index looking for now-outdated files... none found pickling environment... done checking consistency... done writing... openstack.1 { } build succeeded. The manual pages are in doc/build/man. + install -p -D -m 644 doc/build/man/openstack.1 /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/man/man1/openstack.1 + rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo doc/build/html/.htaccess + install -d -m 755 /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share + rm -f /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.po + rm -f '/builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/locale/*pot' + mv /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/locale /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/locale + rm -rf /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/lib/python2.7/site-packages/openstackclient/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch openstackclient --all-name + /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/python-openstackclient-3.18.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/python2 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-openstackclient-3.18.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.3V9WjM + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-3.18.1 + export PYTHON=/usr/bin/python2 + PYTHON=/usr/bin/python2 + stestr-2 run No handlers could be found for logger "openstackclient.compute.v2.flavor" usage: check_parser [-h] --user --type --data [--project ] check_parser: error: argument --data is required usage: check_parser [-h] [ ...] check_parser: error: too few arguments usage: check_parser [-h] --user --type --data [--project ] check_parser: error: argument --type is required usage: check_parser [-h] --user --type --data [--project ] check_parser: error: argument --user is required No handlers could be found for logger "openstackclient.compute.v2.server_group" usage: check_parser [-h] --user --type --data [--project ] check_parser: error: argument --user is required No handlers could be found for logger "openstackclient.compute.v2.server" No handlers could be found for logger "openstackclient.common.quota" usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments No handlers could be found for logger "openstackclient.identity.v2_0.user" usage: check_parser [-h] [--name ] [--root-password] [--property ] [--state ] check_parser: error: argument --state: invalid choice: 'foo_state' (choose from 'active', 'error') usage: check_parser [-h] [ ...] check_parser: error: too few arguments No handlers could be found for logger "openstackclient.identity.v2_0.service" No handlers could be found for logger "openstackclient.network.v2.network_meter" No handlers could be found for logger "openstackclient.compute.v2.aggregate" usage: check_parser [-h] [--dry-run] [--keep-project] (--auth-project | --project ) [--project-domain ] check_parser: error: one of the arguments --auth-project --project is required No handlers could be found for logger "openstackclient.identity.v2_0.role" No handlers could be found for logger "openstackclient.compute.v2.agent" No handlers could be found for logger "openstackclient.common.project_purge" usage: check_parser [-h] [--property ] [--project ] [--project-domain ] check_parser: error: too few arguments usage: check_parser [-h] [--property ] [--project ] [--project-domain ] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--sort-column SORT_COLUMN] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--id ] [--ram ] [--disk ] [--ephemeral ] [--swap ] [--vcpus ] [--rxtx-factor ] [--public | --private] [--property ] [--project ] [--description ] [--project-domain ] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [--no-property] [--property ] [--project ] [--description ] [--project-domain ] check_parser: error: too few arguments usage: check_parser [-h] [--no-property] [--property ] [--project ] [--description ] [--project-domain ] check_parser: error: too few arguments usage: check_parser [-h] check_parser: error: too few arguments Network quotas are ignored since quota class is not supported.No handlers could be found for logger "openstackclient.compute.v2.service" usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--diagnostics] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] --type --action (--target-project | --target-all-projects) [--target-project-domain ] [--project ] [--project-domain ] check_parser: error: argument --action: invalid choice: 'invalid_action' (choose from 'access_as_external', 'access_as_shared') No handlers could be found for logger "openstackclient.image.v2.image" usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] --type --action (--target-project | --target-all-projects) [--target-project-domain ] [--project ] [--project-domain ] check_parser: error: argument --type: invalid choice: 'invalid_type' (choose from 'qos_policy', 'network') usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] --type --action (--target-project | --target-all-projects) [--target-project-domain ] [--project ] [--project-domain ] check_parser: error: argument --action is required usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] --type --action (--target-project | --target-all-projects) [--target-project-domain ] [--project ] [--project-domain ] check_parser: error: argument --type is required No handlers could be found for logger "openstackclient.identity.v3.credential" usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--image ] [--password ] [--property ] [--wait] [--key-name | --key-unset] check_parser: error: argument --key-unset: not allowed with argument --key-name No handlers could be found for logger "openstackclient.compute.v2.server" usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments No handlers could be found for logger "openstackclient.network.v2.address_scope" usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] (--image | --image-property | --volume ) --flavor [--security-group ] [--key-name ] [--property ] [--file ] [--user-data ] [--availability-zone ] [--block-device-mapping ] [--nic ] [--network ] [--port ] [--hint ] [--config-drive |True] [--min ] [--max ] [--wait] check_parser: error: argument --flavor is required No handlers could be found for logger "openstackclient.network.v2.network_flavor_profile" No handlers could be found for logger "openstackclient.identity.v3.registered_limit" usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--subnet ] [--port ] [--floating-ip-address ] [--fixed-ip-address ] [--qos-policy ] [--description ] [--project ] [--dns-domain ] [--dns-name ] [--project-domain ] [--tag | --no-tag] check_parser: error: too few arguments Ignoring domain related config project_domain_id because identity API version is 2.0 Ignoring domain related config user_domain_id because identity API version is 2.0 Ignoring domain related config project_domain_id because identity API version is 2.0 Ignoring domain related config user_domain_id because identity API version is 2.0 usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--description ] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--description ] [--project ] [--project-domain ] [--share | --no-share] check_parser: error: too few arguments defaults: {u'auth_type': 'password', u'status': u'active', u'image_status_code_retries': 5, 'api_timeout': None, 'cacert': None, u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': None, u'interface': u'public', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'baremetal_status_code_retries': 5, 'verify': True, 'cert': None, u'secgroup_source': u'neutron', u'object_store_api_version': u'1', u'disable_vendor_agent': {}} cloud cfg: {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', u'interface': 'public', 'auth_url': 'http://192.168.5.41/identity/v3/', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'deferred_help': False, 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': 'aaaa-bbbb-cccc'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', 'timing': False, 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'username', 'donut': 'cake', 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} Ignoring domain related config project_domain_id because identity API version is 2.0 Ignoring domain related config user_domain_id because identity API version is 2.0 compute API version 2.1, cmd group openstack.compute.v2 network API version 2, cmd group openstack.network.v2 No handlers could be found for logger "openstackclient.compute.v2.server" image API version 2, cmd group openstack.image.v2 volume API version 2, cmd group openstack.volume.v2 Ignoring domain related config project_domain_id because identity API version is 2.0 Ignoring domain related config user_domain_id because identity API version is 2.0 identity API version 3, cmd group openstack.identity.v3 object_store API version 1, cmd group openstack.object_store.v1 Auth plugin password selected auth_config_hook(): {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'donut': 'cake', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': 'aaaa-bbbb-cccc'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', u'interface': 'public', 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'username', 'deferred_help': False, 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} Auth plugin password selected 'x-subject-token' 'x-subject-token' 'x-subject-token' auth_config_hook(): {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'donut': 'cake', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': 'aaaa-bbbb-cccc'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', u'interface': 'public', 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'username', 'deferred_help': False, 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} usage: check_parser [-h] check_parser: error: too few arguments command: configuration show -> openstackclient.common.configuration.ShowConfiguration (auth=True) Auth plugin password selected auth_config_hook(): {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', 'additional_user_agent': [('osc-lib', '1.12.1')], u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'donut': 'cake', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': 'aaaa-bbbb-cccc'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', u'interface': 'public', 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'username', 'deferred_help': False, 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--public-key] check_parser: error: too few arguments Using auth plugin: password Using parameters {'username': 'username', 'project_name': 'heart-o-gold', 'user_domain_id': 'aaaa-bbbb-cccc', 'auth_url': 'http://192.168.5.41/identity/v3/', 'password': '***', 'project_domain_id': 'aaaa-bbbb-cccc'} Get auth_ref REQ: curl -g -i -X GET http://192.168.5.41/identity/v3/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.0 keystoneauth1/3.13.1 python-requests/2.21.0 CPython/2.7.5" No handlers could be found for logger "openstackclient.compute.v2.server" RESP: [200] RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. Making authentication request to http://192.168.5.41/identity/v3/auth/tokens The column "Display Name" was deprecated, please use "Name" replace. The column "Display Name" was deprecated, please use "Name" replace. The column "Display Name" was deprecated, please use "Name" replace. The column "Display Name" was deprecated, please use "Name" replace. {"token": {"issued_at": "2019-11-25T10:11:12.978648", "audit_ids": ["d9e533b4514d4ef995167a5e0ac9ea33", null], "methods": ["password"], "expires_at": "2019-11-25T11:11:12.978648+00:00", "user": {"domain": {"id": "aaaa-bbbb-cccc", "name": "f5cad9a94adc41288afa8746ae73fff9"}, "id": "77b4908ab7f848e5964689ceeb64ef22", "name": "username"}}} 'x-subject-token' clean_up ShowConfiguration: 'x-subject-token' END return value: 1 'x-subject-token' usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--remote-ip | --remote-group ] [--dst-port ] [--protocol ] check_parser: error: argument --proto: not allowed with argument --protocol 'x-subject-token' START with options: --os-username zarquon --os-password qaz --os-project-domain-id 5678 configuration show usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--description ] [--share | --no-share] [--project ] [--project-domain ] [--default | --no-default] check_parser: error: too few arguments usage: check_parser [-h] [--dhcp] check_parser: error: too few arguments 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--share | --no-share] --subnet check_parser: error: argument --subnet is required options: Namespace(access_token='***', access_token_endpoint='', access_token_type='', application_credential_id='', application_credential_name='', application_credential_secret='***', auth_type='', auth_url='http://192.168.5.41/identity/v3/', cacert=None, cert='', client_id='', client_secret='***', cloud='megacloud', code='', debug=False, default_domain='default', default_domain_id='', default_domain_name='', deferred_help=False, discovery_endpoint='', domain_id='', domain_name='', endpoint='', identity_provider='', insecure=None, interface='public', key='', log_file=None, openid_scope='', os_beta_command=False, os_compute_api_version='', os_identity_api_version='3', os_image_api_version='', os_network_api_version='', os_object_api_version='', os_project_id=None, os_project_name=None, os_volume_api_version='', passcode='', password='***', profile='', project_domain_id='5678', project_domain_name='', project_id='', project_name='', protocol='', redirect_uri='', region_name='', remote_project_domain_id='', remote_project_domain_name='', remote_project_id='', remote_project_name='', service_provider='', system_scope='', timing=False, token='***', trust_id='', url='', user_domain_id='aaaa-bbbb-cccc', user_domain_name='', user_id='', username='zarquon', verbose_level=1, verify=None) usage: check_parser [-h] check_parser: error: too few arguments usage: check_parser [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--sort-column SORT_COLUMN] [--name ] [--enable | --disable] [--long] [--project ] [--project-domain ] [--agent ] [--tags [,,...]] [--any-tags [,,...]] [--not-tags [,,...]] [--not-any-tags [,,...]] check_parser: error: unrecognized arguments: --agents No handlers could be found for logger "openstackclient.identity.v2_0.project" Auth plugin password selected auth_config_hook(): {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'donut': 'cake', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', u'interface': 'public', 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'zarquon', 'deferred_help': False, 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--remote-ip | --remote-group ] [--dst-port ] [--protocol ] check_parser: error: argument --remote-group: not allowed with argument --remote-ip defaults: {u'auth_type': 'password', u'status': u'active', u'image_status_code_retries': 5, 'api_timeout': None, 'cacert': None, u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': None, u'interface': u'public', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'baremetal_status_code_retries': 5, 'verify': True, 'cert': None, u'secgroup_source': u'neutron', u'object_store_api_version': u'1', u'disable_vendor_agent': {}} defaults: {u'auth_type': 'password', u'status': u'active', u'image_status_code_retries': 5, 'api_timeout': None, 'cacert': None, u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': None, u'interface': u'public', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', u'baremetal_status_code_retries': 5, 'verify': True, 'cert': None, u'secgroup_source': u'neutron', u'object_store_api_version': u'1', u'disable_vendor_agent': {}} cloud cfg: {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', u'interface': 'public', 'auth_url': 'http://192.168.5.41/identity/v3/', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'deferred_help': False, 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', 'timing': False, 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'zarquon', 'donut': 'cake', 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} cloud cfg: {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', u'interface': 'public', 'auth_url': 'http://192.168.5.41/identity/v3/', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'deferred_help': False, 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', 'timing': False, 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'zarquon', 'donut': 'cake', 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} compute API version 2.1, cmd group openstack.compute.v2 compute API version 2.1, cmd group openstack.compute.v2 network API version 2, cmd group openstack.network.v2 network API version 2, cmd group openstack.network.v2 image API version 2, cmd group openstack.image.v2 image API version 2, cmd group openstack.image.v2 usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--share | --no-share] --subnet check_parser: error: too few arguments usage: check_parser [-h] [--l3] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--remote-ip | --remote-group ] [--dst-port ] [--protocol ] check_parser: error: argument --src-group: not allowed with argument --src-ip volume API version 2, cmd group openstack.volume.v2 usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments volume API version 2, cmd group openstack.volume.v2 identity API version 3, cmd group openstack.identity.v3 identity API version 3, cmd group openstack.identity.v3 object_store API version 1, cmd group openstack.object_store.v1 object_store API version 1, cmd group openstack.object_store.v1 usage: check_parser [-h] [--name ] [--description ] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments Auth plugin password selected usage: check_parser [-h] [--description ] [--device ] [--mac-address ] [--device-owner ] [--vnic-type ] [--host ] [--dns-domain dns-domain] [--dns-name ] [--enable | --disable] [--name ] [--fixed-ip subnet=,ip-address=] [--no-fixed-ip] [--binding-profile ] [--no-binding-profile] [--qos-policy ] [--security-group ] [--no-security-group] [--enable-port-security | --disable-port-security] [--allowed-address ip-address=[,mac-address=]] [--no-allowed-address] [--data-plane-status ] [--tag ] [--no-tag] Auth plugin password selected check_parser: error: argument --data-plane-status: invalid choice: 'Spider-Man' (choose from 'ACTIVE', 'DOWN') auth_config_hook(): {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'donut': 'cake', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', u'interface': 'public', 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'zarquon', 'deferred_help': False, 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} auth_config_hook(): {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'donut': 'cake', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', u'interface': 'public', 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'zarquon', 'deferred_help': False, 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--remote-ip | --remote-group ] [--dst-port ] [--protocol ] check_parser: error: argument --protocol: invalid choice: 'foo' (choose from 'icmp', 'tcp', 'udp') Auth plugin password selected Auth plugin password selected auth_config_hook(): {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'donut': 'cake', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', u'interface': 'public', 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'zarquon', 'deferred_help': False, 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} auth_config_hook(): {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'donut': 'cake', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', u'interface': 'public', 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'zarquon', 'deferred_help': False, 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} command: configuration show -> openstackclient.common.configuration.ShowConfiguration (auth=True) command: configuration show -> openstackclient.common.configuration.ShowConfiguration (auth=True) Auth plugin password selected Auth plugin password selected auth_config_hook(): {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', 'additional_user_agent': [('osc-lib', '1.12.1')], u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'donut': 'cake', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', u'interface': 'public', 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'zarquon', 'deferred_help': False, 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} auth_config_hook(): {'auth_type': 'password', 'beta_command': False, u'image_status_code_retries': '5', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', 'additional_user_agent': [('osc-lib', '1.12.1')], u'network_api_version': u'2', u'message': u'', u'image_format': u'qcow2', 'networks': [], 'cloud': 'megacloud', 'log_level': 'debug', 'donut': 'cake', 'verify': True, u'object_store_api_version': u'1', u'status': u'active', 'verbose_level': 1, 'region_name': 'occ-cloud', 'api_timeout': None, 'auth': {'username': 'zaphod', 'project_name': 'heart-o-gold', 'auth_url': 'http://192.168.5.41/identity/v3/', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678'}, 'default_domain': 'default', u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 'key': 'mickey', u'interface': 'public', 'password': '***', 'cacert': None, u'baremetal_status_code_retries': '5', 'identity_api_version': '3', 'username': 'zarquon', 'deferred_help': False, 'cert': 'mycert', u'secgroup_source': u'neutron', 'log_file': '/tmp/test_log_file', u'disable_vendor_agent': {}} usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--type ] [--max-kbps ] [--max-burst-kbits ] [--dscp-mark ] [--min-kbps ] [--ingress | --egress] check_parser: error: too few arguments Using auth plugin: password Using auth plugin: password Using parameters {'username': 'zarquon', 'project_name': 'heart-o-gold', 'user_domain_id': 'aaaa-bbbb-cccc', 'auth_url': 'http://192.168.5.41/identity/v3/', 'password': '***', 'project_domain_id': '5678'} Using parameters {'username': 'zarquon', 'project_name': 'heart-o-gold', 'user_domain_id': 'aaaa-bbbb-cccc', 'auth_url': 'http://192.168.5.41/identity/v3/', 'password': '***', 'project_domain_id': '5678'} 'x-subject-token' 'x-subject-token' Get auth_ref Get auth_ref REQ: curl -g -i -X GET http://192.168.5.41/identity/v3/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.0 keystoneauth1/3.13.1 python-requests/2.21.0 CPython/2.7.5" REQ: curl -g -i -X GET http://192.168.5.41/identity/v3/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.27.0 keystoneauth1/3.13.1 python-requests/2.21.0 CPython/2.7.5" usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--ip-version {4,6}] [--project ] [--project-domain ] [--share | --no-share] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--description ] [--project ] [--project-domain ] [--tag | --no-tag] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--private | --shared] [--project ] [--project-domain ] --network-type [--physical-network ] --minimum --maximum check_parser: error: argument --network-type: invalid choice: 'foo' (choose from 'geneve', 'gre', 'vlan', 'vxlan') RESP: [200] RESP: [200] RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. Making authentication request to http://192.168.5.41/identity/v3/auth/tokens Making authentication request to http://192.168.5.41/identity/v3/auth/tokens {"token": {"issued_at": "2019-11-25T10:11:13.065975", "audit_ids": ["33fb6e73f57f42158083eb5901907f67", null], "methods": ["password"], "expires_at": "2019-11-25T11:11:13.065975+00:00", "user": {"domain": {"id": "aaaa-bbbb-cccc", "name": "f4299e4c7a654bb4878ce0d50656cf33"}, "id": "154f5941b90d4c4894412d445e233ca0", "name": "username"}}} {"token": {"issued_at": "2019-11-25T10:11:13.065975", "audit_ids": ["33fb6e73f57f42158083eb5901907f67", null], "methods": ["password"], "expires_at": "2019-11-25T11:11:13.065975+00:00", "user": {"domain": {"id": "aaaa-bbbb-cccc", "name": "f4299e4c7a654bb4878ce0d50656cf33"}, "id": "154f5941b90d4c4894412d445e233ca0", "name": "username"}}} 'x-subject-token' usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--remote-ip | --remote-group ] [--dst-port ] [--protocol ] check_parser: error: unrecognized arguments: --ingress --ethertype --icmp-type 3 --icmp-code 11 --project project-name-f7317ff18f8242cdafadea354c294b5f --project-domain domain-name-b91d5ff394cb46edbc5da6d1104ba7f8 security-group-id-8212be9e3e6c4a62b506d27531f23f46 'x-subject-token' clean_up ShowConfiguration: 'x-subject-token' clean_up ShowConfiguration: 'x-subject-token' END return value: 1 END return value: 1 usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--private | --shared] [--project ] [--project-domain ] --network-type [--physical-network ] --minimum --maximum check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] Failed to delete subnet with name or ID 'unexist_subnet': Failed to delete subnet with name or ID 'unexist_subnet': Failed to delete subnet with name or ID 'unexist_subnet': Failed to delete subnet with name or ID 'unexist_subnet': check_parser: error: too few arguments usage: check_parser [-h] check_parser: error: too few arguments get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description=u'Delete network(s)', version=None, formatter_class=, conflict_handler='error', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description=u'Delete network(s)', version=None, formatter_class=, conflict_handler='error', add_help=True) usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--remote-ip | --remote-group ] [--dst-port ] [--protocol ] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [--tag | --all-tag] check_parser: error: too few arguments Failed to delete router with name or ID 'unexist_router': Failed to delete router with name or ID 'unexist_router': get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description=u'Delete network(s)', version=None, formatter_class=, conflict_handler='error', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description=u'Delete network(s)', version=None, formatter_class=, conflict_handler='error', add_help=True) Failed to delete network with name or ID 'xxxx-yyyy-zzzz': Not found (HTTP 404) Failed to delete network with name or ID 'xxxx-yyyy-zzzz': Not found (HTTP 404) Failed to delete network with name or ID 'network-id-9bcf1138b1b54deaacc4564771ca9352': Not found (HTTP 404) Failed to delete network with name or ID 'network-id-9bcf1138b1b54deaacc4564771ca9352': Not found (HTTP 404) usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description=u'Delete network(s)', version=None, formatter_class=, conflict_handler='error', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description=u'Delete network(s)', version=None, formatter_class=, conflict_handler='error', add_help=True) usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] --service-type [--description DESCRIPTION] [--project ] [--project-domain ] [--enable | --disable] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--remote-ip | --remote-group ] [--description ] [--dst-port ] [--icmp-type ] [--icmp-code ] [--protocol ] [--ingress | --egress] [--ethertype ] [--project ] [--project-domain ] check_parser: error: argument --proto: not allowed with argument --protocol usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] --host [--force-host-copy] [--lock-volume] check_parser: error: argument --host is required No handlers could be found for logger "openstackclient.volume.v1.volume_type" No handlers could be found for logger "openstackclient.network.v2.router" usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--remote-ip | --remote-group ] [--description ] [--dst-port ] [--icmp-type ] [--icmp-code ] [--protocol ] [--ingress | --egress] [--ethertype ] [--project ] [--project-domain ] check_parser: error: argument --remote-group: not allowed with argument --remote-ip Failed to delete rule with name or ID 'unexist_rule': Failed to delete rule with name or ID 'unexist_rule': usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--remote-ip | --remote-group ] [--description ] [--dst-port ] [--icmp-type ] [--icmp-code ] [--protocol ] [--ingress | --egress] [--ethertype ] [--project ] [--project-domain ] check_parser: error: argument --src-group: not allowed with argument --src-ip usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--remote-ip | --remote-group ] [--description ] [--dst-port ] [--icmp-type ] [--icmp-code ] [--protocol ] [--ingress | --egress] [--ethertype ] [--project ] [--project-domain ] check_parser: error: argument --ethertype: invalid choice: 'foo' (choose from 'IPv4', 'IPv6') Failed to set volume size: Volume is in error state, it must be available before size can be extended Failed to set volume size: Volume is in error state, it must be available before size can be extended Failed to set volume size: Volume is in error state, it must be available before size can be extended Failed to set volume size: Volume is in error state, it must be available before size can be extended usage: check_parser [-h] [--name ] [--description ] [--enable | --disable] [--distributed | --centralized] [--route destination=,gateway=] [--no-route] [--ha | --no-ha] [--external-gateway ] [--fixed-ip subnet=,ip-address=] [--enable-snat | --disable-snat] [--qos-policy | --no-qos-policy] [--tag ] [--no-tag] check_parser: error: argument --centralized: not allowed with argument --distributed Failed to set volume size: New size must be greater than 10 GB Failed to set volume size: New size must be greater than 10 GB Failed to set volume size: New size must be greater than 10 GB Failed to set volume size: New size must be greater than 10 GB usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--project ] [--project-domain ] [--exclude | --include] [--ingress | --egress] --remote-ip-prefix check_parser: error: too few arguments Failed to delete subnet pool with name or ID 'unexist_subnet_pool': Failed to delete subnet pool with name or ID 'unexist_subnet_pool': usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments Failed to set snapshot state: Failed to set snapshot state: usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] --pool-prefix [--default-prefix-length ] [--min-prefix-length ] [--max-prefix-length ] [--project ] [--project-domain ] [--address-scope ] [--default | --no-default] [--share | --no-share] [--description ] [--default-quota ] [--tag | --no-tag] check_parser: error: too few arguments get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description=u'Display security group details', version=None, formatter_class=, conflict_handler='error', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description=u'Display security group details', version=None, formatter_class=, conflict_handler='error', add_help=True) Failed to set snapshot state: Failed to set snapshot state: get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description=u'Display security group details', version=None, formatter_class=, conflict_handler='error', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description=u'Display security group details', version=None, formatter_class=, conflict_handler='error', add_help=True) usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--type ] [--max-kbps ] [--max-burst-kbits ] [--dscp-mark ] [--min-kbps ] [--ingress | --egress] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] --pool-prefix [--default-prefix-length ] [--min-prefix-length ] [--max-prefix-length ] [--project ] [--project-domain ] [--address-scope ] [--default | --no-default] [--share | --no-share] [--description ] [--default-quota ] [--tag | --no-tag] check_parser: error: argument --pool-prefix is required usage: check_parser [-h] [--property ] [--project ] [--project-domain ] [--encryption-type] check_parser: error: too few arguments The column "display_name" was deprecated, please use "name" replace. The column "display_name" was deprecated, please use "name" replace. The column "display_name" was deprecated, please use "name" replace. The column "display_name" was deprecated, please use "name" replace. usage: check_parser [-h] --host [--force-host-copy] check_parser: error: argument --host is required Failed to delete volume with name or ID 'unexist_volume': Failed to delete volume with name or ID 'unexist_volume': Failed to delete snapshot with name or ID 'unexist_snapshot': Failed to delete snapshot with name or ID 'unexist_snapshot': usage: check_parser [-h] [--dhcp] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [--dhcp] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--share | --no-share] [--enable | --disable] [--project ] [--description ] [--mtu ] [--project-domain ] [--availability-zone-hint ] [--enable-port-security | --disable-port-security] [--external | --internal] [--default | --no-default] [--qos-policy ] [--transparent-vlan | --no-transparent-vlan] [--provider-network-type ] [--provider-physical-network ] [--provider-segment ] [--dns-domain ] [--tag | --no-tag] check_parser: error: too few arguments No handlers could be found for logger "openstackclient.identity.v3.limit" 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--remote-ip | --remote-group ] [--description ] [--dst-port ] [--icmp-type ] [--icmp-code ] [--protocol ] [--ingress | --egress] [--ethertype ] [--project ] [--project-domain ] check_parser: error: too few arguments No handlers could be found for logger "openstackclient.network.v2.security_group_rule" usage: check_parser [-h] [--name ] [--description ] [--enable | --disable] [--distributed | --centralized] [--route destination=,gateway=] [--no-route] [--ha | --no-ha] [--external-gateway ] [--fixed-ip subnet=,ip-address=] [--enable-snat | --disable-snat] [--qos-policy | --no-qos-policy] [--tag ] [--no-tag] check_parser: error: argument --no-qos-policy: not allowed with argument --qos-policy usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--size ] [--type ] [--image | --snapshot | --source ] [--description ] [--user ] [--project ] [--availability-zone ] [--property ] [--bootable | --non-bootable] [--read-only | --read-write] check_parser: error: argument --source: not allowed with argument --image usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--enable | --disable] [--distributed | --centralized] [--ha | --no-ha] [--description ] [--project ] [--project-domain ] [--availability-zone-hint ] [--tag | --no-tag] check_parser: error: too few arguments 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] check_parser: error: too few arguments usage: check_parser [-h] [--name ] [--pool-prefix ] [--default-prefix-length ] [--min-prefix-length ] [--max-prefix-length ] [--address-scope | --no-address-scope] [--default | --no-default] [--description ] [--default-quota ] [--tag ] [--no-tag] check_parser: error: argument --no-address-scope: not allowed with argument --address-scope usage: check_parser [-h] [--name ] [--description ] [--tag ] [--no-tag] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--project ] [--project-domain ] [--subnet-pool | --use-prefix-delegation USE_PREFIX_DELEGATION | --use-default-subnet-pool] [--prefix-length ] [--subnet-range ] [--dhcp | --no-dhcp] [--gateway ] [--ip-version {4,6}] [--ipv6-ra-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}] [--ipv6-address-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}] [--network-segment ] --network [--description ] [--allocation-pool start=,end=] [--dns-nameserver ] [--host-route destination=,gateway=] [--service-type ] [--tag | --no-tag] check_parser: error: too few arguments usage: check_parser [-h] [--l3] check_parser: error: too few arguments 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' usage: check_parser [-h] [--name ] [--pool-prefix ] [--default-prefix-length ] [--min-prefix-length ] [--max-prefix-length ] [--address-scope | --no-address-scope] [--default | --no-default] [--description ] [--default-quota ] [--tag ] [--no-tag] 'x-subject-token' check_parser: error: argument --no-default: not allowed with argument --default 'x-subject-token' usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--description ] [--physical-network ] [--segment ] --network --network-type check_parser: error: argument --network-type: invalid choice: 'foo' (choose from 'flat', 'geneve', 'gre', 'local', 'vlan', 'vxlan') 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--description ] [--physical-network ] [--segment ] --network --network-type check_parser: error: too few arguments 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--volume ] [--description ] [--force] check_parser: error: too few arguments No handlers could be found for logger "openstackclient.image.v2.image" No handlers could be found for logger "openstackclient.compute.v2.server" Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': 'x-subject-token' Specifying the auth-key as a positional argument has been deprecated. Please use the --auth-key option in the future. Specifying the auth-key as a positional argument has been deprecated. Please use the --auth-key option in the future. Specifying the auth-key as a positional argument has been deprecated. Please use the --auth-key option in the future. Specifying the auth-key as a positional argument has been deprecated. Please use the --auth-key option in the future. Specifying the auth-key as a positional argument has been deprecated. Please use the --auth-key option in the future. Specifying the auth-key as a positional argument has been deprecated. Please use the --auth-key option in the future. Specifying the auth-key as a positional argument has been deprecated. Please use the --auth-key option in the future. Specifying the auth-key as a positional argument has been deprecated. Please use the --auth-key option in the future. Specifying the auth-key as a positional argument has been deprecated. Please use the --auth-key option in the future. Specifying the auth-key as a positional argument has been deprecated. Please use the --auth-key option in the future. usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--size ] [--type ] [--image | --snapshot | --source ] [--description ] [--availability-zone ] [--consistency-group consistency-group>] [--property ] [--hint ] [--multi-attach] [--bootable | --non-bootable] [--read-only | --read-write] check_parser: error: argument --source: not allowed with argument --image usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--type ] [--max-kbps ] [--max-burst-kbits ] [--dscp-mark ] [--min-kbps ] [--ingress | --egress] check_parser: error: too few arguments usage: check_parser [-h] [--property ] [--encryption-type] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--volume ] [--description ] [--force] [--property ] [--remote-source ] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] check_parser: error: too few arguments usage: check_parser [-h] [--name ] [--description ] [--property ] [--project ] [--project-domain ] [--encryption-provider ] [--encryption-cipher ] [--encryption-key-size ] [--encryption-control-location ] check_parser: error: too few arguments {2} openstackclient.tests.unit.common.test_parseractions.TestKeyValueAction.test_error_values [0.002046s] ... ok {2} openstackclient.tests.unit.common.test_parseractions.TestKeyValueAction.test_good_values [0.000850s] ... ok {2} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingCreate.test_create_mapping [0.019547s] ... ok {13} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIPPool.test_floating_ip_pool_list [0.005862s] ... ok {2} openstackclient.tests.unit.identity.v3.test_region.TestRegionSet.test_region_set_description [0.005263s] ... ok {2} openstackclient.tests.unit.identity.v3.test_region.TestRegionSet.test_region_set_no_options [0.004053s] ... ok {2} openstackclient.tests.unit.identity.v3.test_region.TestRegionSet.test_region_set_parent_region_id [0.003679s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderCreate.test_create_service_provider_description [0.007247s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderCreate.test_create_service_provider_disabled [0.006902s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderCreate.test_create_service_provider_required_options_only [0.005809s] ... ok {2} openstackclient.tests.unit.identity.v3.test_user.TestUserShow.test_user_show [0.005448s] ... ok {2} openstackclient.tests.unit.identity.v3.test_user.TestUserShow.test_user_show_with_domain [0.007527s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestAddProjectToImage.test_add_project_to_image_no_option [0.006313s] ... ok {13} openstackclient.tests.unit.compute.v2.test_host.TestHostSet.test_host_set [0.020054s] ... ok {13} openstackclient.tests.unit.compute.v2.test_host.TestHostSet.test_host_set_no_option [0.009572s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerShow.test_show [0.022182s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerShow.test_show_diagnostics [0.119751s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerShow.test_show_embedded_flavor [0.019347s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerShow.test_show_no_options [0.023953s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupShow.test_server_group_show [0.008447s] ... ok {13} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectUnset.test_project_unset_key [0.003010s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestAddProjectToImage.test_add_project_to_image_with_option [0.005974s] ... ok {13} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectUnset.test_project_unset_no_options [0.002354s] ... ok {13} openstackclient.tests.unit.identity.v3.test_consumer.TestConsumerCreate.test_create_consumer [0.005326s] ... ok {2} openstackclient.tests.unit.network.test_common.TestNetworkAndCompute.test_take_action_compute [0.001320s] ... ok {4} openstackclient.tests.unit.common.test_commandmanager.TestCommandManager.test_add_command_group [0.000649s] ... ok {4} openstackclient.tests.unit.common.test_commandmanager.TestCommandManager.test_get_command_groups [0.000360s] ... ok {4} openstackclient.tests.unit.common.test_commandmanager.TestCommandManager.test_get_command_names [0.000679s] ... ok {2} openstackclient.tests.unit.network.test_common.TestNetworkAndCompute.test_take_action_network [0.001468s] ... ok {2} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeCommand.test_take_action_compute [0.001456s] ... ok {13} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupSet.test_endpoint_group_set_description [0.005228s] ... ok {2} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeCommand.test_take_action_network [0.001482s] ... ok {4} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorDelete.test_delete_multiple_flavors [0.019913s] ... ok {4} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorDelete.test_flavor_delete [0.007197s] ... ok {13} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupSet.test_endpoint_group_set_filters [0.004786s] ... ok {2} openstackclient.tests.unit.network.v2.test_network_agent.TestSetNetworkAgent.test_set_all [0.004496s] ... ok {4} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorDelete.test_multi_flavors_delete_with_exception [0.008793s] ... ok {13} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupSet.test_endpoint_group_set_name [0.004796s] ... ok {2} openstackclient.tests.unit.network.v2.test_network_agent.TestSetNetworkAgent.test_set_nothing [0.004856s] ... ok {4} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorList.test_hypervisor_list_long_option [0.012981s] ... ok {13} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupSet.test_endpoint_group_set_no_options [0.004202s] ... ok {2} openstackclient.tests.unit.network.v2.test_network_agent.TestSetNetworkAgent.test_set_with_disable [0.004446s] ... ok {4} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorList.test_hypervisor_list_matching_option_found [0.009748s] ... ok {13} openstackclient.tests.unit.identity.v3.test_service.TestServiceDelete.test_service_delete_no_options [0.004672s] ... ok {26} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroupRule.test_security_group_create_no_options [0.022006s] ... ok {2} openstackclient.tests.unit.network.v2.test_network_compute.TestShowNetworkCompute.test_show_all_options [0.009219s] ... ok {30} openstackclient.tests.unit.api.test_image_v2.TestImage.test_image_list_no_options [0.007203s] ... ok {4} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorList.test_hypervisor_list_matching_option_not_found [0.009363s] ... ok {28} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_compute [0.023293s] ... ok {13} openstackclient.tests.unit.network.v2.test_address_scope.TestDeleteAddressScope.test_address_scope_delete [0.004438s] ... ok {26} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroupRule.test_security_group_create_options [0.003697s] ... ok {2} openstackclient.tests.unit.network.v2.test_network_compute.TestShowNetworkCompute.test_show_no_options [0.011815s] ... ok {30} openstackclient.tests.unit.api.test_image_v2.TestImage.test_image_list_private [0.003498s] ... ok {4} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorList.test_hypervisor_list_no_option [0.009417s] ... ok {28} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_compute_and_network [0.009256s] ... ok {13} openstackclient.tests.unit.network.v2.test_address_scope.TestDeleteAddressScope.test_multi_address_scopes_delete [0.004952s] ... ok {26} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroupRule.test_security_group_create_port_errors [0.002059s] ... ok {2} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestShowFlavorProfile.test_show_all_options [0.005213s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleCreate.test_role_create_no_options [0.019811s] ... ok {30} openstackclient.tests.unit.api.test_image_v2.TestImage.test_image_list_public [0.003220s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server.TestServerRemovePort.test_server_remove_port [0.009153s] ... ok {3} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateUnset.test_aggregate_unset [0.020458s] ... ok {28} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_identity [0.007905s] ... ok {13} openstackclient.tests.unit.network.v2.test_address_scope.TestDeleteAddressScope.test_multi_address_scopes_delete_with_exception [0.004696s] ... ok {26} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroupRule.test_security_group_rule_delete [0.003478s] ... ok {2} openstackclient.tests.unit.network.v2.test_network_meter.TestDeleteMeter.test_delete_multiple_meter_exception [0.007178s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleCreate.test_role_create_or_show_exists [0.004234s] ... ok {30} openstackclient.tests.unit.common.test_extension.TestExtensionShow.test_show_all_options [0.020236s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server.TestServerRemovePort.test_server_remove_port_no_neutron [0.008784s] ... ok {3} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateUnset.test_aggregate_unset_multiple_properties [0.007283s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_compute [0.029935s] ... ok {28} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_long [0.008467s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestSetNetworkQosPolicy.test_set_name_share_description_default [0.004757s] ... ok {26} openstackclient.tests.unit.identity.v3.test_consumer.TestConsumerSet.test_consumer_update [0.019531s] ... ok {2} openstackclient.tests.unit.network.v2.test_network_meter.TestDeleteMeter.test_delete_multiple_meters [0.005845s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleCreate.test_role_create_or_show_not_exists [0.003707s] ... ok {4} openstackclient.tests.unit.identity.v2_0.test_role.TestUserRoleList.test_user_role_list_no_options_scoped_token [0.005114s] ... ok {30} openstackclient.tests.unit.common.test_extension.TestExtensionShow.test_show_no_options [0.012057s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_compute_default [0.014979s] ... ok {3} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateUnset.test_aggregate_unset_no_option [0.008442s] ... ok {28} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_network [0.008333s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestSetNetworkQosPolicy.test_set_no_share_no_default [0.004984s] ... ok {26} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupDelete.test_endpointgroup_delete [0.004204s] ... ok {2} openstackclient.tests.unit.network.v2.test_network_meter.TestDeleteMeter.test_delete_one_meter [0.005544s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_disable [0.003558s] ... ok {4} openstackclient.tests.unit.identity.v2_0.test_role.TestUserRoleList.test_user_role_list_no_options_unscoped_token [0.005049s] ... ok {30} openstackclient.tests.unit.common.test_logs.TestFileFormatter.test_config [0.001562s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_compute_no_project_4xx [0.013792s] ... ok {3} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFixedIP.test_server_add_fixed_ip [0.010187s] ... ok {1} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_create_default [0.005826s] ... ok {28} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_network_with_long [0.008062s] ... ok {10} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateShow.test_aggregate_show [0.022696s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestSetNetworkQosPolicy.test_set_nothing [0.004430s] ... ok {26} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestRemoveProjectEndpointGroup.test_remove_project_endpoint_no_options [0.005513s] ... ok {2} openstackclient.tests.unit.network.v2.test_network_qos_rule_type.TestListNetworkQosRuleType.test_qos_rule_type_list [0.011278s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_email [0.003418s] ... ok {4} openstackclient.tests.unit.identity.v2_0.test_role.TestUserRoleList.test_user_role_list_project_scoped_token [0.005238s] ... ok {30} openstackclient.tests.unit.common.test_logs.TestFileFormatter.test_nothing [0.000183s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_compute_no_project_5xx [0.013961s] ... ok {3} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFixedIP.test_server_add_specific_fixed_ip [0.009392s] ... ok {1} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_create_options [0.003353s] ... ok {28} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_no_options [0.008610s] ... ok {20} openstackclient.tests.unit.api.test_image_v1.TestImage.test_image_list_no_options [0.007127s] ... ok {10} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupDelete.test_server_group_delete [0.009019s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleDSCPMarking.test_set_dscp_mark [0.009693s] ... ok {26} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestRemoveProjectEndpointGroup.test_remove_project_endpoint_with_options [0.006413s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestShowSubnetPool.test_show_all_options [0.005449s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_enable [0.003234s] ... ok {4} openstackclient.tests.unit.identity.v2_0.test_role.TestUserRoleList.test_user_role_list_project_unscoped_token [0.005360s] ... ok {30} openstackclient.tests.unit.common.test_logs.TestFileFormatter.test_options [0.000223s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_compute_no_project_not_found [0.013836s] ... ok {3} openstackclient.tests.unit.compute.v2.test_server.TestServerUnlock.test_server_unlock_multi_servers [0.010196s] ... ok {5} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_create [0.017080s] ... ok {28} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_volume [0.008753s] ... ok {1} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_delete_id [0.005362s] ... ok {20} openstackclient.tests.unit.api.test_image_v1.TestImage.test_image_list_private [0.003376s] ... ok {10} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupDelete.test_server_group_delete_no_input [0.008822s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleDSCPMarking.test_set_dscp_mark_to_zero [0.006423s] ... ok {26} openstackclient.tests.unit.identity.v3.test_group.TestGroupCreate.test_group_create [0.011314s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestShowSubnetPool.test_show_no_options [0.115849s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_name [0.004644s] ... ok {4} openstackclient.tests.unit.identity.v3.test_catalog.TestCatalogList.test_catalog_list [0.004064s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_details_compute [0.014578s] ... ok {3} openstackclient.tests.unit.compute.v2.test_server.TestServerUnlock.test_server_unlock_one_server [0.008451s] ... ok private_key{0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_create_post [0.007176s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_add_id [0.008200s] ... ok {5} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_delete [0.003499s] ... ok {16} openstackclient.tests.unit.common.test_command.TestCommand.test_command_has_logger [0.002320s] ... ok {28} openstackclient.tests.unit.common.test_module.TestModuleList.test_module_list_all [0.004506s] ... ok {1} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_delete_name [0.008602s] ... ok {20} openstackclient.tests.unit.api.test_image_v1.TestImage.test_image_list_public [0.002978s] ... ok {10} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupDelete.test_server_group_multiple_delete [0.007796s] ... ok {25} openstackclient.tests.unit.common.test_limits.TestVolumeLimits.test_volume_show_absolute [0.024647s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleDSCPMarking.test_set_nothing [0.006060s] ... ok {30} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairCreate.test_key_pair_create_no_options [0.008088s] ... ok {2} openstackclient.tests.unit.volume.v1.test_backup.TestBackupDelete.test_backup_delete [0.003484s] ... ok {26} openstackclient.tests.unit.identity.v3.test_group.TestGroupCreate.test_group_create_or_show [0.005923s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_no_options [0.002915s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_details_network [0.013561s] ... ok {4} openstackclient.tests.unit.identity.v3.test_group.TestGroupSet.test_group_set_name_and_description [0.005457s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_2_53_disable_down [0.010171s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_add_name [0.005595s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_create_put [0.003458s] ... ok {11} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveFloatingIPNetwork.test_server_remove_floating_ip_default [0.026644s] ... ok {5} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_list_marker_limit_end [0.003580s] ... ok {16} openstackclient.tests.unit.common.test_command.TestCommand.test_validate_os_beta_command_enabled [0.001645s] ... ok {28} openstackclient.tests.unit.common.test_module.TestModuleList.test_module_list_no_options [0.004058s] ... ok {1} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_delete_not_found [0.005829s] ... ok {20} openstackclient.tests.unit.common.test_logs.TestLogConfigurator.test_configure [0.007138s] ... ok {25} openstackclient.tests.unit.common.test_limits.TestVolumeLimits.test_volume_show_rate [0.008339s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleDSCPMarking.test_set_wrong_options [0.006387s] ... ok {10} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupDelete.test_server_group_multiple_delete_with_exception [0.008327s] ... ok {2} openstackclient.tests.unit.volume.v1.test_backup.TestBackupDelete.test_delete_multiple_backups [0.003546s] ... ok {30} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairCreate.test_keypair_create_private_key [0.012492s] ... ok {29} openstackclient.tests.unit.common.test_availability_zone.TestAvailabilityZoneList.test_availability_zone_list_compute [0.029898s] ... ok {26} openstackclient.tests.unit.identity.v3.test_group.TestGroupCreate.test_group_create_with_options [0.007135s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_password [0.003401s] ... ok {4} openstackclient.tests.unit.identity.v3.test_group.TestGroupSet.test_group_set_nothing [0.006686s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_network [0.012521s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_2_53_disable_reason [0.010063s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_create [0.003264s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_delete [0.002972s] ... ok {5} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_list_no_options [0.003169s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_catalog.TestCatalogList.test_catalog_list [0.014210s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerRestore.test_server_restore_multi_servers [0.010416s] ... ok {1} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_find_id [0.003341s] ... ok {19} openstackclient.tests.unit.common.test_logs.TestContext.test_log_level_from_config [0.000395s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_long_option [0.063435s] ... ok {20} openstackclient.tests.unit.common.test_logs.TestLogConfigurator.test_init [0.006423s] ... ok {10} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceList.test_service_list_long [0.004857s] ... ok {25} openstackclient.tests.unit.compute.v2.test_server.TestServerPause.test_server_pause_multi_servers [0.010099s] ... ok {13} openstackclient.tests.unit.network.v2.test_security_group_compute.TestCreateSecurityGroupCompute.test_security_group_create_all_options [0.008822s] ... ok {2} openstackclient.tests.unit.volume.v1.test_backup.TestBackupDelete.test_delete_multiple_backups_with_exception [0.004741s] ... ok {29} openstackclient.tests.unit.common.test_availability_zone.TestAvailabilityZoneList.test_availability_zone_list_long [0.009913s] ... ok {26} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_domain [0.008476s] ... ok {30} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairCreate.test_keypair_create_public_key [0.012131s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_password_prompt [0.003953s] ... ok {4} openstackclient.tests.unit.identity.v3.test_group.TestGroupSet.test_group_set_with_domain [0.009523s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_network_default [0.017804s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_2_53_enable_up [0.010073s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_create_not_found [0.003327s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_attr_by_id [0.015045s] ... ok {5} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_list_prefix [0.003479s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_catalog.TestCatalogList.test_catalog_list_with_endpoint_url [0.003704s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerRestore.test_server_restore_one_server [0.008847s] ... ok {1} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_find_name [0.005135s] ... ok {19} openstackclient.tests.unit.common.test_logs.TestContext.test_log_level_from_options [0.000349s] ... ok {20} openstackclient.tests.unit.common.test_logs.TestLogConfigurator.test_init_log_file [0.005736s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_n_option [0.184385s] ... ok {10} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceList.test_service_list_no_options [0.002717s] ... ok {25} openstackclient.tests.unit.compute.v2.test_server.TestServerPause.test_server_pause_one_server [0.008288s] ... ok {2} openstackclient.tests.unit.volume.v1.test_backup.TestBackupRestore.test_backup_restore [0.004077s] ... ok {29} openstackclient.tests.unit.common.test_availability_zone.TestAvailabilityZoneList.test_availability_zone_list_network [0.006725s] ... ok {26} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_domain_no_perms [0.005770s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPNetwork.test_server_add_floating_ip_default [0.013441s] ... ok {13} openstackclient.tests.unit.network.v2.test_security_group_compute.TestCreateSecurityGroupCompute.test_security_group_create_min_options [0.009011s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_project [0.003857s] ... ok {4} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_disable [0.006680s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_disable [0.010483s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_network_no_project [0.117117s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_delete [0.003295s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_attr_by_name [0.013244s] ... ok {5} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_show [0.003512s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleDelete.test_delete_multi_roles_with_exception [0.006043s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server_event.TestShowServerEvent.test_server_event_show [0.009882s] ... ok {19} openstackclient.tests.unit.common.test_logs.TestContext.test_set_warning_filter [0.001219s] ... ok {20} openstackclient.tests.unit.common.test_logs.TestLogConfigurator.test_init_no_debug [0.004170s] ... ok {1} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_find_not_found [0.006863s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_name_lookup_one_by_one [0.024627s] ... ok {10} openstackclient.tests.unit.identity.v3.test_consumer.TestConsumerShow.test_consumer_show [0.005365s] ... ok {25} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_no_option [0.010073s] ... ok {2} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosUnset.test_qos_unset_nothing [0.003274s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPNetwork.test_server_add_floating_ip_default_no_external_gateway [0.013676s] ... ok {29} openstackclient.tests.unit.common.test_availability_zone.TestAvailabilityZoneList.test_availability_zone_list_no_options [0.007293s] ... ok {26} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_long [0.005709s] ... ok {13} openstackclient.tests.unit.network.v2.test_security_group_compute.TestCreateSecurityGroupCompute.test_security_group_create_no_options [0.010173s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_unexist_user [0.003697s] ... ok {4} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_enable [0.113235s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_disable_with_reason [0.012998s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_volume [0.013299s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_delete_none [0.000838s] ... ok {5} openstackclient.tests.unit.common.test_module.TestCommandList.test_command_list_no_options [0.021767s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_attr_path_resource [0.007185s] ... ok {20} openstackclient.tests.unit.common.test_quota.TestQuotaShow.test_quota_show [0.029545s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleDelete.test_role_delete_no_options [0.003690s] ... ok {19} openstackclient.tests.unit.compute.v2.test_agent.TestAgentSet.test_agent_set_md5hash [0.019440s] ... ok {28} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderList.test_identity_provider_list_no_options [0.006737s] ... ok {1} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_list_no_options [0.003060s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_no_name_lookup_option [0.025767s] ... ok {10} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointListServiceWithoutName.test_endpoint_list_interface [0.005555s] ... ok {25} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_invalid_state [0.012638s] ... ok {2} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosUnset.test_qos_unset_with_properties [0.003752s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPNetwork.test_server_add_floating_ip_default_one_external_gateway [0.015863s] ... ok {26} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_my_projects [0.007268s] ... ok {29} openstackclient.tests.unit.common.test_availability_zone.TestAvailabilityZoneList.test_availability_zone_list_volume [0.006596s] ... ok {31} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_description_api_newer [0.020918s] ... ok {7} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_missing_data [0.007896s] ... ok {13} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestDeleteSecurityGroupRuleCompute.test_security_group_rule_delete [0.008729s] ... ok {4} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_no_options [0.005554s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_enable [0.116148s] ... ok {27} openstackclient.tests.unit.api.test_api.TestKeystoneSession.test_session_request [0.005958s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_volume_default [0.013791s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_find_id [0.003144s] ... ok {20} openstackclient.tests.unit.common.test_quota.TestQuotaShow.test_quota_show_no_project [0.013221s] ... ok {11} openstackclient.tests.unit.identity.v3.test_group.TestGroupDelete.test_delete_multi_groups_with_exception [0.005209s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_bulk_dict [0.003147s] ... ok {5} openstackclient.tests.unit.common.test_module.TestCommandList.test_command_list_with_group [0.004349s] ... ok {19} openstackclient.tests.unit.compute.v2.test_agent.TestAgentSet.test_agent_set_nothing [0.007435s] ... ok {1} openstackclient.tests.unit.common.test_limits.TestComputeLimits.test_compute_show_absolute [0.024231s] ... ok {28} openstackclient.tests.unit.identity.v3.test_implied_role.TestImpliedRoleList.test_implied_role_list [0.011513s] ... ok {25} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_name [0.010891s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_no_option [0.024100s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPNetwork.test_server_add_floating_ip_fixed [0.118348s] ... ok {2} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDisassociate.test_qos_disassociate_with_all_volume_types [0.006481s] ... ok {10} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointListServiceWithoutName.test_endpoint_list_no_options [0.007160s] ... ok {26} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_no_options [0.006616s] ... ok {29} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_empty_required_optional [0.001182s] ... ok {31} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_description_api_older [0.010266s] ... ok {7} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_missing_type [0.006227s] ... ok {13} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestDeleteSecurityGroupRuleCompute.test_security_group_rule_delete_multi [0.009069s] ... ok {4} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_replace_remote_ids [0.005066s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_enable_and_state_down [0.008545s] ... ok {27} openstackclient.tests.unit.api.test_utils.TestBaseAPIFilter.test_simple_filter_attr_only [0.001072s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_find_ip [0.005406s] ... ok {9} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_volume_no_project [0.013190s] ... ok {20} openstackclient.tests.unit.common.test_quota.TestQuotaShow.test_quota_show_with_class [0.013515s] ... ok {11} openstackclient.tests.unit.identity.v3.test_group.TestGroupDelete.test_group_delete [0.005803s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_bulk_none [0.002996s] ... ok {5} openstackclient.tests.unit.common.test_module.TestCommandList.test_command_list_with_group_not_found [0.002169s] ... ok {19} openstackclient.tests.unit.compute.v2.test_agent.TestAgentSet.test_agent_set_url [0.009168s] ... ok {21} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateRemoveHost.test_aggregate_add_host [0.023250s] ... ok {1} openstackclient.tests.unit.common.test_limits.TestComputeLimits.test_compute_show_rate [0.008378s] ... ok {25} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_property [0.010359s] ... ok {28} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitDelete.test_registered_limit_delete [0.004360s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPNetwork.test_server_add_floating_ip_fixed_no_port_found [0.012376s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_no_servers [0.025993s] ... ok {2} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDisassociate.test_qos_disassociate_with_volume_type [0.007158s] ... ok {10} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointListServiceWithoutName.test_endpoint_list_project_with_project_domain [0.007814s] ... ok {31} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_no_flavor [0.011272s] ... ok {29} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_error_values_with_comma [0.001225s] ... ok {7} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_missing_user [0.006292s] ... ok {26} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_sort [0.005659s] ... ok {13} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestDeleteSecurityGroupRuleCompute.test_security_group_rule_delete_multi_with_exception [0.008861s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_enable_and_state_down_with_exception [0.009272s] ... ok {4} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_replace_remote_ids_file [0.005623s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_find_not_found [0.007190s] ... ok {27} openstackclient.tests.unit.api.test_utils.TestBaseAPIFilter.test_simple_filter_attr_value [0.001258s] ... ok {9} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_no_option [0.008230s] ... ok {20} openstackclient.tests.unit.common.test_quota.TestQuotaShow.test_quota_show_with_default [0.013542s] ... ok {11} openstackclient.tests.unit.identity.v3.test_group.TestGroupDelete.test_group_delete_with_domain [0.004822s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_bulk_one [0.009603s] ... ok {5} openstackclient.tests.unit.compute.v2.test_agent.TestAgentList.test_agent_list [0.008413s] ... ok {19} openstackclient.tests.unit.compute.v2.test_agent.TestAgentSet.test_agent_set_version [0.007749s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_image_property [0.034861s] ... ok {1} openstackclient.tests.unit.compute.v2.test_host.TestHostList.test_host_list_no_option [0.008328s] ... ok {25} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_root_password [0.010450s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server.TestServerResume.test_server_resume_multi_servers [0.009503s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_v269_with_partial_constructs [0.025171s] ... ok {10} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointListServiceWithoutName.test_endpoint_list_region [0.006072s] ... ok {31} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_no_project [0.011006s] ... ok {29} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_error_values_without_comma [0.000808s] ... ok {7} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_no_options [0.006253s] ... ok {23} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_all_options [0.032116s] ... ok {26} openstackclient.tests.unit.identity.v3.test_service.TestServiceShow.test_service_show [0.005165s] ... ok {13} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosSet.test_qos_set_with_properties_with_id [0.004321s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_enable_with_disable_reason [0.007970s] ... ok {4} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_set_description [0.005365s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_list [0.003151s] ... ok {27} openstackclient.tests.unit.api.test_utils.TestBaseAPIFilter.test_simple_filter_no_attr [0.000967s] ... ok {24} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_create_default [0.005825s] ... ok {9} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_name [0.009924s] ... ok {15} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorList.test_flavor_list_all_flavors [0.032459s] ... ok {20} openstackclient.tests.unit.compute.v2.test_host.TestHostShow.test_host_show_no_option [0.017055s] ... ok {11} openstackclient.tests.unit.identity.v3.test_group.TestGroupDelete.test_group_multi_delete [0.004711s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_bulk_two [0.007721s] ... ok {5} openstackclient.tests.unit.compute.v2.test_agent.TestAgentList.test_agent_list_with_hypervisor [0.008421s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_image_property_missed [0.125027s] ... ok {1} openstackclient.tests.unit.compute.v2.test_host.TestHostList.test_host_list_with_option [0.008311s] ... ok {19} openstackclient.tests.unit.identity.v2_0.test_token.TestTokenRevoke.test_token_revoke [0.002435s] ... ok {25} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_state [0.011444s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server.TestServerResume.test_server_resume_one_server [0.008005s] ... ok {10} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointListServiceWithoutName.test_endpoint_list_service [0.005819s] ... ok {31} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_no_property [0.009280s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_changes_since [0.024870s] ... ok {29} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_good_values [0.000715s] ... ok {7} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_valid [0.004799s] ... ok {26} openstackclient.tests.unit.identity.v3.test_service.TestServiceShow.test_service_show_nounique [0.005691s] ... ok {23} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_default_options [0.010804s] ... ok {28} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitDelete.test_registered_limit_delete_with_exception [0.116580s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_find_service_by_host_and_binary_many_results [0.007243s] ... ok {13} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotList.test_snapshot_list_all_projects [0.007808s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleList.test_role_list_domain_group [0.006255s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_remove_id [0.005364s] ... ok {24} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_create_options [0.003531s] ... ok {27} openstackclient.tests.unit.api.test_utils.TestBaseAPIFilter.test_simple_filter_none [0.000824s] ... ok {9} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_no_property [0.008304s] ... ok {15} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorList.test_flavor_list_long [0.009348s] ... ok {20} openstackclient.tests.unit.compute.v2.test_host.TestHostShow.test_host_show_with_option [0.114895s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_body [0.003191s] ... ok {5} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPCompute.test_server_add_floating_ip_default [0.009746s] ... ok {11} openstackclient.tests.unit.identity.v3.test_limit.TestLimitSet.test_limit_set_description [0.006964s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_image_property_multi [0.033709s] ... ok {1} openstackclient.tests.unit.compute.v2.test_server.TestServerDelete.test_server_delete_multi_servers [0.011040s] ... ok {19} openstackclient.tests.unit.identity.v3.test_consumer.TestConsumerList.test_consumer_list [0.010304s] ... ok {25} openstackclient.tests.unit.identity.v2_0.test_user.TestUserShow.test_user_show [0.004008s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server_backup.TestServerBackupCreate.test_server_backup_create_options [0.018501s] ... ok {10} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitCreate.test_registered_limit_create_with_options [0.006245s] ... ok {31} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_nothing [0.008622s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_flavor [0.025988s] ... ok {29} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_invalid_key [0.000824s] ... ok {26} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestCreateFloatingIPCompute.test_floating_ip_create_default [0.010885s] ... ok {7} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_valid_with_project [0.005361s] ... ok {23} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_no_options [0.013843s] ... ok {28} openstackclient.tests.unit.image.v2.test_image.TestImageDelete.test_image_delete_multi_images [0.028776s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_find_service_by_host_and_binary_no_results [0.007011s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleList.test_role_list_domain_role [0.006228s] ... ok {13} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotList.test_snapshot_list_name_option [0.005409s] ... ok {8} openstackclient.tests.unit.common.test_parseractions.TestNonNegativeAction.test_negative_values [0.005772s] ... ok {24} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_delete_id [0.005303s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_remove_name [0.005418s] ... ok {27} openstackclient.tests.unit.api.test_utils.TestBaseAPIFilter.test_simple_filter_prop_attr_only [0.001133s] ... ok {9} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_no_property_and_property [0.008470s] ... ok {15} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorList.test_flavor_list_no_options [0.007987s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveFixedIP.test_server_remove_fixed_ip [0.008206s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_detailed [0.003156s] ... ok {22} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_create [0.025806s] ... ok {5} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPCompute.test_server_add_floating_ip_fixed [0.008870s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_minimal [0.024139s] ... ok {11} openstackclient.tests.unit.identity.v3.test_limit.TestLimitSet.test_limit_set_resource_limit [0.005189s] ... ok {1} openstackclient.tests.unit.compute.v2.test_server.TestServerDelete.test_server_delete_no_options [0.008371s] ... ok {19} openstackclient.tests.unit.identity.v3.test_domain.TestDomainDelete.test_domain_delete [0.004753s] ... ok {25} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialShow.test_credential_show [0.005413s] ... ok {31} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_project [0.009310s] ... ok {26} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestCreateFloatingIPCompute.test_floating_ip_create_no_arg [0.013720s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server_backup.TestServerBackupCreate.test_server_backup_defaults [0.020532s] ... ok {29} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_missing_key [0.000785s] ... ok {10} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitCreate.test_registered_limit_create_without_options [0.006444s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_image [0.026066s] ... ok {7} openstackclient.tests.unit.identity.v3.test_group.TestGroupList.test_group_list_domain [0.007748s] ... ok {23} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_other_options [0.012183s] ... ok {28} openstackclient.tests.unit.image.v2.test_image.TestImageDelete.test_image_delete_multi_images_exception [0.022430s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_only_with_disable_reason [0.008176s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleList.test_role_list_domain_user [0.006740s] ... ok {13} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotList.test_snapshot_list_status_option [0.008750s] ... ok {8} openstackclient.tests.unit.common.test_parseractions.TestNonNegativeAction.test_positive_values [0.000865s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestHost.test_host_list_no_options [0.003211s] ... ok {24} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_delete_name [0.007781s] ... ok {27} openstackclient.tests.unit.api.test_utils.TestBaseAPIFilter.test_simple_filter_prop_attr_value [0.001145s] ... ok {9} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_property [0.008260s] ... ok {15} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorList.test_flavor_list_private_flavors [0.008334s] ... ok {20} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_description [0.003549s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_filtered [0.003152s] ... ok {22} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_delete [0.003196s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_no_options [0.027661s] ... ok {5} openstackclient.tests.unit.compute.v2.test_server.TestServerAddPort.test_server_add_port [0.009049s] ... ok {11} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingSet.test_set_new_rules [0.005914s] ... ok {1} openstackclient.tests.unit.compute.v2.test_server.TestServerDelete.test_server_delete_wait_fails [0.009216s] ... ok {19} openstackclient.tests.unit.identity.v3.test_group.TestGroupCheckUser.test_group_check_user [0.005126s] ... ok {25} openstackclient.tests.unit.identity.v3.test_implied_role.TestImpliedRoleCreate.test_implied_role_create [0.005734s] ... ok {31} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_property [0.009153s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_compute.TestListNetworkCompute.test_network_list_no_options [0.009289s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestShowMeterRule.test_label_rule_show_option [0.005227s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server_backup.TestServerBackupCreate.test_server_backup_wait_fail [0.056915s] ... ok {29} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_optional_keys_not_list [0.002918s] ... ok {7} openstackclient.tests.unit.identity.v3.test_group.TestGroupList.test_group_list_long [0.005487s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_invalid_changes_since [0.025398s] ... ok {23} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_with_description_api_newer [0.011303s] ... ok {28} openstackclient.tests.unit.image.v2.test_image.TestImageDelete.test_image_delete_no_options [0.013757s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_state_down [0.009600s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleList.test_role_list_group_with_error [0.007729s] ... ok {8} openstackclient.tests.unit.common.test_parseractions.TestNonNegativeAction.test_zero_values [0.000694s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestHost.test_host_list_zone [0.003649s] ... ok {13} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotList.test_snapshot_list_volumeid_option [0.005475s] ... ok {12} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateDelete.test_aggregate_delete [0.027280s] ... ok {24} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_delete_not_found [0.005902s] ... ok {27} openstackclient.tests.unit.common.test_configuration.TestConfiguration.test_show [0.017258s] ... ok {9} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_zone [0.011944s] ... ok {15} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorList.test_flavor_list_public_flavors [0.008378s] ... ok {22} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_list_delimiter [0.003543s] ... ok {20} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_disable [0.003278s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_no_body [0.005464s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_userdata [0.028934s] ... ok {5} openstackclient.tests.unit.compute.v2.test_server.TestServerAddPort.test_server_add_port_no_neutron [0.008775s] ... ok {11} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingSet.test_set_rules_wrong_file_path [0.005764s] ... ok {19} openstackclient.tests.unit.identity.v3.test_group.TestGroupCheckUser.test_group_check_user_server_error [0.005119s] ... ok {1} openstackclient.tests.unit.compute.v2.test_server.TestServerDelete.test_server_delete_wait_ok [0.009754s] ... ok {25} openstackclient.tests.unit.identity.v3.test_limit.TestLimitShow.test_limit_show [0.008358s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestDeleteFlavorProfile.test_multi_network_flavor_profiles_delete [0.009415s] ... ok {31} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_with_unexist_flavor [0.008732s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestShowMeterRule.test_show_no_options [0.007212s] ... ok {29} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_required_keys_not_list [0.000924s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server_backup.TestServerBackupCreate.test_server_backup_wait_ok [0.054307s] ... ok {7} openstackclient.tests.unit.identity.v3.test_group.TestGroupList.test_group_list_no_options [0.005773s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerUnset.test_server_unset_no_option [0.010540s] ... ok {23} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_with_description_api_older [0.010972s] ... ok {28} openstackclient.tests.unit.network.v2.test_network.TestUnsetNetwork.test_unset_nothing [0.004486s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_state_up [0.008587s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleList.test_role_list_no_options [0.005900s] ... ok {8} openstackclient.tests.unit.compute.v2.test_server.TestServerLock.test_server_lock_multi_servers [0.026188s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestHost.test_host_set [0.003166s] ... ok {13} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotList.test_snapshot_list_with_long [0.005938s] ... ok {24} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_find_id [0.003135s] ... ok {12} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateDelete.test_delete_multiple_agggregates_with_exception [0.010484s] ... ok {27} openstackclient.tests.unit.common.test_configuration.TestConfiguration.test_show_mask [0.004013s] ... ok {9} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_zone_and_no_property [0.008696s] ... ok {15} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorShow.test_private_flavor_show [0.010986s] ... ok {22} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_list_marker_limit_end [0.003521s] ... ok {20} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_enable [0.003845s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_params [0.005806s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_auto_network [0.021195s] ... ok {5} openstackclient.tests.unit.identity.v2_0.test_endpoint.TestEndpointCreate.test_endpoint_create [0.005319s] ... ok {11} openstackclient.tests.unit.identity.v3.test_region.TestRegionCreate.test_region_create_description [0.005357s] ... ok {19} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitSet.test_registered_limit_set_default_limit [0.006379s] ... ok {1} openstackclient.tests.unit.compute.v2.test_server.TestServerRescue.test_rescue_with_current_image [0.127809s] ... ok {25} openstackclient.tests.unit.identity.v3.test_protocol.TestProtocolDelete.test_delete_identity_provider [0.005022s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestDeleteFlavorProfile.test_multi_network_flavor_profiles_delete_with_exception [0.004860s] ... ok {31} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleAdd.test_role_add [0.007966s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_segment_range.TestShowNetworkSegmentRange.test_show_all_options [0.007103s] ... ok {29} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize [0.012422s] ... ok {30} openstackclient.tests.unit.compute.v2.test_usage.TestUsageList.test_usage_list_no_options [0.010918s] ... ok {7} openstackclient.tests.unit.identity.v3.test_group.TestGroupList.test_group_list_user [0.005913s] ... ok {23} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_public_flavor_create_with_project [0.010400s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerUnset.test_server_unset_with_property [0.010940s] ... ok {28} openstackclient.tests.unit.network.v2.test_network.TestUnsetNetwork.test_unset_with_all_tag [0.004594s] ... ok {3} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_set_nothing [0.008595s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleList.test_role_list_project_group [0.006814s] ... ok {8} openstackclient.tests.unit.compute.v2.test_server.TestServerLock.test_server_lock_one_server [0.008169s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestHost.test_host_set_none [0.000867s] ... ok {24} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_find_name [0.005367s] ... ok {12} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateDelete.test_delete_multiple_aggregates [0.007834s] ... ok {9} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairDelete.test_delete_multiple_keypairs [0.008612s] ... ok {15} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorShow.test_public_flavor_show [0.008199s] ... ok {13} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotList.test_snapshot_list_without_options [0.005554s] ... ok {27} openstackclient.tests.unit.common.test_configuration.TestConfiguration.test_show_unmask [0.002322s] ... ok {22} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_list_no_options [0.003743s] ... ok {20} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_no_options [0.003282s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_auto_network_default_v2_37 [0.022077s] ... ok {0} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_wrapped [0.003160s] ... ok {11} openstackclient.tests.unit.identity.v3.test_region.TestRegionCreate.test_region_create_no_options [0.005102s] ... ok {5} openstackclient.tests.unit.identity.v2_0.test_user.TestUserList.test_user_list_long [0.003915s] ... ok {19} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitSet.test_registered_limit_set_description [0.005857s] ... ok {1} openstackclient.tests.unit.compute.v2.test_server.TestServerRescue.test_rescue_with_current_image_and_password [0.019312s] ... ok {25} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitShow.test_registered_limit_show [0.112931s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestDeleteFlavorProfile.test_network_flavor_profile_delete [0.153070s] ... ok {31} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleRemove.test_role_remove [0.004515s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_segment_range.TestShowNetworkSegmentRange.test_show_no_options [0.006795s] ... ok {30} openstackclient.tests.unit.compute.v2.test_usage.TestUsageList.test_usage_list_with_options [0.014749s] ... ok {29} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize_confirm [0.009183s] ... ok {7} openstackclient.tests.unit.identity.v3.test_region.TestRegionList.test_region_list_no_options [0.004968s] ... ok {23} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorShow.test_hypervisor_show [0.011869s] ... ok {16} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_disable [0.005483s] ... ok {28} openstackclient.tests.unit.network.v2.test_network.TestUnsetNetwork.test_unset_with_tags [0.004537s] ... ok {3} openstackclient.tests.unit.identity.v2_0.test_endpoint.TestEndpointShow.test_endpoint_show [0.010221s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleList.test_role_list_project_user [0.007112s] ... ok {8} openstackclient.tests.unit.compute.v2.test_usage.TestUsageShow.test_usage_show_no_options [0.016878s] ... ok {6} openstackclient.tests.unit.api.test_compute_v2.TestHost.test_host_show [0.003295s] ... ok {24} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_find_not_found [0.007304s] ... ok {9} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairDelete.test_delete_multiple_keypairs_with_exception [0.008441s] ... ok {12} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_by_default [0.014329s] ... ok {15} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorShow.test_show_no_options [0.011821s] ... ok {27} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_no_options [0.012840s] ... ok {22} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_list_prefix [0.003467s] ... ok {13} openstackclient.tests.unit.volume.v2.test_type.TestTypeList.test_type_list_with_default_option [0.008855s] ... ok {20} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_or_show_exists [0.003602s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerGeneral.test_format_servers_list_networks [0.006246s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping [0.023268s] ... ok {11} openstackclient.tests.unit.identity.v3.test_region.TestRegionCreate.test_region_create_parent_region_id [0.005190s] ... ok {5} openstackclient.tests.unit.identity.v2_0.test_user.TestUserList.test_user_list_no_options [0.003180s] ... ok {19} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitSet.test_registered_limit_set_region [0.006094s] ... ok {1} openstackclient.tests.unit.compute.v2.test_server.TestServerRescue.test_rescue_with_new_image [0.028101s] ... ok {25} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderSet.test_service_provider_disable [0.004400s] ... ok {31} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialDelete.test_credential_delete [0.004537s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_rbac.TestDeleteNetworkRBAC.test_multi_network_policies_delete_with_exception [0.004144s] ... ok {30} openstackclient.tests.unit.compute.v2.test_usage.TestUsageList.test_usage_list_with_pagination [0.009511s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestAddPortToRouter.test_add_port_no_option [0.005827s] ... ok {29} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize_no_options [0.009212s] ... ok {7} openstackclient.tests.unit.identity.v3.test_region.TestRegionList.test_region_list_parent_region_id [0.005394s] ... ok {23} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorShow.test_hyprvisor_show_uptime_not_implemented [0.010031s] ... ok {16} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_enable [0.005726s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_flavor.TestAddNetworkFlavorToProfile.test_add_flavor_to_service_profile [0.004720s] ... ok {3} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialList.test_application_credential_list [0.006863s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleList.test_user_list_inherited [0.008341s] ... ok {8} openstackclient.tests.unit.compute.v2.test_usage.TestUsageShow.test_usage_show_with_options [0.015208s] ... ok {6} openstackclient.tests.unit.compute.v2.test_agent.TestAgentCreate.test_agent_create [0.025146s] ... ok {24} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_list_no_options [0.003363s] ... ok {9} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairDelete.test_keypair_delete [0.008118s] ... ok {12} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_compatible [0.010642s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_block_live_migrate [0.009997s] ... ok {27} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_auth_project [0.013927s] ... ok {22} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_show [0.003235s] ... ok {20} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_or_show_not_exists [0.003605s] ... ok {13} openstackclient.tests.unit.volume.v2.test_type.TestTypeList.test_type_list_with_encryption [0.009186s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerGeneral.test_format_servers_list_power_state [0.006280s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_default_input [0.022884s] ... ok {11} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_empty [0.000357s] ... ok {5} openstackclient.tests.unit.identity.v2_0.test_user.TestUserList.test_user_list_project [0.004056s] ... ok {19} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitSet.test_registered_limit_set_resource_name [0.005510s] ... ok {17} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairList.test_keypair_list_no_options [0.022952s] ... ok {1} openstackclient.tests.unit.compute.v2.test_server.TestServerStop.test_server_stop_multi_servers [0.009175s] ... ok {25} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderSet.test_service_provider_enable [0.004705s] ... ok {31} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialDelete.test_credential_multi_delete [0.004404s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_rbac.TestDeleteNetworkRBAC.test_multi_network_rbacs_delete [0.004216s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestAddPortToRouter.test_add_port_required_options [0.013739s] ... ok {30} openstackclient.tests.unit.identity.v2_0.test_catalog.TestCatalogShow.test_catalog_show [0.004002s] ... ok {29} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize_revert [0.009483s] ... ok {7} openstackclient.tests.unit.image.v2.test_image.TestImageSave.test_save_data [0.009240s] ... ok {23} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairShow.test_keypair_show [0.012874s] ... ok {16} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_interface [0.005278s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_flavor.TestAddNetworkFlavorToProfile.test_show_no_options [0.005462s] ... ok {3} openstackclient.tests.unit.identity.v3.test_limit.TestLimitList.test_limit_list [0.005092s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleList.test_user_list_user [0.006541s] ... ok {6} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceCreate.test_service_create_description [0.003752s] ... ok {8} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleList.test_role_list_no_options [0.006794s] ... ok {24} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_set_options_id [0.005617s] ... ok {9} openstackclient.tests.unit.identity.v3.test_domain.TestDomainCreate.test_domain_create_description [0.006814s] ... ok {12} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_mks [0.010176s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate [0.009671s] ... ok {27} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_dry_run [0.011571s] ... ok {22} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateCreate.test_aggregate_create [0.023795s] ... ok {20} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_property [0.003270s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_full_input [0.025147s] ... ok {13} openstackclient.tests.unit.volume.v2.test_type.TestTypeList.test_type_list_with_options [0.008811s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerGeneral.test_get_ip_address [0.007083s] ... ok {11} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_empty_data [0.000208s] ... ok {5} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialCreate.test_credential_create_no_options [0.006209s] ... ok {1} openstackclient.tests.unit.compute.v2.test_server.TestServerStop.test_server_stop_one_server [0.007748s] ... ok {19} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitSet.test_registered_limit_set_service [0.006594s] ... ok {17} openstackclient.tests.unit.compute.v2.test_server.TestServerShelve.test_shelve_multi_servers [0.010785s] ... ok {25} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderSet.test_service_provider_no_options [0.004376s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_rbac.TestDeleteNetworkRBAC.test_network_rbac_delete [0.003824s] ... ok {31} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialDelete.test_credential_multi_delete_with_exception [0.004395s] ... ok {10} openstackclient.tests.unit.network.v2.test_security_group_network.TestListSecurityGroupNetwork.test_list_with_tag_options [0.006339s] ... ok {7} openstackclient.tests.unit.image.v2.test_image.TestImageSave.test_save_no_data [0.115322s] ... ok {30} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_description [0.003047s] ... ok {29} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize_with_wait_fails [0.011648s] ... ok {16} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_no_options [0.005449s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_flavor.TestListNetworkFlavor.test_network_flavor_list [0.004669s] ... ok dummy{3} openstackclient.tests.unit.identity.v3.test_protocol.TestProtocolCreate.test_create_protocol [0.006731s] ... ok {8} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleShow.test_service_show [0.004636s] ... ok {6} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceCreate.test_service_create_with_name_option [0.003110s] ... ok {9} openstackclient.tests.unit.identity.v3.test_domain.TestDomainCreate.test_domain_create_disable [0.006232s] ... ok {24} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_set_options_name [0.008540s] ... ok {12} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_novnc [0.009908s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate_225 [0.013413s] ... ok {27} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_exception [0.013002s] ... ok {22} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateCreate.test_aggregate_create_with_property [0.009178s] ... ok {20} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_disable [0.005369s] ... ok {14} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateList.test_aggregate_list [0.035854s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_invalid_format [0.027977s] ... ok {23} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairShow.test_keypair_show_public [0.144273s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerGeneral.test_prep_server_detail [0.126135s] ... ok {13} openstackclient.tests.unit.volume.v2.test_type.TestTypeList.test_type_list_with_private_option [0.008848s] ... ok {11} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_empty_map [0.000185s] ... ok {5} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialCreate.test_credential_create_with_options [0.006411s] ... ok {19} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_domain_role_on_user_project [0.007455s] ... ok {1} openstackclient.tests.unit.identity.v3.test_role.TestRoleSet.test_role_set_domain_role [0.004601s] ... ok {25} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderShow.test_service_provider_show [0.005021s] ... ok {17} openstackclient.tests.unit.compute.v2.test_server.TestServerShelve.test_shelve_one_server [0.008073s] ... ok {31} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderDelete.test_delete_identity_provider [0.005595s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_segment.TestListNetworkSegment.test_list_long [0.005318s] ... ok {10} openstackclient.tests.unit.network.v2.test_security_group_network.TestListSecurityGroupNetwork.test_security_group_list_all_projects [0.116188s] ... ok {30} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_disable [0.003046s] ... ok {29} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize_with_wait_ok [0.010943s] ... ok {16} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_region [0.005047s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_meter.TestListMeter.test_meter_list [0.004479s] ... ok {3} openstackclient.tests.unit.identity.v3.test_user.TestUserDelete.test_delete_multi_users_with_exception [0.005243s] ... ok {8} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_by_name_project_and_user [0.004754s] ... ok {6} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceCreate.test_service_create_with_type_option [0.003268s] ... ok {24} openstackclient.tests.unit.common.test_clientmanager.TestClientManager.test_client_manager_network_endpoint_disabled [0.007967s] ... ok {9} openstackclient.tests.unit.identity.v3.test_domain.TestDomainCreate.test_domain_create_enable [0.005958s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate_with_disk_overcommit [0.145035s] ... ok {27} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_force_delete_backup [0.012469s] ... ok {12} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_rdp [0.010267s] ... ok {20} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_email [0.005697s] ... ok {22} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateCreate.test_aggregate_create_with_zone [0.008629s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_min_input [0.022896s] ... ok {14} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateList.test_aggregate_list_with_long [0.009949s] ... ok {23} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairShow.test_show_no_options [0.010388s] ... ok {11} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_map [0.000187s] ... ok {5} openstackclient.tests.unit.identity.v3.test_group.TestGroupShow.test_group_show [0.005245s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_current_image [0.035553s] ... ok {13} openstackclient.tests.unit.volume.v2.test_type.TestTypeList.test_type_list_without_options [0.008906s] ... ok {19} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_group_domain [0.007060s] ... ok {17} openstackclient.tests.unit.compute.v2.test_server.TestServerStart.test_server_start_multi_servers [0.009789s] ... ok {25} openstackclient.tests.unit.image.v1.test_image.TestImageCreate.test_image_create_file [0.007112s] ... ok {31} openstackclient.tests.unit.identity.v3.test_limit.TestLimitCreate.test_limit_create_with_options [0.010846s] ... ok {1} openstackclient.tests.unit.identity.v3.test_role.TestRoleSet.test_role_set_no_options [0.004441s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_segment.TestListNetworkSegment.test_list_network [0.005217s] ... ok {30} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_enable [0.002843s] ... ok {10} openstackclient.tests.unit.network.v2.test_security_group_network.TestListSecurityGroupNetwork.test_security_group_list_no_options [0.005780s] ... ok {29} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupList.test_server_group_list [0.012183s] ... ok {16} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_service [0.005290s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_segment.TestDeleteNetworkSegment.test_delete [0.004024s] ... ok {3} openstackclient.tests.unit.identity.v3.test_user.TestUserDelete.test_user_delete_no_options [0.004720s] ... ok {8} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_def_creds [0.005430s] ... ok {6} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceCreate.test_service_create_with_type_positional [0.003303s] ... ok {24} openstackclient.tests.unit.common.test_clientmanager.TestClientManager.test_client_manager_token_endpoint [0.004517s] ... ok {9} openstackclient.tests.unit.identity.v3.test_domain.TestDomainCreate.test_domain_create_no_options [0.005673s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate_with_false_value_options [0.008984s] ... ok {27} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_keep_project [0.011932s] ... ok {12} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_serial [0.010073s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_multiple [0.024942s] ... ok {20} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_enable [0.005601s] ... ok {22} openstackclient.tests.unit.identity.v2_0.test_endpoint.TestEndpointDelete.test_endpoint_delete_no_options [0.002787s] ... ok {23} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveFloatingIPCompute.test_server_remove_floating_ip [0.008746s] ... ok {14} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_no_flavor [0.011749s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_current_image_and_password [0.021283s] ... ok {13} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeMigrate.test_volume_migrate [0.008359s] ... ok {11} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_map_dup [0.000188s] ... ok {5} openstackclient.tests.unit.identity.v3.test_group.TestGroupShow.test_group_show_with_domain [0.005956s] ... ok {19} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_group_project [0.006717s] ... ok {25} openstackclient.tests.unit.image.v1.test_image.TestImageCreate.test_image_reserve_no_options [0.005421s] ... ok {31} openstackclient.tests.unit.identity.v3.test_limit.TestLimitCreate.test_limit_create_without_options [0.108690s] ... ok {17} openstackclient.tests.unit.compute.v2.test_server.TestServerStart.test_server_start_one_server [0.008651s] ... ok {1} openstackclient.tests.unit.identity.v3.test_trust.TestTrustCreate.test_trust_create_basic [0.007406s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_segment.TestListNetworkSegment.test_list_no_option [0.005008s] ... ok {30} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_name [0.003073s] ... ok {10} openstackclient.tests.unit.network.v2.test_security_group_network.TestListSecurityGroupNetwork.test_security_group_list_project [0.006384s] ... ok {29} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupList.test_server_group_list_with_all_projects_and_long [0.138018s] ... ok {16} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_url [0.005534s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_segment.TestDeleteNetworkSegment.test_delete_multiple [0.004508s] ... ok {3} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_bools1 [0.006238s] ... ok {8} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_no_filters [0.003994s] ... ok {6} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialShow.test_application_credential_show [0.004293s] ... ok {24} openstackclient.tests.unit.common.test_quota.TestQuotaSet.test_quota_set [0.024352s] ... ok CONFIG_MOCK_BASE=openstack.config.loader auth_req: {u'scope': {u'project': {u'domain': {u'id': u'aaaa-bbbb-cccc'}, u'name': u'heart-o-gold'}}, u'identity': {u'password': {u'user': {u'domain': {u'id': u'aaaa-bbbb-cccc'}, u'password': u'qaz', u'name': u'username'}}, u'methods': [u'password']}} {18} openstackclient.tests.unit.compute.v2.test_agent.TestAgentDelete.test_agent_delete_no_input [0.024071s] ... ok {9} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreate.test_endpoint_create_disable [0.007263s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_no_options [0.008946s] ... ok {27} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_project [0.014869s] ... ok {12} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_spice [0.010007s] ... ok {22} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectList.test_project_list_long [0.005047s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_no_uuid [0.023516s] ... ok {20} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_name [0.005320s] ... ok {14} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_no_project [0.009320s] ... ok {23} openstackclient.tests.unit.compute.v2.test_server.TestServerUnshelve.test_unshelve_multi_servers [0.009779s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_key_name_and_unset [0.020516s] ... ok {13} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeMigrate.test_volume_migrate_with_option [0.008259s] ... ok {5} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingShow.test_mapping_show [0.005206s] ... ok {11} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_map_full [0.000197s] ... ok {4} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliPrecedenceOCC.test_shell_args_precedence_1 [0.086075s] ... ok {19} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_user_domain [0.007164s] ... ok {25} openstackclient.tests.unit.image.v1.test_image.TestImageCreate.test_image_reserve_options [0.005509s] ... ok {31} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_description [0.004486s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectShow.test_project_show [0.004158s] ... ok {1} openstackclient.tests.unit.identity.v3.test_trust.TestTrustShow.test_trust_show [0.004856s] ... ok {26} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_default [0.006083s] ... ok {10} openstackclient.tests.unit.network.v2.test_security_group_network.TestListSecurityGroupNetwork.test_security_group_list_project_domain [0.006763s] ... ok {30} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_no_options [0.002868s] ... ok {16} openstackclient.tests.unit.identity.v3.test_user.TestUserList.test_user_list_domain [0.006445s] ... ok {29} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitList.test_limit_show [0.005471s] ... ok {3} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_bools2 [0.005621s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_segment.TestDeleteNetworkSegment.test_delete_multiple_with_exception [0.005125s] ... ok {6} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_description [0.005926s] ... ok {8} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_only_project_filter [0.004530s] ... ok {24} openstackclient.tests.unit.common.test_quota.TestQuotaSet.test_quota_set_network [0.012668s] ... ok {9} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreate.test_endpoint_create_enable [0.006579s] ... ok {18} openstackclient.tests.unit.compute.v2.test_agent.TestAgentDelete.test_delete_multiple_agents [0.007998s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_with_block_migration [0.009318s] ... ok {27} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateAddHost.test_aggregate_add_host [0.113194s] ... ok {20} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_no_options [0.005844s] ... ok {22} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectList.test_project_list_no_options [0.003035s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_snapshot [0.024778s] ... ok {12} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_xvpvnc [0.135067s] ... ok {14} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_nothing [0.011864s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_keypair_name [0.020914s] ... ok {23} openstackclient.tests.unit.compute.v2.test_server.TestServerUnshelve.test_unshelve_one_server [0.007938s] ... ok {13} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeMigrate.test_volume_migrate_without_host [0.008914s] ... ok {5} openstackclient.tests.unit.identity.v3.test_token.TestTokenIssue.test_token_issue_with_domain_id [0.006140s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_flavor.TestRemoveNetworkFlavorFromProfile.test_remove_flavor_from_service_profile [0.004664s] ... ok {19} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_user_project [0.010268s] ... ok {31} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_disable [0.004859s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_user.TestUserDelete.test_delete_multi_users_with_exception [0.003204s] ... ok {26} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_with_group_and_long [0.006181s] ... ok {10} openstackclient.tests.unit.object.v1.test_container_all.TestContainerCreate.test_object_create_container_more [0.010230s] ... ok {30} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_property [0.002912s] ... ok {16} openstackclient.tests.unit.identity.v3.test_user.TestUserList.test_user_list_group [0.006768s] ... ok {3} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_no_options [0.004961s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_segment_range.TestSetNetworkSegmentRange.test_set_all_options [0.004392s] ... ok {29} openstackclient.tests.unit.identity.v3.test_service.TestServiceCreate.test_service_create_description [0.005427s] ... ok {6} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_disable [0.006583s] ... ok {24} openstackclient.tests.unit.common.test_quota.TestQuotaSet.test_quota_set_volume [0.012560s] ... ok {8} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_only_user_filter [0.004218s] ... ok {9} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreate.test_endpoint_create_no_options [0.006359s] ... ok {18} openstackclient.tests.unit.compute.v2.test_agent.TestAgentDelete.test_delete_multiple_agents_exception [0.008786s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_with_disk_overcommit [0.009320s] ... ok {27} openstackclient.tests.unit.compute.v2.test_server.TestServerAddSecurityGroup.test_server_add_security_group [0.009328s] ... ok {20} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_password [0.005992s] ... ok {22} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectList.test_project_list_sort [0.003707s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_conflict_network_options [0.025701s] ... ok {12} openstackclient.tests.unit.compute.v2.test_hypervisor_stats.TestHypervisorStatsShow.test_hypervisor_show_stats [0.008115s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_keypair_name_older_version [0.021210s] ... ok {23} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectDelete.test_delete_multi_projects_with_exception [0.003620s] ... ok {14} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_project [0.008821s] ... ok {5} openstackclient.tests.unit.identity.v3.test_token.TestTokenIssue.test_token_issue_with_project_id [0.010745s] ... ok {31} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_enable [0.004459s] ... ok {19} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_with_error [0.006231s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_flavor.TestRemoveNetworkFlavorFromProfile.test_show_no_options [0.006304s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_user.TestUserDelete.test_user_delete_no_options [0.003017s] ... ok {26} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_with_ignored_options [0.005718s] ... ok {30} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_unexist_project [0.003404s] ... ok {10} openstackclient.tests.unit.object.v1.test_container_all.TestContainerCreate.test_object_create_container_single [0.005936s] ... ok {16} openstackclient.tests.unit.identity.v3.test_user.TestUserList.test_user_list_long [0.006180s] ... ok {3} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_numeric_options_to_zero [0.005017s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_segment_range.TestSetNetworkSegmentRange.test_set_no_options [0.003664s] ... ok {29} openstackclient.tests.unit.identity.v3.test_service.TestServiceCreate.test_service_create_disable [0.005924s] ... ok {24} openstackclient.tests.unit.common.test_quota.TestQuotaSet.test_quota_set_volume_with_volume_type [0.012697s] ... ok {6} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_domain [0.006159s] ... ok {8} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_project_and_user [0.004557s] ... ok {9} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreate.test_endpoint_create_region [0.006579s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_with_wait [0.009491s] ... ok {18} openstackclient.tests.unit.compute.v2.test_agent.TestAgentDelete.test_delete_one_agent [0.007443s] ... ok {27} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceDelete.test_service_delete_no_options [0.003158s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_empty_network_key_value [0.023492s] ... ok {20} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_password_prompt [0.005747s] ... ok {22} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialList.test_credential_list_no_options [0.005781s] ... ok {12} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveSecurityGroup.test_server_remove_security_group [0.009604s] ... ok {14} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_property [0.008958s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_keypair_unset [0.019093s] ... ok {23} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectDelete.test_project_delete_no_options [0.002213s] ... ok {31} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_name [0.004879s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create [0.006411s] ... ok {19} openstackclient.tests.unit.image.v2.test_image.TestImageShow.test_image_show [0.120361s] ... ok {5} openstackclient.tests.unit.identity.v3.test_token.TestTokenIssue.test_token_issue_with_unscoped [0.005253s] ... ok {17} openstackclient.tests.unit.identity.v3.test_domain.TestDomainList.test_domain_list_no_options [0.004991s] ... ok {26} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_with_ingress [0.005524s] ... ok {30} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupList.test_endpoint_group_list_by_project [0.006366s] ... ok {16} openstackclient.tests.unit.identity.v3.test_user.TestUserList.test_user_list_no_options [0.005602s] ... ok {28} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestShowSecurityGroupRuleNetwork.test_show_all_options [0.003564s] ... ok {29} openstackclient.tests.unit.identity.v3.test_service.TestServiceCreate.test_service_create_enable [0.005646s] ... ok {6} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_domain_no_perms [0.006122s] ... ok {24} openstackclient.tests.unit.common.test_quota.TestQuotaSet.test_quota_set_with_class [0.013236s] ... ok {3} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_options [0.005796s] ... ok {8} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_long_option [0.004713s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_with_wait_fails [0.010882s] ... ok {9} openstackclient.tests.unit.identity.v3.test_oauth.TestAccessTokenCreate.test_create_access_tokens [0.006301s] ... ok {18} openstackclient.tests.unit.compute.v2.test_server.TestServerAddNetwork.test_server_add_network [0.008787s] ... ok {27} openstackclient.tests.unit.identity.v3.test_endpoint.TestAddProjectToEndpoint.test_add_project_to_endpoint_no_option [0.004762s] ... ok {20} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_project [0.005797s] ... ok {12} openstackclient.tests.unit.compute.v2.test_server_event.TestListServerEvent.test_server_event_list [0.010587s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_invalid_network_key [0.024992s] ... ok {22} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialList.test_credential_list_with_options [0.009422s] ... ok {14} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_with_unexist_flavor [0.008599s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_property [0.021532s] ... ok {31} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_no_options [0.004473s] ... ok {23} openstackclient.tests.unit.identity.v2_0.test_token.TestTokenIssue.test_token_issue [0.003914s] ... ok {19} openstackclient.tests.unit.image.v2.test_image.TestImageShow.test_image_show_human_readable [0.022990s] ... ok {5} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3Prompt.test_shell_callback [0.192865s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_all_options [0.007487s] ... ok {17} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointDelete.test_endpoint_delete [0.004126s] ... ok {26} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_with_protocol [0.006026s] ... ok {30} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupList.test_endpoint_group_list_no_options [0.005744s] ... ok _shell: {16} openstackclient.tests.unit.identity.v3.test_user.TestUserList.test_user_list_project [0.006041s] ... ok {28} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestShowSecurityGroupRuleNetwork.test_show_no_options [0.006705s] ... ok {29} openstackclient.tests.unit.identity.v3.test_service.TestServiceCreate.test_service_create_name [0.005139s] ... ok {6} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_enable [0.006194s] ... ok {24} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveNetwork.test_server_remove_network [0.009401s] ... ok {3} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_properties [0.005154s] ... ok CONFIG_MOCK_BASE=openstack.config.loader auth_req: {u'scope': {u'project': {u'domain': {u'id': u'5678'}, u'name': u'heart-o-gold'}}, u'identity': {u'password': {u'user': {u'domain': {u'id': u'aaaa-bbbb-cccc'}, u'password': u'qaz', u'name': u'zarquon'}}, u'methods': [u'password']}} {15} openstackclient.tests.unit.compute.v2.test_server.TestServerUnpause.test_server_unpause_multi_servers [0.009993s] ... ok {8} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_no_options [0.004163s] ... ok {10} openstackclient.tests.unit.test_shell.TestShellTokenEndpointAuthEnv.test_empty_auth [0.025157s] ... ok {9} openstackclient.tests.unit.image.v1.test_image.TestImageShow.test_image_show [0.003653s] ... ok {18} openstackclient.tests.unit.compute.v2.test_server.TestServerAddNetwork.test_server_add_network_no_neutron [0.007707s] ... ok {27} openstackclient.tests.unit.identity.v3.test_endpoint.TestAddProjectToEndpoint.test_add_project_to_endpoint_with_option [0.005456s] ... ok {20} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_project_domain [0.006520s] ... ok {12} openstackclient.tests.unit.compute.v2.test_server_event.TestListServerEvent.test_server_event_list_long [0.008702s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_invalid_network_options [0.025677s] ... ok {22} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderShow.test_identity_provider_show [0.006401s] ... ok {14} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialCreate.test_application_credential_create_basic [0.007395s] ... ok {23} openstackclient.tests.unit.identity.v2_0.test_token.TestTokenIssue.test_token_issue_with_unscoped_token [0.003580s] ... ok {31} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_type [0.005007s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_wait_fails [0.021144s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestDeleteAutoAllocatedTopology.test_delete_no_project [0.004021s] ... ok {5} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV2.test_create_with_domain_identityv2 [0.008166s] ... ok {4} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliPrecedenceOCC.test_shell_args_precedence_2 [0.060094s] ... ok {26} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_with_wrong_egress [0.005820s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_invalid_action [0.008301s] ... ok {30} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupList.test_endpoint_group_list_projects_by_endpoint_group [0.005957s] ... ok {17} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointShowServiceWithoutName.test_endpoint_show [0.005379s] ... ok {28} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosAssociate.test_qos_associate [0.003916s] ... ok {16} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_create_dead_options [0.060791s] ... ok {29} openstackclient.tests.unit.identity.v3.test_user.TestUserSetPassword.test_user_create_password_prompt [0.004232s] ... ok {6} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_invalid_parent [0.006698s] ... ok {3} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_update_volume [0.005955s] ... ok {24} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveNetwork.test_server_remove_network_no_neutron [0.008922s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerUnpause.test_server_unpause_one_server [0.008476s] ... ok {8} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_private_option [0.004907s] ... ok {27} openstackclient.tests.unit.identity.v3.test_project.TestProjectDelete.test_delete_multi_projects_with_exception [0.004856s] ... ok {9} openstackclient.tests.unit.image.v1.test_image.TestImageShow.test_image_show_human_readable [0.003556s] ... ok {20} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_specify_domain [0.006269s] ... ok {12} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_description [0.004651s] ... ok {18} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupCreate.test_server_group_create [0.014215s] ... ok {22} openstackclient.tests.unit.identity.v3.test_protocol.TestProtocolSet.test_set_new_mapping [0.110341s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_network [0.027151s] ... ok {23} openstackclient.tests.unit.identity.v3.test_oauth.TestRequestTokenCreate.test_create_request_tokens [0.006078s] ... ok {14} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialCreate.test_application_credential_create_with_options [0.014323s] ... ok {31} openstackclient.tests.unit.image.v1.test_image.TestImageDelete.test_image_delete_no_options [0.002562s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_wait_ok [0.020873s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestDeleteAutoAllocatedTopology.test_delete_project_arg [0.004313s] ... ok {5} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV2.test_create_with_project_identityv2 [0.008869s] ... ok {4} openstackclient.tests.unit.network.v2.test_network.TestDeleteNetwork.test_delete_multiple_networks [0.011661s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_invalid_type [0.009467s] ... ok {17} openstackclient.tests.unit.identity.v3.test_group.TestGroupRemoveUser.test_group_remove_multi_users [0.005410s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_address_scope_option [0.007783s] ... ok {30} openstackclient.tests.unit.identity.v3.test_limit.TestLimitDelete.test_limit_delete [0.004033s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_all_projects [0.010165s] ... ok {16} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_create_file [0.066169s] ... ok {6} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_no_options [0.006107s] ... ok {29} openstackclient.tests.unit.identity.v3.test_user.TestUserSetPassword.test_user_password_change [0.003684s] ... ok {3} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestListFloatingIPCompute.test_floating_ip_list [0.009323s] ... ok {24} openstackclient.tests.unit.compute.v2.test_server.TestServerSuspend.test_server_suspend_multi_servers [0.013848s] ... ok {15} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialDelete.test_application_credential_delete [0.004181s] ... ok {27} openstackclient.tests.unit.identity.v3.test_project.TestProjectDelete.test_project_delete_no_options [0.004406s] ... ok _shell: {8} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_property_option [0.005764s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestCreateFlavorProfile.test_create_all_options [0.007022s] ... ok {20} openstackclient.tests.unit.integ.cli.test_project.TestIntegV3ProjectName.test_project_name_arg [0.064777s] ... ok {18} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceShow.test_service_show [0.003400s] ... ok {22} openstackclient.tests.unit.network.v2.test_address_scope.TestSetAddressScope.test_set_name_and_share [0.004395s] ... ok {12} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_disable [0.004919s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_none_network [0.025959s] ... ok {23} openstackclient.tests.unit.identity.v3.test_project.TestProjectShow.test_project_show [0.006832s] ... ok {14} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointShow.test_endpoint_show [0.005937s] ... ok {31} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosBandwidthLimit.test_show_all_options [0.007099s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestDeleteAutoAllocatedTopology.test_delete_project_domain_arg [0.004095s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server_image.TestServerImageCreate.test_server_create_image_wait_fail [0.021405s] ... ok {5} openstackclient.tests.unit.network.v2.test_network.TestSetNetwork.test_set_nothing [0.006384s] ... ok {4} openstackclient.tests.unit.network.v2.test_network.TestDeleteNetwork.test_delete_multiple_networks_exception [0.012074s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_no_action [0.007805s] ... ok {17} openstackclient.tests.unit.identity.v3.test_group.TestGroupRemoveUser.test_group_remove_user [0.004905s] ... ok {10} openstackclient.tests.unit.test_shell.TestShellTokenEndpointAuthEnv.test_env [0.009135s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_default_and_shared_options [0.007197s] ... ok {30} openstackclient.tests.unit.identity.v3.test_limit.TestLimitDelete.test_limit_delete_with_exception [0.004613s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_backward_compatibility [0.009836s] ... ok {6} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_parent [0.008023s] ... ok {16} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_create_with_unexist_owner [0.057720s] ... ok {29} openstackclient.tests.unit.identity.v3.test_user.TestUserSetPassword.test_user_password_change_no_prompt [0.003695s] ... ok {3} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestShowFloatingIPNetwork.test_floating_ip_show [0.005197s] ... ok {24} openstackclient.tests.unit.compute.v2.test_server.TestServerSuspend.test_server_suspend_one_server [0.119818s] ... ok {15} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialDelete.test_delete_multi_app_creds_with_exception [0.008039s] ... ok {27} openstackclient.tests.unit.identity.v3.test_region.TestRegionDelete.test_region_delete_no_options [0.003936s] ... ok {22} openstackclient.tests.unit.network.v2.test_address_scope.TestSetAddressScope.test_set_no_share [0.004620s] ... ok {8} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_public_option [0.004400s] ... ok {18} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceShow.test_service_show_nounique [0.003184s] ... ok {12} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_enable [0.004405s] ... ok {23} openstackclient.tests.unit.identity.v3.test_project.TestProjectShow.test_project_show_parents [0.006937s] ... ok {20} openstackclient.tests.unit.integ.cli.test_project.TestIntegV3ProjectName.test_project_name_env [0.045155s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_not_exist_security_group [0.026953s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestCreateFlavorProfile.test_create_disable [0.010412s] ... ok {14} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestAddProjectToEndpointGroup.test_add_project_to_endpoint_no_option [0.005982s] ... ok {31} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosBandwidthLimit.test_show_no_options [0.007992s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server_image.TestServerImageCreate.test_server_create_image_wait_ok [0.019887s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleMinimumBandwidth.test_set_min_kbps [0.006855s] ... ok {4} openstackclient.tests.unit.network.v2.test_network.TestDeleteNetwork.test_delete_one_network [0.009107s] ... ok {5} openstackclient.tests.unit.network.v2.test_network.TestSetNetwork.test_set_that [0.006228s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_no_type [0.008909s] ... ok {17} openstackclient.tests.unit.identity.v3.test_group.TestGroupRemoveUser.test_group_remove_user_with_error [0.005999s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_default_options [0.007384s] ... ok {30} openstackclient.tests.unit.identity.v3.test_service.TestServiceList.test_service_list_long [0.005046s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_long [0.010113s] ... ok {6} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_property [0.006453s] ... ok {16} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_create_with_unexist_project [0.036676s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_agent.TestShowNetworkAgent.test_show_all_options [0.005744s] ... ok {29} openstackclient.tests.unit.image.v2.test_image.TestImageUnset.test_image_unset_mixed_option [0.004819s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceList.test_service_list [0.012713s] ... ok {15} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointList.test_endpoint_list_interface [0.005762s] ... ok {27} openstackclient.tests.unit.network.v2.test_network_meter.TestCreateMeter.test_create_all_options [0.006716s] ... ok {8} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_sort_option [0.005189s] ... ok {22} openstackclient.tests.unit.network.v2.test_address_scope.TestSetAddressScope.test_set_nothing [0.004217s] ... ok {12} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_name [0.004600s] ... ok {23} openstackclient.tests.unit.identity.v3.test_project.TestProjectShow.test_project_show_parents_and_children [0.007499s] ... ok {20} openstackclient.tests.unit.network.v2.test_address_scope.TestShowAddressScope.test_show_all_options [0.005284s] ... ok {18} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_description [0.007902s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_only_network_key [0.024701s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestCreateFlavorProfile.test_create_with_driver [0.007196s] ... ok {14} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestAddProjectToEndpointGroup.test_add_project_to_endpoint_with_option [0.005895s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_default_options [0.009937s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server_image.TestServerImageCreate.test_server_image_create_defaults [0.019839s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleMinimumBandwidth.test_set_min_kbps_to_zero [0.007225s] ... ok {4} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestValidateAutoAllocatedTopology.test_show_dry_run_no_project [0.006164s] ... ok {5} openstackclient.tests.unit.network.v2.test_network.TestSetNetwork.test_set_this [0.006946s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_qos_object [0.008553s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_len_negative [0.007269s] ... ok {17} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderList.test_service_provider_list_no_options [0.005538s] ... ok _shell: {30} openstackclient.tests.unit.identity.v3.test_service.TestServiceList.test_service_list_no_options [0.005114s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_name [0.013442s] ... ok {6} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_with_tags [0.006798s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceList.test_service_list_with_long_option [0.008011s] ... ok {16} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_reserve_no_options [0.036603s] ... ok {15} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointList.test_endpoint_list_no_options [0.005805s] ... ok {29} openstackclient.tests.unit.image.v2.test_image.TestImageUnset.test_image_unset_no_options [0.004645s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_agent.TestShowNetworkAgent.test_show_no_options [0.008306s] ... ok {10} openstackclient.tests.unit.test_shell.TestShellTokenEndpointAuthEnv.test_only_token [0.010289s] ... ok {27} openstackclient.tests.unit.network.v2.test_network_meter.TestCreateMeter.test_create_default_options [0.006044s] ... ok {12} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_no_options [0.004229s] ... ok {23} openstackclient.tests.unit.identity.v3.test_project.TestProjectShow.test_project_show_subtree [0.007465s] ... ok {22} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_all_options [0.007272s] ... ok {20} openstackclient.tests.unit.network.v2.test_address_scope.TestShowAddressScope.test_show_no_options [0.008278s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_options [0.028164s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestCreateFlavorProfile.test_create_with_metainfo [0.007311s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_full_options [0.011613s] ... ok {14} openstackclient.tests.unit.identity.v3.test_group.TestGroupAddUser.test_group_add_multi_users [0.005822s] ... ok {18} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_disabled [0.007527s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server_image.TestServerImageCreate.test_server_image_create_options [0.020709s] ... ok {4} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestValidateAutoAllocatedTopology.test_show_dry_run_project_domain_option [0.005635s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleMinimumBandwidth.test_set_nothing [0.006839s] ... ok {5} openstackclient.tests.unit.network.v2.test_network.TestSetNetwork.test_set_with_no_tag [0.006290s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_with_target_all_projects [0.012082s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_no_options [0.009670s] ... ok {17} openstackclient.tests.unit.identity.v3.test_unscoped_saml.TestDomainList.test_accessible_domains_list [0.005690s] ... ok {30} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderDelete.test_delete_service_provider [0.004876s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_negative_limit [0.010052s] ... ok {24} openstackclient.tests.unit.identity.v3.test_endpoint.TestRemoveProjectEndpoint.test_remove_project_endpoint_no_options [0.004790s] ... ok {6} openstackclient.tests.unit.identity.v3.test_region.TestRegionShow.test_region_show [0.009821s] ... ok {29} openstackclient.tests.unit.image.v2.test_image.TestImageUnset.test_image_unset_property_option [0.004699s] ... ok {16} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_reserve_options [0.037958s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestDeleteMeterRule.test_delete_multiple_rules [0.005523s] ... ok {15} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointList.test_endpoint_list_project_with_project_domain [0.007880s] ... ok {23} openstackclient.tests.unit.identity.v3.test_project.TestProjectShow.test_project_show_with_domain [0.008851s] ... ok {27} openstackclient.tests.unit.network.v2.test_network_meter.TestCreateMeter.test_create_no_options [0.007333s] ... ok {12} openstackclient.tests.unit.identity.v3.test_implied_role.TestImpliedRoleDelete.test_implied_role_delete [0.004515s] ... ok {22} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_default_options [0.006760s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestCreateFlavorProfile.test_create_without_driver_and_metainfo [0.007475s] ... ok {20} openstackclient.tests.unit.network.v2.test_network_flavor.TestCreateNetworkFlavor.test_create_all_options [0.006729s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_invalid_json_binding_profile [0.012075s] ... ok {14} openstackclient.tests.unit.identity.v3.test_group.TestGroupAddUser.test_group_add_user [0.009479s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_endpoint.TestEndpointList.test_endpoint_list_long [0.005344s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_security_group_in_nova_network [0.027733s] ... ok {4} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestValidateAutoAllocatedTopology.test_show_dry_run_project_option [0.005978s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleMinimumBandwidth.test_set_wrong_options [0.006665s] ... ok {18} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_domain_id [0.007325s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_no_pool_prefix [0.017320s] ... ok {5} openstackclient.tests.unit.network.v2.test_network.TestSetNetwork.test_set_with_tags [0.006422s] ... ok {11} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_append_options [0.007882s] ... ok {17} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list [0.005548s] ... ok {30} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_default_options [0.006833s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_no_options [0.010276s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestDeleteMeterRule.test_delete_multiple_rules_exception [0.006356s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleCreate.test_role_create_no_options [0.005315s] ... ok {24} openstackclient.tests.unit.identity.v3.test_endpoint.TestRemoveProjectEndpoint.test_remove_project_endpoint_with_options [0.005269s] ... ok {29} openstackclient.tests.unit.image.v2.test_image.TestImageUnset.test_image_unset_tag_option [0.004809s] ... ok {15} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointList.test_endpoint_list_region [0.005827s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_compute.TestDeleteNetworkCompute.test_network_delete_multi [0.007663s] ... ok {23} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_domain_role_on_group_domain [0.006612s] ... ok {27} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestDeleteNetworkQosPolicy.test_multi_qos_policies_delete [0.004288s] ... ok {12} openstackclient.tests.unit.identity.v3.test_trust.TestTrustDelete.test_delete_multi_trusts_with_exception [0.005014s] ... ok {20} openstackclient.tests.unit.network.v2.test_network_flavor.TestCreateNetworkFlavor.test_create_default_options [0.006939s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestCreateMeterRule.test_create_all_options [0.007317s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_invalid_key_value_binding_profile [0.009985s] ... ok {22} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_floating_ip_with_qos [0.008160s] ... ok {14} openstackclient.tests.unit.identity.v3.test_group.TestGroupAddUser.test_group_add_user_with_error [0.145707s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestAddSubnetToRouter.test_add_subnet_no_option [0.005993s] ... ok {4} openstackclient.tests.unit.network.v2.test_network_flavor.TestShowNetworkFlavor.test_show_all_options [0.005659s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_endpoint.TestEndpointList.test_endpoint_list_no_options [0.003409s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_wait_fails [0.025275s] ... ok {18} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_domain_name [0.007358s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_prefixlen_options [0.007707s] ... ok _shell: {5} openstackclient.tests.unit.network.v2.test_router.TestRemovePortFromRouter.test_remove_port_no_option [0.006481s] ... ok {11} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_clear_options [0.162110s] ... ok {17} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list_ip_version [0.006292s] ... ok {30} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_no_options [0.009114s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_project [0.010692s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleCreate.test_role_create_with_domain [0.114743s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestDeleteMeterRule.test_delete_one_rule [0.005410s] ... ok {29} openstackclient.tests.unit.image.v2.test_image.TestListImageProjects.test_image_member_list [0.005047s] ... ok {24} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingList.test_mapping_list [0.004904s] ... ok {10} openstackclient.tests.unit.test_shell.TestShellTokenEndpointAuthEnv.test_only_url [0.009140s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_compute.TestDeleteNetworkCompute.test_network_delete_multi_with_exception [0.006686s] ... ok {15} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointList.test_endpoint_list_service [0.005911s] ... ok {23} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_group_domain [0.006904s] ... ok {27} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestDeleteNetworkQosPolicy.test_multi_qos_policies_delete_with_exception [0.005155s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestCreateMeterRule.test_create_default_options [0.007638s] ... ok {12} openstackclient.tests.unit.identity.v3.test_trust.TestTrustDelete.test_trust_delete [0.004884s] ... ok {22} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_no_options [0.010437s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_json_binding_profile [0.010765s] ... ok {14} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_domain_role_on_user_project [0.005730s] ... ok {20} openstackclient.tests.unit.network.v2.test_network_flavor.TestCreateNetworkFlavor.test_create_disable [0.006547s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestAddSubnetToRouter.test_add_subnet_required_options [0.005056s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_disable [0.004340s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_wait_ok [0.026609s] ... ok {4} openstackclient.tests.unit.network.v2.test_network_flavor.TestShowNetworkFlavor.test_show_no_options [0.008384s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_project_domain [0.007836s] ... ok {5} openstackclient.tests.unit.network.v2.test_router.TestRemovePortFromRouter.test_remove_port_required_options [0.004611s] ... ok {18} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_no_options [0.007660s] ... ok {11} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_overwrite_options [0.006994s] ... ok {17} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list_name [0.006009s] ... ok {30} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_AZ_hints [0.006993s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_project_domain [0.011051s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_def_creds [0.009900s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_compute.TestCreateNetworkCompute.test_network_create_default_options [0.010005s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleMinimumBandwidth.test_qos_policy_delete [0.005280s] ... ok {10} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferList.test_transfer_list_with_argument [0.004276s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_compute.TestDeleteNetworkCompute.test_network_delete_one [0.006439s] ... ok {15} openstackclient.tests.unit.identity.v3.test_oauth.TestRequestTokenAuthorize.test_authorize_request_tokens [0.005886s] ... ok {29} openstackclient.tests.unit.network.v2.test_floating_ip_pool_compute.TestListFloatingIPPoolCompute.test_floating_ip_list [0.007689s] ... ok {27} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestDeleteNetworkQosPolicy.test_qos_policy_delete [0.004404s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_community_option [0.006497s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestCreateMeterRule.test_create_no_options [0.010815s] ... ok {22} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_with_no_tag [0.009388s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_security_disabled [0.010364s] ... ok {14} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_group_domain [0.005757s] ... ok {23} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_group_project [0.011175s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_email [0.004681s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_list_name [0.007379s] ... ok {20} openstackclient.tests.unit.network.v2.test_network_flavor.TestCreateNetworkFlavor.test_create_no_options [0.008034s] ... ok {4} openstackclient.tests.unit.network.v2.test_network_segment.TestShowNetworkSegment.test_show_all_options [0.005638s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerDumpCreate.test_server_dump_multi_servers [0.011874s] ... ok {5} openstackclient.tests.unit.network.v2.test_security_group_compute.TestListSecurityGroupCompute.test_security_group_list_all_projects [0.008620s] ... ok {18} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_remote_id [0.007548s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_with_default_quota [0.007675s] ... ok {11} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_non_append_options [0.005890s] ... ok {17} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list_no_share [0.005840s] ... ok {30} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_centralized_option [0.007297s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_status [0.010205s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_compute.TestCreateNetworkCompute.test_network_create_missing_options [0.012522s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_domain [0.006726s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleMinimumBandwidth.test_qos_policy_delete_error [0.004173s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor.TestDeleteNetworkFlavor.test_multi_network_flavors_delete [0.003201s] ... ok {10} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferList.test_transfer_list_without_argument [0.003642s] ... ok {15} openstackclient.tests.unit.identity.v3.test_trust.TestTrustList.test_trust_list_no_options [0.004979s] ... ok {29} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestListNetworkQosPolicy.test_network_qos_list_project [0.005974s] ... ok {27} openstackclient.tests.unit.volume.v1.test_backup.TestBackupShow.test_backup_show [0.005298s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_limit_option [0.007079s] ... ok {22} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_with_tags [0.006669s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleDSCPMarking.test_check_type_parameters [0.006094s] ... ok {23} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_user_domain [0.006313s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_list_with_tag_options [0.009936s] ... ok {20} openstackclient.tests.unit.network.v2.test_network_rbac.TestSetNetworkRBAC.test_network_rbac_set [0.005288s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_enable [0.004247s] ... ok {4} openstackclient.tests.unit.network.v2.test_network_segment.TestShowNetworkSegment.test_show_no_options [0.007111s] ... ok {14} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_group_project [0.005323s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_security_enabled [0.010310s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerDumpCreate.test_server_dump_one_server [0.009823s] ... ok {18} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_remote_ids_file [0.008096s] ... ok {5} openstackclient.tests.unit.network.v2.test_security_group_compute.TestListSecurityGroupCompute.test_security_group_list_no_options [0.008610s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_with_description [0.007400s] ... ok {11} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_nothing [0.005234s] ... ok {17} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list_project [0.010319s] ... ok {30} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_distributed_option [0.011891s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_user [0.010132s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_compute.TestCreateNetworkCompute.test_network_create_no_options [0.010921s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_domain_role [0.007474s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor.TestDeleteNetworkFlavor.test_multi_network_flavors_delete_with_exception [0.003488s] ... ok {3} openstackclient.tests.unit.network.v2.test_security_group_compute.TestSetSecurityGroupCompute.test_security_group_set_all_options [0.010706s] ... ok {10} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_all_projects [0.004332s] ... ok {27} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosCreate.test_qos_create_with_consumer [0.004771s] ... ok {29} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestListNetworkQosPolicy.test_qos_policy_list [0.005076s] ... ok {15} openstackclient.tests.unit.identity.v3.test_unscoped_saml.TestProjectList.test_accessible_projects_list [0.006194s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_long_option [0.006890s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleDSCPMarking.test_create_default_options [0.008026s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_agents [0.007247s] ... ok {22} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_floating_ip_create_project [0.007854s] ... ok {4} openstackclient.tests.unit.network.v2.test_security_group_compute.TestShowSecurityGroupCompute.test_security_group_show_all_options [0.011330s] ... ok {23} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_user_project [0.006190s] ... ok {20} openstackclient.tests.unit.network.v2.test_network_rbac.TestSetNetworkRBAC.test_network_rbac_set_nothing [0.005260s] ... ok {14} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_user_domain [0.005663s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_no_options [0.004519s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_with_allowed_address_pair [0.017242s] ... ok {18} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_remote_ids_multiple [0.012549s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_with_no_tag [0.007759s] ... ok {21} openstackclient.tests.unit.compute.v2.test_service.TestServiceDelete.test_multi_services_delete [0.007337s] ... ok {5} openstackclient.tests.unit.object.v1.test_container_all.TestContainerList.test_object_list_containers_no_options [0.006337s] ... ok {11} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_segment [0.007699s] ... ok {17} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list_share [0.118010s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_meter.TestShowMeter.test_meter_show_option [0.004123s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_user_domain [0.011584s] ... ok {30} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_ha_option [0.007087s] ... ok {3} openstackclient.tests.unit.network.v2.test_security_group_compute.TestSetSecurityGroupCompute.test_security_group_set_no_options [0.009375s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor.TestDeleteNetworkFlavor.test_network_flavor_delete [0.003271s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_effective [0.006763s] ... ok {27} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosCreate.test_qos_create_with_properties [0.005168s] ... ok {10} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_backward_compatibility [0.005063s] ... ok {29} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestListNetworkQosPolicy.test_qos_policy_list_no_share [0.004984s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleDSCPMarking.test_create_no_options [0.009901s] ... ok {15} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeLister.test_take_action_compute [0.003104s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_agents_no_args [0.009978s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_marker_option [0.007270s] ... ok {23} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_with_error [0.005707s] ... ok {22} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_floating_ip_create_project_domain [0.008778s] ... ok {4} openstackclient.tests.unit.network.v2.test_security_group_compute.TestShowSecurityGroupCompute.test_security_group_show_no_options [0.012731s] ... ok {14} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_user_project [0.005603s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_or_show_exists [0.005364s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_with_allowed_address_pair_ipaddr [0.011070s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_with_tags [0.007529s] ... ok {18} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingDelete.test_delete_mapping [0.005322s] ... ok {20} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestDeleteSecurityGroupRuleNetwork.test_multi_security_group_rules_delete [0.005604s] ... ok {5} openstackclient.tests.unit.object.v1.test_container_all.TestContainerList.test_object_list_containers_prefix [0.006203s] ... ok {21} openstackclient.tests.unit.compute.v2.test_service.TestServiceDelete.test_multi_services_delete_with_exception [0.007239s] ... ok {11} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_that [0.005956s] ... ok {17} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_project_domain [0.007252s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_meter.TestShowMeter.test_show_no_options [0.006112s] ... ok {30} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_no_ha_option [0.007384s] ... ok {3} openstackclient.tests.unit.network.v2.test_security_group_compute.TestSetSecurityGroupCompute.test_security_group_set_no_updates [0.008993s] ... ok {28} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_with_marker_and_limit [0.010755s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestListFlavorProfile.test_network_flavor_profile_list [0.003415s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_group [0.007052s] ... ok {27} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosCreate.test_qos_create_without_properties [0.005068s] ... ok {29} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestListNetworkQosPolicy.test_qos_policy_list_share [0.005388s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleDSCPMarking.test_create_wrong_options [0.013548s] ... ok {10} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_long [0.004413s] ... ok {15} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeLister.test_take_action_network [0.002509s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_disable [0.007510s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_name_option [0.006846s] ... ok {23} openstackclient.tests.unit.identity.v3.test_role.TestRoleShow.test_role_show [0.004652s] ... ok {14} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_with_error [0.005045s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestCreateAutoAllocatedTopology.test_create_no_options [0.005796s] ... ok {4} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotShow.test_consistency_group_snapshot_show [0.007542s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_or_show_not_exists [0.004609s] ... ok {26} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotShow.test_snapshot_show [0.005224s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_with_dns_name [0.010986s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_description [0.161709s] ... ok {20} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestDeleteSecurityGroupRuleNetwork.test_multi_security_group_rules_delete_with_exception [0.005999s] ... ok {21} openstackclient.tests.unit.compute.v2.test_service.TestServiceDelete.test_service_delete [0.006740s] ... ok {5} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosShow.test_qos_show [0.007961s] ... ok {11} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_this [0.005577s] ... ok {17} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_fixed_ip_option [0.004989s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_all_options [0.006747s] ... ok {30} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_no_tag [0.007531s] ... ok {3} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDisassociate.test_qos_disassociate_with_all_volume_types [0.004334s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_include_names [0.006982s] ... ok {27} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferAccept.test_transfer_accept [0.005612s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestSetFlavorProfile.test_set_disable [0.003713s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestListNetworkQosRule.test_qos_rule_list [0.009149s] ... ok {10} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_name [0.007878s] ... ok {29} openstackclient.tests.unit.network.v2.test_security_group_network.TestDeleteSecurityGroupNetwork.test_multi_security_groups_delete [0.004804s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_list_port_with_long [0.008724s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_enable [0.007461s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_no_options [0.010692s] ... ok {14} openstackclient.tests.unit.image.v2.test_image.TestRemoveProjectImage.test_remove_project_image_no_options [0.013508s] ... ok {23} openstackclient.tests.unit.identity.v3.test_role.TestRoleShow.test_role_show_domain_role [0.005488s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestCreateAutoAllocatedTopology.test_create_or_show_option [0.005256s] ... ok {4} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferCreate.test_transfer_create_with_name [0.013222s] ... ok {26} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferDelete.test_delete_multiple_transfers [0.004674s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_password [0.004279s] ... ok {20} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestDeleteSecurityGroupRuleNetwork.test_security_group_rule_delete [0.007338s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_with_qos [0.011985s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_disable [0.004872s] ... ok {21} openstackclient.tests.unit.identity.v3.test_catalog.TestCatalogShow.test_catalog_show [0.002947s] ... ok {11} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_with_no_tag [0.005894s] ... ok {17} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_no_qos_policy_option [0.004831s] ... ok {3} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDisassociate.test_qos_disassociate_with_volume_type [0.004589s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_invalid_network_type [0.007995s] ... ok {30} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_tags [0.007696s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_inherited [0.006416s] ... ok {27} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferAccept.test_transfer_accept_deprecated [0.005419s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestSetFlavorProfile.test_set_enable [0.003657s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_rbac.TestShowNetworkRBAC.test_network_rbac_show_all_options [0.006196s] ... ok {10} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_negative_limit [0.004365s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_list_with_tag_options [0.009314s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_long [0.007421s] ... ok {29} openstackclient.tests.unit.network.v2.test_security_group_network.TestDeleteSecurityGroupNetwork.test_multi_security_groups_delete_with_exception [0.008941s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_private_option [0.006571s] ... ok {14} openstackclient.tests.unit.image.v2.test_image.TestRemoveProjectImage.test_remove_project_image_with_options [0.015136s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestCreateAutoAllocatedTopology.test_create_project_domain_option [0.005483s] ... ok {4} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferCreate.test_transfer_create_without_name [0.008095s] ... ok {23} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_disable [0.006770s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_password_prompt [0.004419s] ... ok {26} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferDelete.test_delete_multiple_transfers_with_exception [0.004414s] ... ok {20} openstackclient.tests.unit.network.v2.test_subnet_pool.TestDeleteSubnetPool.test_multi_subnet_pools_delete [0.005349s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_no_fixed_ips [0.010977s] ... ok {11} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_with_tags [0.006055s] ... ok {21} openstackclient.tests.unit.identity.v3.test_token.TestTokenRevoke.test_token_revoke [0.003352s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_enable [0.005350s] ... ok {17} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_port_and_no_qos_policy_option [0.004745s] ... ok {3} openstackclient.tests.unit.volume.v1.test_type.TestTypeShow.test_type_show [0.005188s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_no_options [0.007603s] ... ok {30} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosList.test_qos_list [0.009160s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_no_filters [0.006507s] ... ok {27} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferAccept.test_transfer_accept_no_option [0.004880s] ... ok {10} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_no_options [0.004840s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestSetFlavorProfile.test_set_nothing [0.003455s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_rbac.TestShowNetworkRBAC.test_show_no_options [0.007744s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_all_opt [0.009021s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_property_option [0.054120s] ... ok {29} openstackclient.tests.unit.network.v2.test_security_group_network.TestDeleteSecurityGroupNetwork.test_security_group_delete [0.003985s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_long_no_az [0.007677s] ... ok {4} openstackclient.tests.unit.volume.v2.test_type.TestTypeCreate.test_public_type_create_with_project [0.008035s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestCreateAutoAllocatedTopology.test_create_project_option [0.005448s] ... ok {23} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_domain [0.006551s] ... ok {26} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferDelete.test_transfer_delete [0.004179s] ... ok {14} openstackclient.tests.unit.network.v2.test_address_scope.TestCreateAddressScope.test_create_all_options [0.005851s] ... ok {20} openstackclient.tests.unit.network.v2.test_subnet_pool.TestDeleteSubnetPool.test_multi_subnet_pools_delete_with_exception [0.005318s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_project [0.005124s] ... ok {11} openstackclient.tests.unit.test_shell.TestShellCli.test_default_env [0.029545s] ... ok {21} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestDeleteFloatingIPCompute.test_floating_ip_delete [0.007659s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_no_security_groups [0.010924s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_name [0.005293s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_private_minimum_options [0.010789s] ... ok {17} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_port_and_qos_policy_option [0.006605s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_project [0.007742s] ... ok {30} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosList.test_qos_list_no_association [0.008963s] ... ok {3} openstackclient.tests.unit.volume.v1.test_type.TestTypeShow.test_type_show_with_encryption [0.006648s] ... ok {27} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_disable [0.006851s] ... ok {10} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_status [0.004905s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_device_id_opt [0.008986s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleMinimumBandwidth.test_check_type_parameters [0.003908s] ... ok {9} openstackclient.tests.unit.network.v2.test_port.TestDeletePort.test_multi_ports_delete [0.005674s] ... ok {29} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestListSecurityGroupRuleCompute.test_security_group_rule_list_all_projects [0.009096s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_public_option [0.006727s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestCreateNetworkQosPolicy.test_create_all_options [0.006165s] ... ok {23} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_email [0.006621s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_no_ha_no_distributed [0.008869s] ... ok {4} openstackclient.tests.unit.volume.v2.test_type.TestTypeCreate.test_type_create_private [0.008828s] ... ok {26} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosCreate.test_qos_create_with_consumer [0.008760s] ... ok {11} openstackclient.tests.unit.test_shell.TestShellCli.test_empty_env [0.010262s] ... ok {20} openstackclient.tests.unit.network.v2.test_subnet_pool.TestDeleteSubnetPool.test_subnet_pool_delete [0.005054s] ... ok {14} openstackclient.tests.unit.network.v2.test_address_scope.TestCreateAddressScope.test_create_default_options [0.005772s] ... ok {0} openstackclient.tests.unit.identity.v3.test_consumer.TestConsumerDelete.test_delete_consumer [0.005561s] ... ok {21} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestDeleteFloatingIPCompute.test_floating_ip_delete_multi [0.008950s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_no_options [0.004697s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_no_tag [0.010951s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_shared_minimum_options [0.006772s] ... ok {17} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_port_option [0.005235s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_user [0.007170s] ... ok {30} openstackclient.tests.unit.volume.v2.test_service.TestServiceList.test_service_list [0.008859s] ... ok {10} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_with_limit [0.004523s] ... ok {27} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_disable_with_reason [0.007185s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_device_owner_opt [0.008769s] ... ok {9} openstackclient.tests.unit.network.v2.test_port.TestDeletePort.test_multi_ports_delete_with_exception [0.006131s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleMinimumBandwidth.test_create_default_options [0.005202s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_shared_member_status_lower [0.006947s] ... ok {29} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestListSecurityGroupRuleCompute.test_security_group_rule_list_default [0.008419s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestCreateNetworkQosPolicy.test_create_default_options [0.009202s] ... ok {23} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_enable [0.006614s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_no_options [0.006998s] ... ok {4} openstackclient.tests.unit.volume.v2.test_type.TestTypeCreate.test_type_create_public [0.008565s] ... ok {26} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosCreate.test_qos_create_with_properties [0.008568s] ... ok {11} openstackclient.tests.unit.volume.v1.test_backup.TestBackupCreate.test_backup_create [0.005986s] ... ok {20} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotUnset.test_snapshot_unset [0.004434s] ... ok {14} openstackclient.tests.unit.network.v2.test_address_scope.TestCreateAddressScope.test_create_no_options [0.007131s] ... ok {0} openstackclient.tests.unit.identity.v3.test_domain.TestDomainShow.test_domain_show [0.006699s] ... ok {21} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestDeleteFloatingIPCompute.test_floating_ip_delete_multi_exception [0.081269s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_property [0.005151s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_shared_with_project_id [0.006333s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_security_group [0.011539s] ... ok {6} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeShowOne.test_take_action_compute [0.003037s] ... ok {17} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_qos_policy_option [0.006428s] ... ok {30} openstackclient.tests.unit.volume.v2.test_service.TestServiceList.test_service_list_with_long_option [0.008917s] ... ok {10} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeUnset.test_volume_unset_no_options [0.003334s] ... ok {27} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_enable [0.011063s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_fixed_ip_opt_ip_address [0.008745s] ... ok {9} openstackclient.tests.unit.network.v2.test_port.TestDeletePort.test_port_delete [0.009696s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_shared_member_status_option [0.007825s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleMinimumBandwidth.test_create_no_options [0.007217s] ... ok {29} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestListSecurityGroupRuleCompute.test_security_group_rule_list_with_group [0.008135s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestCreateNetworkQosPolicy.test_create_no_default [0.006161s] ... ok {23} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_no_options [0.006532s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_project [0.007666s] ... ok {4} openstackclient.tests.unit.volume.v2.test_type.TestTypeCreate.test_type_create_with_encryption [0.009120s] ... ok {26} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosCreate.test_qos_create_without_properties [0.008558s] ... ok {11} openstackclient.tests.unit.volume.v1.test_backup.TestBackupCreate.test_backup_create_without_name [0.006141s] ... ok {20} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotUnset.test_snapshot_unset_nothing [0.004005s] ... ok {0} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreateServiceWithoutName.test_endpoint_create_disable [0.007734s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_list_external [0.005840s] ... ok {14} openstackclient.tests.unit.network.v2.test_address_scope.TestCreateAddressScope.test_create_no_share [0.005464s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_tags [0.005017s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_tunnel_with_physical_network [0.006713s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_security_groups [0.012220s] ... ok {17} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_set_with_no_tag [0.004658s] ... ok {6} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeShowOne.test_take_action_network [0.002510s] ... ok {10} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeUnset.test_volume_unset_property [0.003832s] ... ok {27} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_enable_with_disable_reason [0.007074s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_fixed_ip_opt_ip_address_substr [0.009019s] ... ok {9} openstackclient.tests.unit.network.v2.test_router.TestShowRouter.test_show_all_options [0.006183s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_shared_option [0.007095s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleMinimumBandwidth.test_create_wrong_options [0.005362s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestCreateNetworkQosPolicy.test_create_no_options [0.007814s] ... ok {29} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestListSecurityGroupRuleCompute.test_security_group_rule_list_with_ignored_options [0.008405s] ... ok {23} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_password [0.006296s] ... ok {19} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_project_domain [0.008488s] ... ok {20} openstackclient.tests.unit.volume.v1.test_type.TestTypeCreate.test_type_create [0.006553s] ... ok {11} openstackclient.tests.unit.volume.v2.test_backup.TestBackupList.test_backup_list_with_options [0.012489s] ... ok {0} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreateServiceWithoutName.test_endpoint_create_enable [0.006770s] ... ok {14} openstackclient.tests.unit.network.v2.test_network.TestShowNetwork.test_show_all_options [0.005401s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_list_internal [0.004227s] ... ok {24} openstackclient.tests.unit.network.v2.test_port.TestShowPort.test_show_all_options [0.005743s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_tags [0.011423s] ... ok {18} openstackclient.tests.unit.identity.v3.test_protocol.TestProtocolShow.test_show_protocol [0.005668s] ... ok {17} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_set_with_tags [0.004846s] ... ok {6} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeShowOne.test_take_action_with_http_exception [0.004434s] ... ok {10} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupShow.test_consistency_group_show [0.007562s] ... ok {9} openstackclient.tests.unit.network.v2.test_router.TestShowRouter.test_show_no_ha_no_distributed [0.007443s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_fixed_ip_opt_subnet_id [0.009741s] ... ok {27} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_nothing [0.007084s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_sort_option [0.056915s] ... ok {16} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_allowed_address_pair [0.005959s] ... ok {23} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_password_prompt [0.007260s] ... ok {19} openstackclient.tests.unit.network.v2.test_security_group_network.TestShowSecurityGroupNetwork.test_show_all_options [0.005317s] ... ok {29} openstackclient.tests.unit.object.v1.test_container_all.TestContainerDelete.test_object_delete_container_more [0.006257s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosRuleMinimumBandwidth.test_show_all_options [0.007156s] ... ok {20} openstackclient.tests.unit.volume.v1.test_type.TestTypeCreate.test_type_create_with_encryption [0.013333s] ... ok {0} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreateServiceWithoutName.test_endpoint_create_no_options [0.007129s] ... ok {14} openstackclient.tests.unit.network.v2.test_network.TestShowNetwork.test_show_no_options [0.005778s] ... ok {11} openstackclient.tests.unit.volume.v2.test_backup.TestBackupList.test_backup_list_without_options [0.008573s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_list_name [0.004463s] ... ok {24} openstackclient.tests.unit.network.v2.test_port.TestShowPort.test_show_no_options [0.006014s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_uplink_status_propagation_disabled [0.011200s] ... ok {18} openstackclient.tests.unit.identity.v3.test_role.TestRoleDelete.test_delete_multi_roles_with_exception [0.005261s] ... ok {17} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosDSCPMarking.test_show_all_options [0.006550s] ... ok {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_all_protocol_options [0.013091s] ... ok {10} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosUnset.test_qos_unset_with_properties [0.006558s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_fixed_ip_opts [0.014405s] ... ok {27} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_only_with_disable_reason [0.007145s] ... ok {9} openstackclient.tests.unit.network.v2.test_router.TestShowRouter.test_show_no_options [0.007052s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_status_option [0.007114s] ... ok {16} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_allowed_address_pair_not_existent [0.006201s] ... ok {23} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_project [0.007078s] ... ok {19} openstackclient.tests.unit.network.v2.test_security_group_network.TestShowSecurityGroupNetwork.test_show_no_options [0.006069s] ... ok {29} openstackclient.tests.unit.object.v1.test_container_all.TestContainerDelete.test_object_delete_container_single [0.003820s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosRuleMinimumBandwidth.test_show_no_options [0.008026s] ... ok {20} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeMigrate.test_volume_migrate [0.004478s] ... ok {0} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreateServiceWithoutName.test_endpoint_create_region [0.007118s] ... ok {14} openstackclient.tests.unit.network.v2.test_network_rbac.TestListNetworkRABC.test_network_rbac_list [0.004880s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_list_with_tag_options [0.004620s] ... ok {11} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupSet.test_consistency_group_set_description [0.004235s] ... ok {24} openstackclient.tests.unit.object.v1.test_container_all.TestContainerShow.test_object_show_container [0.005475s] ... ok {31} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_uplink_status_propagation_enabled [0.011063s] ... ok {17} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosDSCPMarking.test_show_no_options [0.008774s] ... ok {18} openstackclient.tests.unit.identity.v3.test_role.TestRoleDelete.test_role_delete_no_options [0.004316s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_fixed_ips [0.009829s] ... ok {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_all_remote_options [0.013373s] ... ok {9} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_default_options [0.013779s] ... ok {27} openstackclient.tests.unit.volume.v2.test_volume_host.TestVolumeHostSet.test_volume_host_set_disable [0.006873s] ... ok {12} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_tag_option [0.007029s] ... ok {16} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_binding_profile_not_existent [0.007029s] ... ok {23} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_project_domain [0.007217s] ... ok {19} openstackclient.tests.unit.volume.v1.test_type.TestTypeDelete.test_delete_multiple_types [0.004037s] ... ok {29} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeDelete.test_volume_delete_multi_volumes [0.006595s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_network.TestCreateSecurityGroupNetwork.test_create_all_options [0.006156s] ... ok {20} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeMigrate.test_volume_migrate_with_option [0.004532s] ... ok {0} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupCreate.test_endpointgroup_create_no_options [0.007290s] ... ok {14} openstackclient.tests.unit.network.v2.test_network_rbac.TestListNetworkRABC.test_network_rbac_list_action_opt [0.005506s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_dhcp_agent [0.004697s] ... ok {31} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_all [0.007055s] ... ok {11} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupSet.test_consistency_group_set_name [0.006617s] ... ok {18} openstackclient.tests.unit.identity.v3.test_role.TestRoleDelete.test_role_delete_with_domain [0.004929s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_overwrite_mac_address [0.008086s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_mac_address_opt [0.008794s] ... ok {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_all_source_options [0.010384s] ... ok {9} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_from_subnet_pool_options [0.014454s] ... ok {27} openstackclient.tests.unit.volume.v2.test_volume_host.TestVolumeHostSet.test_volume_host_set_enable [0.007228s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_agent.TestRemoveNetworkFromAgent.test_network_agents_list_routers_no_arg [0.006192s] ... ok {16} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_data_plane_status [0.005885s] ... ok {19} openstackclient.tests.unit.volume.v1.test_type.TestTypeDelete.test_delete_multiple_types_with_exception [0.004716s] ... ok {23} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_all_options [0.009025s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_network.TestCreateSecurityGroupNetwork.test_create_min_options [0.006359s] ... ok {29} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeDelete.test_volume_delete_multi_volumes_with_exception [0.005541s] ... ok {20} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeMigrate.test_volume_migrate_without_host [0.005044s] ... ok {0} openstackclient.tests.unit.identity.v3.test_protocol.TestProtocolList.test_list_protocols [0.005914s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_disable [0.004483s] ... ok {31} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_delimiter [0.011138s] ... ok {11} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotDelete.test_consistency_group_snapshot_delete [0.006683s] ... ok {14} openstackclient.tests.unit.network.v2.test_network_rbac.TestListNetworkRABC.test_network_rbac_list_type_opt [0.004900s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_no_options [0.008791s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_allowed_address_pair [0.007376s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_activate [0.025022s] ... ok {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_bad_protocol [0.010694s] ... ok {9} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_no_options [0.016485s] ... ok _shell: {27} openstackclient.tests.unit.volume.v2.test_volume_host.TestVolumeHostSet.test_volume_host_set_nothing [0.007058s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_agent.TestRemoveNetworkFromAgent.test_network_from_dhcp_agent [0.005170s] ... ok {16} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_fixed_ip_not_existent [0.069670s] ... ok {19} openstackclient.tests.unit.volume.v1.test_type.TestTypeDelete.test_type_delete [0.003730s] ... ok {23} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_default_options [0.007951s] ... ok {29} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeDelete.test_volume_delete_one_volume [0.003883s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_network.TestCreateSecurityGroupNetwork.test_create_no_options [0.007684s] ... ok {20} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotUnset.test_snapshot_unset [0.007867s] ... ok {24} openstackclient.tests.unit.test_shell.TestShellTokenAuthEnv.test_empty_auth [0.025182s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestDeleteFloatingIPNetwork.test_floating_ip_delete [0.005011s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_enable [0.004601s] ... ok {31} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_end_marker [0.004708s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_project [0.010062s] ... ok {11} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotDelete.test_multiple_consistency_group_snapshots_delete [0.006773s] ... ok {14} openstackclient.tests.unit.network.v2.test_network_rbac.TestListNetworkRABC.test_network_rbac_list_with_long [0.005432s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_append_allowed_address_pair [0.008361s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_bools1 [0.023443s] ... ok {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_default_rule [0.009543s] ... ok {9} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_options_subnet_range_ipv6 [0.015687s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_agent.TestRemoveNetworkFromAgent.test_show_no_options [0.004903s] ... ok {19} openstackclient.tests.unit.volume.v2.test_type.TestTypeShow.test_type_show [0.012111s] ... ok {16} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_parameters [0.004010s] ... ok {23} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_no_options [0.013648s] ... ok {29} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeDelete.test_volume_delete_with_force [0.004847s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_network.TestCreateSecurityGroupNetwork.test_create_with_no_tag [0.006410s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_long [0.004667s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestDeleteFloatingIPNetwork.test_floating_ip_delete_multi [0.005822s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_project_domain [0.010897s] ... ok {31} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_limit [0.005098s] ... ok {11} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotDelete.test_delete_multiple_snapshots [0.006955s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_data_plane_status [0.008882s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_bools2 [0.023937s] ... ok {9} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_with_description [0.014682s] ... ok {14} openstackclient.tests.unit.network.v2.test_network_segment_range.TestListNetworkSegmentRange.test_list_long [0.006356s] ... ok {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_network_options [0.011243s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_direction_egress [0.006661s] ... ok {19} openstackclient.tests.unit.volume.v2.test_type.TestTypeShow.test_type_show_with_access [0.010258s] ... ok {16} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_security_group_not_existent [0.005084s] ... ok {29} openstackclient.tests.unit.volume.v2.test_backup_record.TestBackupRecordImport.test_backup_import [0.006081s] ... ok {23} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_other_options [0.008099s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_network.TestCreateSecurityGroupNetwork.test_create_with_tags [0.006227s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestDeleteFloatingIPNetwork.test_floating_ip_delete_multi_exception [0.005136s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_no_options [0.004503s] ... ok {31} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_long [0.004513s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_router_opt [0.009415s] ... ok {11} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotDelete.test_delete_multiple_snapshots_with_exception [0.007894s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_deactivate [0.024065s] ... ok {9} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_with_network_segment [0.014700s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_defaults [0.007456s] ... ok {14} openstackclient.tests.unit.network.v2.test_network_segment_range.TestListNetworkSegmentRange.test_list_no_option [0.005541s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_direction_ingress [0.006844s] ... ok {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_no_options [0.011285s] ... ok {19} openstackclient.tests.unit.volume.v2.test_type.TestTypeShow.test_type_show_with_encryption [0.008927s] ... ok {16} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_security_group [0.004877s] ... ok {29} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotCreate.test_consistency_group_snapshot_create [0.006795s] ... ok {23} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_with_no_tag [0.007576s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_network.TestUnsetSecurityGroupNetwork.test_set_no_options [0.005399s] ... ok _shell: {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_no_share [0.004783s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list [0.010821s] ... ok {31} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_marker [0.004891s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_with_server_option [0.010509s] ... ok {11} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotDelete.test_snapshot_delete [0.007029s] ... ok {9} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_with_no_tag [0.014046s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_dead_options [0.023732s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_dns_name [0.007356s] ... ok {24} openstackclient.tests.unit.test_shell.TestShellTokenAuthEnv.test_env [0.010326s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_overwrite_route_clear_routes [0.007912s] ... ok {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_proto_option [0.010082s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_max_burst_kbits [0.006845s] ... ok {19} openstackclient.tests.unit.volume.v2.test_type.TestTypeShow.test_type_show_with_list_access_exec [0.010293s] ... ok {16} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_with_all_tag [0.003950s] ... ok {29} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotCreate.test_consistency_group_snapshot_create_no_consistency_group [0.009715s] ... ok {23} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_with_tags [0.006190s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_network.TestUnsetSecurityGroupNetwork.test_set_no_updates [0.004978s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_project [0.005264s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_fixed_ip_address [0.007673s] ... ok {11} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotDelete.test_snapshot_delete_with_force [0.007271s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_address_scope [0.006837s] ... ok {31} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_no_options [0.005177s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_fake_properties [0.024713s] ... ok {9} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_with_tags [0.011277s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_clear_routes [0.013281s] ... ok {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_remote_group [0.010331s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_max_burst_kbits_to_zero [0.006755s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_fixed_ip [0.012157s] ... ok {19} openstackclient.tests.unit.volume.v2.test_type.TestTypeUnset.test_type_unset [0.007674s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleBandwidthLimit.test_qos_policy_delete [0.005072s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_network.TestUnsetSecurityGroupNetwork.test_unset_with_all_tag [0.005018s] ... ok {16} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_with_tags [0.003989s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_project_domain [0.005465s] ... ok {31} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_prefix [0.004755s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_floating_ip_address [0.007774s] ... ok {9} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotCreate.test_snapshot_create [0.005699s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_distributed_centralized [0.009673s] ... ok {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_remote_ip [0.013021s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_default [0.007377s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_max_kbps [0.006936s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_fixed_ip_clear [0.009800s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_membership_option_accept [0.025220s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleBandwidthLimit.test_qos_policy_delete_error [0.004971s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_network.TestUnsetSecurityGroupNetwork.test_unset_with_tags [0.005433s] ... ok {19} openstackclient.tests.unit.volume.v2.test_type.TestTypeUnset.test_type_unset_encryption_type [0.007803s] ... ok {16} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestShowSecurityGroupRuleCompute.test_security_group_rule_show_all_options [0.004391s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_provider_network_type [0.004625s] ... ok {31} openstackclient.tests.unit.object.v1.test_object.TestObjectShow.test_object_show [0.004391s] ... ok {9} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotCreate.test_snapshot_create_without_name [0.006129s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_ip_qos [0.010191s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_description [0.007149s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_long [0.007929s] ... ok _shell: {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_source_group [0.010649s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_max_kbps_to_zero [0.008801s] ... ok +-------------------------------+------------------------------------+ | Field | Value | +-------------------------------+------------------------------------+ | additional_user_agent | [('osc-lib', '1.12.1')] | | api_timeout | None | | auth.auth_url | http://192.168.5.41/identity/v2.0/ | | auth.password | | | auth.project_id | wsx | | auth.username | username | | auth_type | password | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | None | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | identity_api_version | 2 | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +-------------------------------+------------------------------------+ {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_invalid_data_plane_status_value [0.010528s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_membership_option_pending [0.025308s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_segment_range.TestDeleteNetworkSegmentRange.test_delete [0.003662s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_all_port_range_options [0.007081s] ... ok {16} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestShowSecurityGroupRuleCompute.test_security_group_rule_show_no_options [0.004853s] ... ok {19} openstackclient.tests.unit.volume.v2.test_type.TestTypeUnset.test_type_unset_failed_with_missing_volume_type_argument [0.008495s] ... ok {24} openstackclient.tests.unit.test_shell.TestShellTokenAuthEnv.test_only_auth_url [0.010449s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_provider_physical_network [0.007078s] ... ok {7} openstackclient.tests.unit.integ.cli.test_project.TestIntegV2ProjectID.test_project_id_arg [0.071632s] ... ok {31} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDelete.test_delete_multiple_qoses [0.004731s] ... ok {9} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotCreate.test_snapshot_create_without_volume [0.005458s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_ip_qos_no_gateway [0.009420s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_len_negative [0.006818s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_network [0.007860s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_invalid_json_binding_profile [0.008034s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_membership_option_reject [0.025587s] ... ok {6} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_source_ip [0.010726s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_segment_range.TestDeleteNetworkSegmentRange.test_delete_multiple [0.004120s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_nothing [0.006987s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_all_protocol_options [0.008666s] ... ok {16} openstackclient.tests.unit.object.v1.test_container.TestContainerShow.test_container_show [0.001683s] ... ok {19} openstackclient.tests.unit.volume.v2.test_type.TestTypeUnset.test_type_unset_not_called_without_project_argument [0.008247s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_provider_segment [0.004556s] ... ok {31} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDelete.test_delete_multiple_qoses_with_exception [0.005837s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_network_only [0.007185s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_no_address_scope [0.007160s] ... ok {9} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferCreate.test_transfer_create_with_name [0.007908s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_port [0.007542s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_invalid_key_value_binding_profile [0.007876s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_no_options [0.024790s] ... ok {6} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_subnet_params [0.006665s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_segment_range.TestDeleteNetworkSegmentRange.test_delete_multiple_with_exception [0.004895s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_wrong_options [0.007146s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_all_remote_options [0.011357s] ... ok {16} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotDelete.test_delete_multiple_snapshots [0.001930s] ... ok {19} openstackclient.tests.unit.volume.v2.test_type.TestTypeUnset.test_type_unset_project_access [0.008553s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_share [0.004838s] ... ok {31} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDelete.test_qos_delete_with_force [0.004466s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_option_ipaddress_only [0.007407s] ... ok {9} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferCreate.test_transfer_create_without_name [0.004043s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_no_address_scope_conflict [0.009118s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_mixed_binding_profile [0.007840s] ... ok {6} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_subnet_wrong_allocation_pool [0.006795s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_numeric_options_to_zero [0.025812s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_project [0.008940s] ... ok {12} openstackclient.tests.unit.network.v2.test_router.TestRemoveSubnetFromRouter.test_remove_subnet_no_option [0.005338s] ... ok {23} openstackclient.tests.unit.network.v2.test_subnet.TestShowSubnet.test_show_all_options [0.004275s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_all_source_options [0.008420s] ... ok {16} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotDelete.test_delete_multiple_snapshots_with_exception [0.002529s] ... ok _shell: {21} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_status [0.004621s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_options_subnet_ipaddress [0.008627s] ... ok {31} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDelete.test_qos_delete_with_id [0.004690s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_no_default [0.007327s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_options [0.025432s] ... ok {12} openstackclient.tests.unit.network.v2.test_router.TestRemoveSubnetFromRouter.test_remove_subnet_required_options [0.005485s] ... ok {24} openstackclient.tests.unit.test_shell.TestShellTokenAuthEnv.test_only_token [0.010430s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_project_domain [0.009594s] ... ok {6} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_subnet_wrong_dns_nameservers [0.006545s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_no_allowed_address_pairs [0.007871s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_bad_ethertype [0.008630s] ... ok {23} openstackclient.tests.unit.network.v2.test_subnet.TestShowSubnet.test_show_no_options [0.004917s] ... ok {16} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotDelete.test_snapshot_delete [0.001900s] ... ok {21} openstackclient.tests.unit.network.v2.test_network_agent.TestDeleteNetworkAgent.test_multi_network_agents_delete [0.002763s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_no_default_conflict [0.008739s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_options_subnet_only [0.007673s] ... ok {6} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_subnet_wrong_host_routes [0.006736s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_properties [0.024675s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_backward_compatibility [0.008512s] ... ok {12} openstackclient.tests.unit.object.v1.test_container.TestContainerDelete.test_container_delete [0.003449s] ... ok {31} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDelete.test_qos_delete_with_name [0.004615s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_overwrite_allowed_address_pair [0.009261s] ... ok {16} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotSet.test_snapshot_set_all [0.002608s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_default_rule [0.012678s] ... ok {23} openstackclient.tests.unit.volume.v2.test_backup.TestBackupSet.test_backup_set_description [0.006230s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_router [0.008161s] ... ok {21} openstackclient.tests.unit.network.v2.test_network_agent.TestDeleteNetworkAgent.test_multi_network_agents_delete_with_exception [0.002790s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_nothing [0.010897s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_no_route [0.007421s] ... ok {6} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_subnet_wrong_service_type [0.007603s] ... ok +-------------------------------+------------------------------------+ | Field | Value | +-------------------------------+------------------------------------+ | additional_user_agent | [('osc-lib', '1.12.1')] | | api_timeout | None | | auth.auth_url | http://192.168.5.41/identity/v2.0/ | | auth.password | | | auth.project_name | qaz | | auth.username | username | | auth_type | password | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | None | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | identity_api_version | 2 | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +-------------------------------+------------------------------------+ {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_image_id [0.007665s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_tag [0.024819s] ... ok {12} openstackclient.tests.unit.object.v1.test_container.TestContainerDelete.test_r_delete [0.003735s] ... ok {31} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_disable [0.005264s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_overwrite_binding_profile [0.009608s] ... ok {16} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotSet.test_snapshot_set_fail [0.002337s] ... ok {1} openstackclient.tests.unit.integ.cli.test_project.TestIntegV2ProjectName.test_project_name_arg [0.066084s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_code [0.007153s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_status [0.008248s] ... ok {23} openstackclient.tests.unit.volume.v2.test_backup.TestBackupSet.test_backup_set_name [0.007291s] ... ok {21} openstackclient.tests.unit.network.v2.test_network_agent.TestDeleteNetworkAgent.test_network_agent_delete [0.002675s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_nothing [0.007165s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_that [0.007566s] ... ok {6} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_with_all_tag [0.006368s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_image_name [0.005368s] ... ok {12} openstackclient.tests.unit.object.v1.test_container.TestContainerDelete.test_recursive_delete [0.003504s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_disabled [0.008128s] ... ok {31} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_disable_with_reason [0.005018s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_tag_merge [0.031667s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_code_greater_than_zero [0.008088s] ... ok {16} openstackclient.tests.unit.volume.v1.test_snapshot.TestSnapshotSet.test_snapshot_set_nothing [0.002177s] ... ok {0} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_list_with_tag_options [0.008363s] ... ok {23} openstackclient.tests.unit.volume.v2.test_backup.TestBackupSet.test_backup_set_state [0.006498s] ... ok {21} openstackclient.tests.unit.network.v2.test_network_flavor.TestSetNetworkFlavor.test_set_disable [0.002949s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_this [0.006769s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_route [0.007539s] ... ok {6} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_with_tags [0.006396s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_min_options [0.005238s] ... ok {12} openstackclient.tests.unit.test_shell.TestShellArgV.test_shell_argv [0.030662s] ... ok {31} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_enable [0.005310s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_enabled [0.008280s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_tag_merge_dupe [0.033469s] ... ok {16} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferDelete.test_delete_multiple_transfers [0.003606s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_code_negative_value [0.008191s] ... ok {0} openstackclient.tests.unit.network.v2.test_network_agent.TestRemoveRouterAgent.test_remove_no_options [0.006156s] ... ok {21} openstackclient.tests.unit.network.v2.test_network_flavor.TestSetNetworkFlavor.test_set_name_and_enable [0.003134s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_with_default_quota [0.007369s] ... ok {23} openstackclient.tests.unit.volume.v2.test_backup.TestBackupSet.test_backup_set_state_failed [0.005567s] ... ok {6} openstackclient.tests.unit.volume.test_find_resource.TestFindResourceVolumeSnapshots.test_find [0.001890s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_route_overwrite_route [0.008006s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_options [0.008379s] ... ok {12} openstackclient.tests.unit.volume.v1.test_service.TestServiceList.test_service_list [0.003282s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_group [0.008704s] ... ok {31} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_enable_with_disable_reason [0.004819s] ... ok {16} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferDelete.test_delete_multiple_transfers_with_exception [0.004197s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_with_unexist_owner [0.024290s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_code_zero [0.008113s] ... ok {21} openstackclient.tests.unit.network.v2.test_network_flavor.TestSetNetworkFlavor.test_set_nothing [0.002946s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_with_no_tag [0.007281s] ... ok {6} openstackclient.tests.unit.volume.test_find_resource.TestFindResourceVolumeSnapshots.test_not_find [0.001737s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_that [0.007119s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_properties [0.005127s] ... ok {0} openstackclient.tests.unit.network.v2.test_network_agent.TestRemoveRouterAgent.test_remove_router_required_options [0.006426s] ... ok {12} openstackclient.tests.unit.volume.v1.test_service.TestServiceList.test_service_list_with_long_option [0.003603s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_group_append [0.011055s] ... ok {31} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_nothing [0.005255s] ... ok {16} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferDelete.test_transfer_delete [0.004942s] ... ok {18} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_with_unexist_project [0.014147s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_type [0.008167s] ... ok {21} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestShowNetworkQosPolicy.test_show_all_options [0.003244s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_with_tags [0.007751s] ... ok {6} openstackclient.tests.unit.volume.v2.test_backup.TestBackupDelete.test_backup_delete [0.008361s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_user_project_id [0.006193s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_this [0.007051s] ... ok {0} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestListMeterRule.test_rule_list [0.005907s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_group_clear [0.008008s] ... ok {12} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferShow.test_transfer_show [0.003468s] ... ok {31} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_only_with_disable_reason [0.004661s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_type_greater_than_zero [0.007725s] ... ok {18} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliPrecedence.test_shell_args_options [0.037137s] ... ok {21} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestShowNetworkQosPolicy.test_show_no_options [0.003786s] ... ok {15} openstackclient.tests.unit.object.v1.test_object_all.TestObjectShow.test_object_show [0.008298s] ... ok {6} openstackclient.tests.unit.volume.v2.test_backup.TestBackupDelete.test_backup_delete_with_force [0.007375s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_user_project_name [0.006477s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_unset_gateway_ip_qos [0.010076s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_group_replace [0.013398s] ... ok {0} openstackclient.tests.unit.network.v2.test_network_segment.TestCreateNetworkSegment.test_create_all_options [0.007059s] ... ok {12} openstackclient.tests.unit.volume.v2.test_volume_backend.TestShowVolumeCapability.test_capability_show [0.005895s] ... ok {31} openstackclient.tests.unit.volume.v1.test_type.TestTypeList.test_type_list_with_encryption [0.006224s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_type_negative_value [0.008251s] ... ok {18} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestShowFloatingIPCompute.test_floating_ip_show [0.005768s] ... ok {21} openstackclient.tests.unit.volume.v2.test_backup_record.TestBackupRecordExport.test_backup_export_json [0.004513s] ... ok {15} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosList.test_qos_list [0.005820s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_that [0.009101s] ... ok {6} openstackclient.tests.unit.volume.v2.test_backup.TestBackupDelete.test_delete_multiple_backups [0.008009s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_with_bootable_and_readonly [0.007639s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_with_no_tag [0.009873s] ... ok {0} openstackclient.tests.unit.network.v2.test_network_segment.TestCreateNetworkSegment.test_create_invalid_network_type [0.009147s] ... ok +-------------------------------+------------------------------------+ | Field | Value | +-------------------------------+------------------------------------+ | additional_user_agent | [('osc-lib', '1.12.1')] | | api_timeout | None | | auth.auth_url | http://192.168.5.41/identity/v2.0/ | | auth.password | | | auth.project_name | project | | auth.username | username | | auth_type | password | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | None | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | identity_api_version | 2 | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +-------------------------------+------------------------------------+ {31} openstackclient.tests.unit.volume.v1.test_type.TestTypeList.test_type_list_with_options [0.005110s] ... ok {25} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2Ignore.test_shell_args_ignore_v3 [0.078876s] ... ok {21} openstackclient.tests.unit.volume.v2.test_backup_record.TestBackupRecordExport.test_backup_export_table [0.004741s] ... ok {15} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosList.test_qos_list_no_association [0.005837s] ... ok {18} openstackclient.tests.unit.network.v2.test_ip_availability.TestShowIPAvailability.test_show_all_options [0.003887s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_this [0.008544s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_type_zero [0.008010s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_with_tags [0.006707s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_with_bootable_and_readonly_fail [0.006646s] ... ok {6} openstackclient.tests.unit.volume.v2.test_backup.TestBackupDelete.test_delete_multiple_backups_with_exception [0.011116s] ... ok {0} openstackclient.tests.unit.network.v2.test_network_segment.TestCreateNetworkSegment.test_create_minimum_options [0.011925s] ... ok {31} openstackclient.tests.unit.volume.v1.test_type.TestTypeList.test_type_list_without_options [0.005172s] ... ok {18} openstackclient.tests.unit.network.v2.test_ip_availability.TestShowIPAvailability.test_show_no_option [0.004955s] ... ok {15} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupList.test_consistency_group_list_with_all_project [0.009464s] ... ok {21} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupDelete.test_consistency_group_delete [0.004655s] ... ok {25} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleDSCPMarking.test_qos_policy_delete [0.006218s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmpv6_type [0.007789s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_with_qos [0.010828s] ... ok {6} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupCreate.test_consistency_group_create [0.010111s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_with_multi_source [0.007133s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_unset_gateway_ip_qos [0.007150s] ... ok {0} openstackclient.tests.unit.network.v2.test_network_segment.TestCreateNetworkSegment.test_create_no_options [0.008592s] ... ok {31} openstackclient.tests.unit.volume.v2.test_backup.TestBackupCreate.test_backup_create [0.013056s] ... ok {15} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupList.test_consistency_group_list_with_long [0.008945s] ... ok {18} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_gateway_ip_qos_no_network [0.006141s] ... ok {21} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupDelete.test_consistency_group_delete_with_force [0.004339s] ... ok {25} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleDSCPMarking.test_qos_policy_delete_error [0.006232s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_with_nonbootable_and_readwrite [0.006168s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_with_no_tag [0.008599s] ... ok {6} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupCreate.test_consistency_group_create_from_snapshot [0.009788s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_unset_gateway_ip_qos_no_gateway [0.008868s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_ipv6_icmp_type_code [0.005612s] ... ok {0} openstackclient.tests.unit.network.v2.test_security_group_compute.TestDeleteSecurityGroupCompute.test_security_group_delete [0.010586s] ... ok {31} openstackclient.tests.unit.volume.v2.test_backup.TestBackupCreate.test_backup_create_without_name [0.009116s] ... ok {18} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_gateway_ip_qos_no_qos [0.006480s] ... ok {21} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupDelete.test_delete_multiple_consistency_groups [0.004690s] ... ok {15} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupList.test_consistency_group_list_without_options [0.008310s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_list_with_tag_options [0.006365s] ... ok {17} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_with_tags [0.008623s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_with_source [0.005977s] ... ok {6} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupCreate.test_consistency_group_create_from_source [0.009880s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_network_options [0.007927s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_wrong_gateway_params [0.007220s] ... ok {0} openstackclient.tests.unit.network.v2.test_security_group_compute.TestDeleteSecurityGroupCompute.test_security_group_multi_delete [0.010233s] ... ok {31} openstackclient.tests.unit.volume.v2.test_backup.TestBackupShow.test_backup_show [0.007955s] ... ok {18} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_router_external_gateway [0.006874s] ... ok {21} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupDelete.test_delete_multiple_consistency_groups_with_exception [0.006958s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_dhcp [0.006454s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_without_size [0.005617s] ... ok {17} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_list_with_tag_options [0.007074s] ... ok {6} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupCreate.test_consistency_group_create_without_name [0.010105s] ... ok {15} openstackclient.tests.unit.volume.v2.test_type.TestTypeDelete.test_delete_multiple_types [0.007485s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_no_options [0.006324s] ... ok {14} openstackclient.tests.unit.network.v2.test_security_group_network.TestSetSecurityGroupNetwork.test_set_all_options [0.005608s] ... ok {0} openstackclient.tests.unit.network.v2.test_security_group_compute.TestDeleteSecurityGroupCompute.test_security_group_multi_delete_with_exception [0.011014s] ... ok {21} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosSet.test_qos_set_with_properties_with_id [0.004611s] ... ok {18} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_router_params [0.005191s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_gateway [0.007141s] ... ok {24} openstackclient.tests.unit.volume.v2.test_backup.TestBackupRestore.test_backup_restore [0.007548s] ... ok {17} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_address_scope [0.007693s] ... ok {14} openstackclient.tests.unit.network.v2.test_security_group_network.TestSetSecurityGroupNetwork.test_set_no_options [0.006826s] ... ok {6} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeUnset.test_volume_unset_image_property [0.012846s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_proto_option [0.006639s] ... ok {15} openstackclient.tests.unit.volume.v2.test_type.TestTypeDelete.test_delete_multiple_types_with_exception [0.008586s] ... ok {0} openstackclient.tests.unit.object.v1.test_object_all.TestObjectCreate.test_multiple_object_create_with_object_name [0.003985s] ... ok {21} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferList.test_transfer_list_with_argument [0.004855s] ... ok {18} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_router_qos_policy [0.005425s] ... ok {24} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupAddVolume.test_add_multiple_volumes_to_consistency_group [0.007889s] ... ok {17} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_default [0.007098s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_ip_version [0.009587s] ... ok {14} openstackclient.tests.unit.network.v2.test_security_group_network.TestSetSecurityGroupNetwork.test_set_no_updates [0.005606s] ... ok {6} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeUnset.test_volume_unset_image_property_fail [0.009438s] ... ok {15} openstackclient.tests.unit.volume.v2.test_type.TestTypeDelete.test_type_delete [0.007225s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_protocol_any [0.007432s] ... ok {18} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_router_wrong_routes [0.005448s] ... ok {17} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_long [0.007184s] ... ok {21} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferList.test_transfer_list_without_argument [0.004783s] ... ok {24} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupAddVolume.test_add_multiple_volumes_to_consistency_group_with_exception [0.008158s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_long [0.006277s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_image_id [0.015188s] ... ok {14} openstackclient.tests.unit.network.v2.test_security_group_network.TestSetSecurityGroupNetwork.test_set_with_no_tag [0.006077s] ... ok {6} openstackclient.tests.unit.volume.v2.test_volume_host.TestVolumeHostFailover.test_volume_host_failover [0.007060s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_remote_group [0.006333s] ... ok {18} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_with_all_tag [0.005260s] ... ok +-------------------------------+------------------------------------+ | Field | Value | +-------------------------------+------------------------------------+ | additional_user_agent | [('osc-lib', '1.12.1')] | | api_timeout | None | | auth.auth_url | http://192.168.5.41/identity/v2.0/ | | auth.password | | | auth.project_name | project | | auth.username | username | | auth_type | password | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | xyzpdq | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | identity_api_version | 2 | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +-------------------------------+------------------------------------+ {17} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_name [0.008159s] ... ok {24} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupAddVolume.test_add_one_volume_to_consistency_group [0.010548s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_image_name [0.014390s] ... ok {14} openstackclient.tests.unit.network.v2.test_security_group_network.TestSetSecurityGroupNetwork.test_set_with_tags [0.006177s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_name [0.007065s] ... ok {21} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_description [0.005480s] ... ok {8} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2.test_shell_args_cacert [0.090774s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_remote_ip [0.005441s] ... ok {18} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_with_tags [0.005614s] ... ok {17} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_no_default [0.006996s] ... ok {14} openstackclient.tests.unit.volume.v1.test_backup.TestBackupList.test_backup_list_with_options [0.006617s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_min_options [0.007884s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_network [0.007326s] ... ok {21} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_existing_encryption [0.005523s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_source_group [0.005956s] ... ok {18} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_all [0.003784s] ... ok {17} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_no_option [0.007164s] ... ok {14} openstackclient.tests.unit.volume.v1.test_backup.TestBackupList.test_backup_list_without_options [0.006279s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_options [0.008549s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_no_dhcp [0.006427s] ... ok {21} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_failed_with_missing_volume_type_argument [0.006099s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_source_ip [0.005895s] ... ok {18} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_limit [0.002496s] ... ok {17} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_no_share [0.007227s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_project [0.008153s] ... ok {14} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeShow.test_volume_show [0.006683s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_no_options [0.006031s] ... ok {21} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_name [0.005494s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_tcp_with_icmp_type [0.005420s] ... ok {17} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_project [0.011292s] ... ok {18} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_long [0.002098s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_properties [0.008058s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_project [0.007315s] ... ok {14} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeShow.test_volume_show_backward_compatibility [0.007234s] ... ok {21} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_new_encryption [0.005539s] ... ok {17} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_project_domain [0.009073s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_with_description [0.006066s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_user [0.008061s] ... ok {18} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_marker [0.002314s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_project_domain [0.007822s] ... ok {21} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_new_encryption_without_provider [0.005549s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_attached [0.010172s] ... ok {22} openstackclient.tests.unit.object.v1.test_object_all.TestObjectList.test_object_list_objects_no_options [0.004144s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_with_bootable_and_readonly [0.008695s] ... ok {17} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_share [0.007061s] ... ok {18} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_no_options [0.002011s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_service_type [0.006461s] ... ok {21} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_not_called_without_project_argument [0.005419s] ... ok {22} openstackclient.tests.unit.object.v1.test_object_all.TestObjectList.test_object_list_objects_prefix [0.004228s] ... ok {17} openstackclient.tests.unit.volume.v1.test_type.TestTypeSet.test_type_set_new_encryption [0.005093s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_with_bootable_and_readonly_fail [0.009115s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_bootable [0.009051s] ... ok {18} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_prefix [0.002216s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_service_type_multiple [0.006590s] ... ok {22} openstackclient.tests.unit.object.v1.test_object_all.TestObjectSave.test_save_to_stdout [0.003859s] ... ok {21} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_project_access [0.006876s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_detached [0.007953s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_with_multi_source [0.010797s] ... ok {17} openstackclient.tests.unit.volume.v1.test_type.TestTypeSet.test_type_set_new_encryption_without_provider [0.005472s] ... ok {18} openstackclient.tests.unit.volume.v1.test_type.TestTypeUnset.test_type_unset_encryption_type [0.002679s] ... ok {25} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_subnet_range [0.007315s] ... ok {21} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_property [0.005496s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_image_property [0.010257s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_with_nonbootable_and_readwrite [0.008660s] ... ok {17} openstackclient.tests.unit.volume.v1.test_type.TestTypeSet.test_type_set_nothing [0.004319s] ... ok {18} openstackclient.tests.unit.volume.v1.test_type.TestTypeUnset.test_type_unset_failed_with_missing_volume_type_argument [0.002935s] ... ok {25} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosShow.test_qos_show [0.007118s] ... ok {21} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeShow.test_volume_show [0.005998s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_with_snapshot [0.008438s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_property [0.007922s] ... ok {17} openstackclient.tests.unit.volume.v1.test_type.TestTypeSet.test_type_set_property [0.004725s] ... ok {18} openstackclient.tests.unit.volume.v1.test_type.TestTypeUnset.test_type_unset_nothing [0.002410s] ... ok {25} openstackclient.tests.unit.volume.v2.test_volume_backend.TestListVolumePool.test_pool_list [0.006952s] ... ok {15} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_without_size [0.007973s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_read_write [0.007980s] ... ok {18} openstackclient.tests.unit.volume.v1.test_type.TestTypeUnset.test_type_unset_property [0.002598s] ... ok {25} openstackclient.tests.unit.volume.v2.test_volume_backend.TestListVolumePool.test_service_list_with_long_option [0.006599s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_readonly [0.008070s] ... ok {18} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotCreate.test_snapshot_create [0.006980s] ... ok {18} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotCreate.test_snapshot_create_with_remote_source [0.006800s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_state [0.007975s] ... ok {18} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotCreate.test_snapshot_create_without_name [0.007365s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_state_failed [0.008158s] ... ok {18} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotCreate.test_snapshot_create_without_volume [0.006797s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_type [0.008071s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_type_with_policy [0.008277s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_with_only_retype_policy [0.008618s] ... ok +-------------------------------+------------------------------------+ | Field | Value | +-------------------------------+------------------------------------+ | additional_user_agent | [('osc-lib', '1.12.1')] | | api_timeout | None | | auth.auth_url | http://192.168.5.41/identity/v2.0/ | | auth.password | | | auth.project_name | project | | auth.username | username | | auth_type | password | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | None | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | identity_api_version | 2 | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +-------------------------------+------------------------------------+ {1} openstackclient.tests.unit.integ.cli.test_project.TestIntegV2ProjectName.test_project_name_env [0.048417s] ... ok {1} openstackclient.tests.unit.network.v2.test_network_agent.TestAddNetworkToAgent.test_add_network_to_dhcp_agent [0.005887s] ... ok +-------------------------------+------------------------------------+ | Field | Value | +-------------------------------+------------------------------------+ | additional_user_agent | [('osc-lib', '1.12.1')] | | api_timeout | None | | auth.auth_url | http://192.168.5.41/identity/v2.0/ | | auth.password | | | auth.project_id | xxxx-yyyy-zzzz | | auth.username | username | | auth_type | password | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | None | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | identity_api_version | 2 | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +-------------------------------+------------------------------------+ {1} openstackclient.tests.unit.network.v2.test_network_agent.TestAddNetworkToAgent.test_show_no_options [0.006444s] ... ok {7} openstackclient.tests.unit.integ.cli.test_project.TestIntegV2ProjectID.test_project_id_env [0.049964s] ... ok {1} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleBandwidtLimit.test_check_type_parameters [0.004753s] ... ok {1} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleBandwidtLimit.test_create_all_options [0.010522s] ... ok {7} openstackclient.tests.unit.integ.cli.test_project.TestIntegV3ProjectID.test_project_id_arg [0.039798s] ... ok {1} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleBandwidtLimit.test_create_default_options [0.008375s] ... ok {7} openstackclient.tests.unit.integ.cli.test_project.TestIntegV3ProjectID.test_project_id_env [0.039766s] ... ok {1} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleBandwidtLimit.test_create_no_options [0.009236s] ... ok {1} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleBandwidtLimit.test_create_wrong_options [0.008929s] ... ok {7} openstackclient.tests.unit.network.v2.test_floating_ip_pool_network.TestListFloatingIPPoolNetwork.test_floating_ip_list [0.004730s] ... ok {1} openstackclient.tests.unit.network.v2.test_router.TestDeleteRouter.test_multi_routers_delete [0.005237s] ... ok {1} openstackclient.tests.unit.network.v2.test_router.TestDeleteRouter.test_multi_routers_delete_with_exception [0.006518s] ... ok {7} openstackclient.tests.unit.network.v2.test_network_agent.TestAddRouterAgent.test_add_no_options [0.005632s] ... ok {1} openstackclient.tests.unit.network.v2.test_router.TestDeleteRouter.test_router_delete [0.004937s] ... ok {7} openstackclient.tests.unit.network.v2.test_network_agent.TestAddRouterAgent.test_add_router_required_options [0.004411s] ... ok {1} openstackclient.tests.unit.volume.test_find_resource.TestFindResourceVolumes.test_find [0.002272s] ... ok {1} openstackclient.tests.unit.volume.test_find_resource.TestFindResourceVolumes.test_not_find [0.001610s] ... ok {7} openstackclient.tests.unit.network.v2.test_network_qos_rule_type.TestShowNetworkQosRuleType.test_show_all_options [0.004778s] ... ok {1} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosAssociate.test_qos_associate [0.008108s] ... ok {7} openstackclient.tests.unit.network.v2.test_network_qos_rule_type.TestShowNetworkQosRuleType.test_show_no_options [0.006219s] ... ok {1} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotSet.test_snapshot_set_name_and_property [0.008555s] ... ok {7} openstackclient.tests.unit.network.v2.test_network_service_provider.TestListNetworkServiceProvider.test_network_service_provider_list [0.004495s] ... ok {1} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotSet.test_snapshot_set_no_option [0.007895s] ... ok {1} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotSet.test_snapshot_set_state_to_error [0.008335s] ... ok {7} openstackclient.tests.unit.network.v2.test_subnet.TestDeleteSubnet.test_multi_subnets_delete [0.004581s] ... ok {1} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotSet.test_snapshot_set_with_no_property [0.008605s] ... ok {7} openstackclient.tests.unit.network.v2.test_subnet.TestDeleteSubnet.test_multi_subnets_delete_with_exception [0.005190s] ... ok {7} openstackclient.tests.unit.network.v2.test_subnet.TestDeleteSubnet.test_subnet_delete [0.003953s] ... ok {7} openstackclient.tests.unit.network.v2.test_subnet_pool.TestUnsetSubnetPool.test_unset_with_all_tag [0.009044s] ... ok {1} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotSet.test_snapshot_set_with_no_property_and_property [0.008870s] ... ok {7} openstackclient.tests.unit.network.v2.test_subnet_pool.TestUnsetSubnetPool.test_unset_with_tags [0.005398s] ... ok {1} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotSet.test_volume_set_name_and_state_failed [0.009119s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_bootable [0.006464s] ... ok {1} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotSet.test_volume_set_state_failed [0.009171s] ... ok {1} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferShow.test_transfer_show [0.014831s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_description [0.005337s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_name [0.004565s] ... ok {1} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeDelete.test_volume_delete_multi_volumes [0.012065s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_no_options [0.004823s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_property [0.005504s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_read_write [0.005199s] ... ok {1} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeDelete.test_volume_delete_multi_volumes_with_exception [0.011674s] ... ok {1} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeDelete.test_volume_delete_one_volume [0.009048s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_readonly [0.004941s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_size [0.005387s] ... ok {1} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeDelete.test_volume_delete_with_force [0.009061s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_size_not_available [0.005123s] ... ok {1} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeDelete.test_volume_delete_with_purge [0.008840s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_size_smaller [0.005471s] ... ok {7} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotList.test_snapshot_list_all_projects [0.010464s] ... ok {7} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotList.test_snapshot_list_name_option [0.009024s] ... ok {7} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotList.test_snapshot_list_negative_limit [0.008733s] ... ok {7} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotList.test_snapshot_list_status_option [0.009548s] ... ok {7} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotList.test_snapshot_list_volumeid_option [0.009155s] ... ok {7} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotList.test_snapshot_list_with_options [0.012696s] ... ok {7} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotList.test_snapshot_list_without_options [0.008963s] ... ok {7} openstackclient.tests.unit.volume.v2.test_snapshot.TestSnapshotShow.test_snapshot_show [0.008333s] ... ok +-------------------------------+------------------------------------+ | Field | Value | +-------------------------------+------------------------------------+ | additional_user_agent | [('osc-lib', '1.12.1')] | | api_timeout | None | | auth.auth_url | http://192.168.5.41/identity/v2.0/ | | auth.password | | | auth.project_name | project | | auth.username | username | | auth_type | password | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | xyzpdq | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | identity_api_version | 2 | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | insecure | True | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +-------------------------------+------------------------------------+ {8} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2.test_shell_args_cacert_insecure [0.179239s] ... ok +-------------------------------+------------------------------------+ | Field | Value | +-------------------------------+------------------------------------+ | additional_user_agent | [('osc-lib', '1.12.1')] | | api_timeout | None | | auth.auth_url | http://192.168.5.41/identity/v2.0/ | | auth.password | | | auth.project_name | project | | auth.username | username | | auth_type | password | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | None | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | identity_api_version | 2 | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | insecure | True | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +-------------------------------+------------------------------------+ {8} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2.test_shell_args_insecure [0.049208s] ... ok +-------------------------------+------------------------------------+ | Field | Value | +-------------------------------+------------------------------------+ | additional_user_agent | [('osc-lib', '1.12.1')] | | api_timeout | None | | auth.auth_url | http://192.168.5.41/identity/v2.0/ | | auth.password | | | auth.project_name | project | | auth.username | username | | auth_type | password | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | None | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | identity_api_version | 2 | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +-------------------------------+------------------------------------+ {8} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2.test_shell_args_no_options [0.048893s] ... ok +-------------------------------+------------------------------------+ | Field | Value | +-------------------------------+------------------------------------+ | additional_user_agent | [('osc-lib', '1.12.1')] | | api_timeout | None | | auth.auth_url | http://192.168.5.41/identity/v2.0/ | | auth.password | | | auth.project_name | project | | auth.username | username | | auth_type | password | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | None | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | identity_api_version | 2 | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +-------------------------------+------------------------------------+ {8} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2.test_shell_args_verify [0.049570s] ... ok {8} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3.test_shell_args_cacert [0.041355s] ... ok {8} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3.test_shell_args_cacert_insecure [0.041304s] ... ok {8} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3.test_shell_args_insecure [0.040441s] ... ok {8} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3.test_shell_args_no_options [0.035507s] ... ok {8} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3.test_shell_args_verify [0.035555s] ... ok {8} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestUnsetFloatingIP.test_floating_ip_unset_port [0.004307s] ... ok {8} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestUnsetFloatingIP.test_floating_ip_unset_qos_policy [0.004581s] ... ok {8} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestUnsetFloatingIP.test_unset_with_all_tag [0.004325s] ... ok {8} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestUnsetFloatingIP.test_unset_with_tags [0.004619s] ... ok {8} openstackclient.tests.unit.network.v2.test_ip_availability.TestListIPAvailability.test_list_ip_version [0.008452s] ... ok {8} openstackclient.tests.unit.network.v2.test_ip_availability.TestListIPAvailability.test_list_no_options [0.005187s] ... ok {8} openstackclient.tests.unit.network.v2.test_ip_availability.TestListIPAvailability.test_list_project [0.005876s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list [0.007356s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list_agent_type [0.007541s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list_host [0.006984s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list_networks [0.005544s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list_routers [0.004712s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list_routers_with_long_option [0.004704s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_segment.TestSetNetworkSegment.test_set_all_options [0.002601s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_segment.TestSetNetworkSegment.test_set_no_options [0.002665s] ... ok {8} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupRemoveVolume.test_remove_multi_volumes_from_consistency_group [0.006034s] ... ok {8} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupRemoveVolume.test_remove_multiple_volumes_from_consistency_group_with_exception [0.005583s] ... ok {8} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupRemoveVolume.test_remove_one_volume_from_consistency_group [0.004812s] ... ok {8} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotList.test_consistency_group_snapshot_list_with_long [0.004629s] ... ok {8} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotList.test_consistency_group_snapshot_list_with_options [0.006804s] ... ok {8} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotList.test_consistency_group_snapshot_list_without_options [0.004760s] ... ok {8} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDelete.test_delete_multiple_qoses [0.004344s] ... ok {8} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDelete.test_delete_multiple_qoses_with_exception [0.004957s] ... ok {8} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDelete.test_qos_delete [0.004285s] ... ok {8} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDelete.test_qos_delete_with_force [0.004367s] ... ok {8} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferAccept.test_transfer_accept [0.005479s] ... ok {8} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferAccept.test_transfer_accept_deprecated [0.005724s] ... ok {8} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferAccept.test_transfer_accept_no_option [0.005532s] ... ok ====== Totals ====== Ran: 1941 tests in 1.0000 sec. - Passed: 1941 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 20.9390 sec. ============== Worker Balance ============== - Worker 0 (77 tests) => 0:00:00.883020 - Worker 1 (54 tests) => 0:00:00.724726 - Worker 2 (37 tests) => 0:00:00.357381 - Worker 3 (51 tests) => 0:00:00.543145 - Worker 4 (56 tests) => 0:00:00.709928 - Worker 5 (42 tests) => 0:00:00.514663 - Worker 6 (81 tests) => 0:00:00.737081 - Worker 7 (59 tests) => 0:00:00.689371 - Worker 8 (59 tests) => 0:00:00.940426 - Worker 9 (68 tests) => 0:00:00.818986 - Worker 10 (46 tests) => 0:00:00.485799 - Worker 11 (56 tests) => 0:00:00.588488 - Worker 12 (59 tests) => 0:00:00.725732 - Worker 13 (47 tests) => 0:00:00.537548 - Worker 14 (78 tests) => 0:00:00.826719 - Worker 15 (84 tests) => 0:00:00.930828 - Worker 16 (69 tests) => 0:00:01.126013 - Worker 17 (74 tests) => 0:00:00.717256 - Worker 18 (73 tests) => 0:00:01.014094 - Worker 19 (60 tests) => 0:00:00.598108 - Worker 20 (55 tests) => 0:00:00.625410 - Worker 21 (83 tests) => 0:00:01.244802 - Worker 22 (77 tests) => 0:00:00.694805 - Worker 23 (59 tests) => 0:00:00.638494 - Worker 24 (64 tests) => 0:00:00.682522 - Worker 25 (43 tests) => 0:00:00.549662 - Worker 26 (56 tests) => 0:00:00.602186 - Worker 27 (47 tests) => 0:00:00.461219 - Worker 28 (47 tests) => 0:00:00.567032 - Worker 29 (55 tests) => 0:00:00.523761 - Worker 30 (54 tests) => 0:00:00.679791 - Worker 31 (71 tests) => 0:00:00.721473 + exit 0 Processing files: python2-openstackclient-3.18.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bN5fbU + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-3.18.1 + DOCDIR=/builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/doc/python2-openstackclient-3.18.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/doc/python2-openstackclient-3.18.1 + cp -pr README.rst /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/doc/python2-openstackclient-3.18.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Jm4c31 + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-3.18.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/licenses/python2-openstackclient-3.18.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/licenses/python2-openstackclient-3.18.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/licenses/python2-openstackclient-3.18.1 + exit 0 Provides: python-openstackclient = 3.18.1-1.el7 python2-openstackclient = 3.18.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-openstackclient < 3.18.1-1.el7 Processing files: python-openstackclient-doc-3.18.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.axyunt + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-3.18.1 + DOCDIR=/builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/doc/python-openstackclient-doc-3.18.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/doc/python-openstackclient-doc-3.18.1 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/doc/python-openstackclient-doc-3.18.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.VNjhNU + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-3.18.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/licenses/python-openstackclient-doc-3.18.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/licenses/python-openstackclient-doc-3.18.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/licenses/python-openstackclient-doc-3.18.1 + exit 0 Provides: python-openstackclient-doc = 3.18.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-openstackclient-lang-3.18.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.j3UB7t + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-3.18.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/licenses/python-openstackclient-lang-3.18.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/licenses/python-openstackclient-lang-3.18.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch/usr/share/licenses/python-openstackclient-lang-3.18.1 + exit 0 Provides: python-openstackclient-lang = 3.18.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch Wrote: /builddir/build/RPMS/python2-openstackclient-3.18.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-openstackclient-doc-3.18.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-openstackclient-lang-3.18.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.D7Y8wS + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-3.18.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-openstackclient-3.18.1-1.el7.noarch + exit 0 Child return code was: 0